| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.2.3 20 Apr 2026 04:33:26
    |
Joseph Mingrone (jrm)  |
textproc/yaml.el: Update to 1.2.3 and take maintainership
Release notes: https://github.com/zkry/yaml.el/releases/tag/v1.2.3
Sponsored by: The FreeBSD Foundation |
1.2.1_1 11 Apr 2026 16:03:58
    |
Joseph Mingrone (jrm)  |
Emacs Lisp ports framework: Overhaul
This overhaul introduces four key changes to the elisp ports framework:
1. Remove support for packaged byte-compiled elisp.
The primary motivation is to remove a large number of flavor-specific
packages and to simplify the ports tree. As an example, supporting
byte-compiled elisp for devel/tablist required six packages, one for
each flavor of editors/emacs and editors/emacs-devel. With over 100
elisp ports and requests for new Emacs flavors, this was
unmanageable.
2. Install configuration to integrate with Emacs's native compilation
machinery, allowing elisp from ports to be compiled into the standard (Only the first 15 lines of the commit message are shown above ) |
1.2.1 30 Nov 2025 23:56:55
    |
Yasuhiro Kimura (yasu)  |
*/*: Return to pool
I'll be away from keyboard soon and am not sure if I will return. So
return all ports that I currently maintain to pool hoping new
volunteers take care of them. |
1.2.1 20 Oct 2025 11:47:40
    |
Yasuhiro Kimura (yasu)  |
textproc/yaml.el: Update to 1.2.1
ChangeLog: https://github.com/zkry/yaml.el/releases/tag/v1.2.1 |
1.2.0_2 16 Aug 2025 00:42:54
    |
Yasuhiro Kimura (yasu)  |
editors/emacs: Update to 30.2
* Replace '30.1' in Mk/Uses/emacs.mk with '30.2'.
* Bump PORTREVISION of dependent ports.
ChangLog: https://cgit.git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-30.2
Reviewed by: jrm
Differential Revision: https://reviews.freebsd.org/D51906 |
1.2.0_1 24 Feb 2025 21:44:48
    |
Joseph Mingrone (jrm)  |
*/*: Chase editors/emacs update
Sponsored by: The FreeBSD Foundation |
1.2.0 09 Feb 2025 03:01:16
    |
Yasuhiro Kimura (yasu)  |
textproc/yaml.el: Update to 1.2.0
ChangeLog: https://github.com/zkry/yaml.el/releases/tag/v1.2.0 |
1.1.0 06 Feb 2025 06:13:45
    |
Yasuhiro Kimura (yasu)  |
textproc/yaml.el: Update to 1.1.0
ChangeLog: https://github.com/zkry/yaml.el/releases/tag/v1.1.0 |
1.0.0 03 Feb 2025 23:26:46
    |
Yasuhiro Kimura (yasu)  |
textproc/yaml.el: Update to 1.0.0
ChangeLog: https://github.com/zkry/yaml.el/releases/tag/v1.0.0 |
0.5.5_3 04 Jul 2024 21:31:24
    |
Joseph Mingrone (jrm)  |
Chase major version update of editors/emacs-devel
Bump PORTREVISION of most USES=emacs ports after editors/emacs-devel
major version increased from 30 to 31.
Sponsored by: The FreeBSD Foundation |
0.5.5_2 23 Jun 2024 22:10:50
    |
Joseph Mingrone (jrm)  |
Chase editors/emacs update to 29.4
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish, yasu
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45705 |
0.5.5_1 26 Mar 2024 22:51:47
    |
Joseph Mingrone (jrm)  |
Chase editors/emacs update
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D44492 |
0.5.5 08 Feb 2024 05:19:01
    |
Yasuhiro Kimura (yasu)  |
textproc/yaml.el: Update to 0.5.5
ChangeLog: https://github.com/zkry/yaml.el/releases/tag/v0.5.5 |
0.5.4_1 27 Jan 2024 22:33:05
    |
