git: c80137891565 - 2024Q2 - editors/emacs: Fix PATCH_SITES and bump PORTREVISION to make vuxml entry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Jun 2024 11:47:04 UTC
The branch 2024Q2 has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=c801378915652f5a7fbff851ea835204f2a76c2b commit c801378915652f5a7fbff851ea835204f2a76c2b Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2024-06-24 11:43:35 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2024-06-24 11:43:35 +0000 editors/emacs: Fix PATCH_SITES and bump PORTREVISION to make vuxml entry Sponsored by: The FreeBSD Foundation --- editors/emacs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 14863fc5a9a7..ef9afeaea555 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,6 +1,6 @@ PORTNAME= emacs DISTVERSION= 29.3 -PORTREVISION= 1 +PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= GNU @@ -10,7 +10,7 @@ PATCH_SITES+= https://www.gentei.org/~yuuji/software/emacs29canna/:canna PATCHFILES+= emacs29.1-canna-20230730.diff.xz:-p1:canna .endif -PATCH_SITES+= https://github.com/emacs-devel/emacs/commit/ +PATCH_SITES+= https://github.com/emacs-mirror/emacs/commit/ PATCHFILES+= c645e1d8205f0f0663ec4a2d27575b238c646c7c.patch:-p1 MAINTAINER= emacs@FreeBSD.org