From be4a4723be1d5022da350e3644f4c8698bdb306d Mon Sep 17 00:00:00 2001 From: Joseph Mingrone Date: Mon, 24 Jun 2024 08:49:30 -0300 Subject: editors/emacs-devel: Fix PATCH_SITES Sponsored by: The FreeBSD Foundation --- editors/emacs-devel/Makefile | 4 ++-- 1 file 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+ -- cgit v1.3