diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2025-04-04 17:00:16 -0300 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2025-04-04 17:18:14 -0300 |
commit | a91bf8c29409d01ce3dd655cc6f196a7ef8a528d (patch) | |
tree | 2587029a26c02fc699847a20e9076d6f666c20c0 | |
parent | editors/emacs: Disable NATIVECOMP by default for nox flavor (diff) |
editors/emacs: Bump PORTREVISION
Bump PORTREVISION after recent changes to pkg-message and the default
options for the nox flavor.
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | editors/emacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 6035b4531a28..ee2148ef8c95 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,6 +1,6 @@ PORTNAME= emacs DISTVERSION= 30.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= GNU |