Joseph Mingrone (jrm)  |
*/*: Chase editors/emacs update
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D43615 |
0.5.4 28 Sep 2023 04:15:36
    |
Yasuhiro Kimura (yasu)  |
textproc/yaml.el: Update to 0.5.4
Add do-test target.
ChangeLog: https://github.com/zkry/yaml.el/releases/tag/v0.5.4 |
0.5.3 07 Sep 2023 14:57:56
    |
Yasuhiro Kimura (yasu)  |
textproc/yaml.el: Update to 0.5.3
ChangeLog: https://github.com/zkry/yaml.el/releases/tag/v0.5.3 |
0.5.2_3 20 Aug 2023 00:53:11
    |
Yasuhiro Kimura (yasu)  |
editors/emacs: Update to 29.1
* Update Canna patch to the one for Emacs 29.
* Add new options PGTK, SQLITE3, TREESITTER and WEBP. SQLITE3 and
TREESITTER are ON by default. PGTK and WEBP options are excluded
from nox flavor.
* CARGO option doesn't imply XFT but prevents it. It is caused as a
result of adding pure GTK support (PGTK option).
* OTK options doesn't imply XTF any more. It is also caused as a
result of adding pure GTK support.
* Update NATIVECOMP option so it specifies ahead-of-time compilation
via the configure argument.
* Remove "experimental" from NATIVECOMP_DESC.
* Add print/freetype2 and x11-fonts/fontconfig to CAIRO_LIB_DEPENDS
and GTK3_LIB_DEPENDS. Necessary to link emacs binary with shared (Only the first 15 lines of the commit message are shown above ) |
0.5.2_2 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.5.2 15 Mar 2023 07:09:00
    |
Yasuhiro Kimura (yasu)  |
textproc/yaml.el: Update to 0.5.2
ChangeLog: https://github.com/zkry/yaml.el/releases/tag/v0.5.2 |
0.5.1_2 30 Nov 2022 07:06:37
    |
Yasuhiro Kimura (yasu)  |
editors/emacs-devel: Update to 2022-11-28 snapshot
Bump PORTREVISION of consumers as EMACS_VER is changed to 30.0.50.
Changes: https://github.com/emacs-mirror/emacs/compare/51589f81...7939184f |
0.5.1_1 21 Sep 2022 07:48:19
    |
Yasuhiro Kimura (yasu)  |
editors/emacs: Update to 28.2
* Remove FCITXPATCH option as extra-patch-src_xfns.c can't be applied
since 28.1.
* Tidy up Makefile with portfmt.
* Bump PORTREVISION of consumers.
ChangeLog: https://www.gnu.org/software/emacs/news/NEWS.28.2
PR: 266454
Exp-run by: antoine
Reviewed by: ashish, jrm
Differential Revision: https://reviews.freebsd.org/D36613 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.5.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.5.1 18 Jul 2022 16:04:29
    |
Yasuhiro Kimura (yasu)  |
textproc/yaml.el: Update to 0.5.1
Changes: https://github.com/zkry/yaml.el/releases/tag/v0.5.1 |
0.4.1 17 Jun 2022 08:49:58
    |
Yasuhiro Kimura (yasu)  |
textproc/yaml.el: Update to 0.4.1
Changes: https://github.com/zkry/yaml.el/releases/tag/v0.4.1 |
0.4.0 14 Jun 2022 00:56:51
    |
Yasuhiro Kimura (yasu)  |
textproc/yaml.el: Update to 0.4.0
Changes: https://github.com/zkry/yaml.el/releases/tag/v0.4.0 |
0.3.5 26 May 2022 02:35:03
    |
Yasuhiro Kimura (yasu)  |
textproc/yaml.el: Update to 0.3.5
Changes: https://github.com/zkry/yaml.el/releases/tag/v0.3.5 |
0.3.4_3 07 Apr 2022 22:12:44
    |
Joseph Mingrone (jrm)  |
Emacs ports: Bump PORTREVISION after Emacs 28.1
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D34781 |
0.3.4_2 15 Nov 2021 15:19:58
    |
Joseph Mingrone (jrm)  |
USES=emacs: Chase package name changes
PR: 259259
Differential Revision: https://reviews.freebsd.org/D32613 |
0.3.4_1 01 Oct 2021 22:55:27
    |
Joseph Mingrone (jrm)  |
*: Chase new major version (29) of editors/emacs-devel
Differential Revision: https://reviews.freebsd.org/D32258 |
0.3.4 28 Sep 2021 05:13:33
    |
Yasuhiro Kimura (yasu)  |
*/*: Update MAINTAINER address of my ports to that of FreeBSD.org
Approved by: meta (mentor)
Differential Revision: https://reviews.freebsd.org/D32170 |
0.3.4 30 Jul 2021 21:56:58
    |
Guangyuan Yang (ygy)  Author: Yasuhiro Kimura |
textproc/yaml.el: Update to 0.3.4
Changelog: https://github.com/zkry/yaml.el/commits/v0.3.4
PR: 257500 |
0.3.3 30 Jun 2021 06:43:09
    |
Guangyuan Yang (ygy)  Author: Yasuhiro Kimura |
textproc/yaml.el: New port: YAML parser in Elisp
PR: 256879
Approved by: lwhsu (mentor) |