diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2024-01-26 10:13:34 -0400 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2024-01-27 18:33:05 -0400 |
commit | ab463bdca9c29ec22be0c7e6d7aa27bb2a980b48 (patch) | |
tree | 242a10bac6501692b0ad3999a0c372158f1445e5 /www | |
parent | 29b94c52385d864db8ced05dfd327aae4e432919 (diff) | |
download | freebsd-ports-ab463bdca9c29ec22be0c7e6d7aa27bb2a980b48.zip |
*/*: 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
Diffstat (limited to 'www')
-rw-r--r-- | www/emacs-w3m/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/emacs-w3m/Makefile b/www/emacs-w3m/Makefile index 511089931a5d..0d81263d3e3f 100644 --- a/www/emacs-w3m/Makefile +++ b/www/emacs-w3m/Makefile @@ -1,6 +1,6 @@ PORTNAME= emacs-w3m PORTVERSION= 1.4.632.b.${SNAPDATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} |