git: b7e0e6478e82 - main - devel/peg.el: Mark DEPRECATED and set EXPIRATION_DATE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Feb 2025 05:39:47 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7e0e6478e82e779ea572bf4d914fe9d8552793d commit b7e0e6478e82e779ea572bf4d914fe9d8552793d Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2025-02-25 05:33:30 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2025-02-25 05:38:34 +0000 devel/peg.el: Mark DEPRECATED and set EXPIRATION_DATE Emacs 30 and later include peg.el as standard library. So this port is unnecessary after editors/emacs is updated to 30.1. --- devel/peg.el/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/peg.el/Makefile b/devel/peg.el/Makefile index f406842c95ca..5242703dcef1 100644 --- a/devel/peg.el/Makefile +++ b/devel/peg.el/Makefile @@ -12,6 +12,9 @@ WWW= https://elpa.gnu.org/packages/peg.html LICENSE= GPLv3+ +DEPRECATED= Emacs 30 and later include peg.el as standard library +EXPIRATION_DATE= 2025-03-31 + USES= emacs tar NO_ARCH= yes