From ab463bdca9c29ec22be0c7e6d7aa27bb2a980b48 Mon Sep 17 00:00:00 2001 From: Joseph Mingrone Date: Fri, 26 Jan 2024 10:13:34 -0400 Subject: */*: 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 --- deskutils/howm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deskutils') diff --git a/deskutils/howm/Makefile b/deskutils/howm/Makefile index b8a0df575346..df3445688d58 100644 --- a/deskutils/howm/Makefile +++ b/deskutils/howm/Makefile @@ -1,6 +1,6 @@ PORTNAME= howm PORTVERSION= 1.4.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils MASTER_SITES= http://howm.sourceforge.jp/a/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -- cgit v1.2.3