diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2024-06-24 02:10:44 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2024-07-04 21:31:23 +0000 |
commit | 5a7af2f71a869da6aec3fe0017296411f2fb112c (patch) | |
tree | 80e784f942c1def99ee2cc46854188b752fc52f3 /editors/emacs-devel/Makefile | |
parent | 05637021054d6121cfdd14716298a0809dc15bfc (diff) |
editors/emacs-devel: Update to 2024-07-04 snapshot, fa6f088a48
Upstream bumped Emacs's major version from 30 to 31, so a PORTREVISION
bump of most consumers will be necessary.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'editors/emacs-devel/Makefile')
-rw-r--r-- | editors/emacs-devel/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index 1476a8671fbd..e49da8fb2f0f 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -1,6 +1,5 @@ PORTNAME= emacs -DISTVERSION= 30.0.50.20240615 -PORTREVISION= 2 +DISTVERSION= 31.0.50.20240704 PORTEPOCH= 3 CATEGORIES= editors PKGNAMESUFFIX= -devel @@ -10,9 +9,6 @@ COMMENT= GNU editing macros ${COMMENT_${FLAVOR}} WWW= https://www.gnu.org/software/emacs/ COMMENT_nox= (No X flavor) -PATCH_SITES+= https://github.com/emacs-mirror/emacs/commit/ -PATCHFILES+= c645e1d8205f0f0663ec4a2d27575b238c646c7c.patch:-p1 - LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING @@ -28,7 +24,7 @@ USES= autoreconf:build cpe gmake localbase:ldflags makeinfo ncurses \ CPE_VENDOR= gnu USE_GITHUB= yes GH_ACCOUNT= emacs-mirror -GH_TAGNAME= 25452986cb +GH_TAGNAME= fa6f088a48 GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share |