From 082542e6c694d58c24d1c425c9f06441c6a16db7 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 (cherry picked from commit ab463bdca9c29ec22be0c7e6d7aa27bb2a980b48) --- sysutils/lr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/lr/Makefile') diff --git a/sysutils/lr/Makefile b/sysutils/lr/Makefile index 172b8aa657e3..e15425f6286a 100644 --- a/sysutils/lr/Makefile +++ b/sysutils/lr/Makefile @@ -1,7 +1,7 @@ PORTNAME= lr DISTVERSIONPREFIX= v DISTVERSION= 1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org -- cgit v1.2.3