Date: Mon, 24 Jun 2024 11:51:09 GMT From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: be4a4723be1d - 2024Q2 - editors/emacs-devel: Fix PATCH_SITES Message-ID: <202406241151.45OBp9iG094693@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=be4a4723be1d5022da350e3644f4c8698bdb306d commit be4a4723be1d5022da350e3644f4c8698bdb306d Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2024-06-24 11:49:30 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2024-06-24 11:49:30 +0000 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+
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406241151.45OBp9iG094693>