diff options
| author | Joseph Mingrone <jrm@FreeBSD.org> | 2024-06-24 08:43:35 -0300 |
|---|---|---|
| committer | Joseph Mingrone <jrm@FreeBSD.org> | 2024-06-24 08:43:35 -0300 |
| commit | c801378915652f5a7fbff851ea835204f2a76c2b (patch) | |
| tree | fd58f15372c38f64b4698a3f1b2fa8a8e1d9a6f3 | |
| parent | ff9e2e0804e416353ba0164c8f8f7b37641fb7f4 (diff) | |
editors/emacs: Fix PATCH_SITES and bump PORTREVISION to make vuxml entry
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | editors/emacs/Makefile | 4 |
1 files 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 |
