git: a9dca89362e4 - main - editors/emacs-devel: Fix PATCH_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Jun 2024 11:41:56 UTC
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=a9dca89362e4afcec83806460c51368db64c31f8 commit a9dca89362e4afcec83806460c51368db64c31f8 Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2024-06-24 11:40:35 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2024-06-24 11:40:35 +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 8c55a0a2298c..1476a8671fbd 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= emacs DISTVERSION= 30.0.50.20240615 -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+