summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2024-06-24 08:49:30 -0300
committerJoseph Mingrone <jrm@FreeBSD.org>2024-06-24 08:49:30 -0300
commitbe4a4723be1d5022da350e3644f4c8698bdb306d (patch)
treec649b79a66cde78d0db6447111a1046a776a8acb
parentc801378915652f5a7fbff851ea835204f2a76c2b (diff)
editors/emacs-devel: Fix PATCH_SITES
Sponsored by: The FreeBSD Foundation
-rw-r--r--editors/emacs-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile
index c32f46dbecc8..84538e645e1f 100644
--- a/editors/emacs-devel/Makefile
+++ b/editors/emacs-devel/Makefile
@@ -1,6 +1,6 @@
PORTNAME= emacs
DISTVERSION= 30.0.50.20240330
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 3
CATEGORIES= editors
PKGNAMESUFFIX= -devel
@@ -10,7 +10,7 @@ COMMENT= GNU editing macros ${COMMENT_${FLAVOR}}
WWW= https://www.gnu.org/software/emacs/
COMMENT_nox= (No X flavor)
-PATCH_SITES+= https://github.com/emacs-devel/emacs/commit/
+PATCH_SITES+= https://github.com/emacs-mirror/emacs/commit/
PATCHFILES+= c645e1d8205f0f0663ec4a2d27575b238c646c7c.patch:-p1
LICENSE= GPLv3+