diff options
author | jrm <jrm@FreeBSD.org> | 2019-09-02 07:45:39 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2019-09-02 07:45:39 +0800 |
commit | 2fd2d3d757701688db0b8972db4a0e1fade7b68f (patch) | |
tree | 825dcf1d0a232ab53667aee5decd84b46b9678b1 /devel/magit | |
parent | 7d786830f510a36e8882a8730dc456bd07408b5e (diff) | |
download | freebsd-ports-gnome-2fd2d3d757701688db0b8972db4a0e1fade7b68f.tar.gz freebsd-ports-gnome-2fd2d3d757701688db0b8972db4a0e1fade7b68f.tar.zst freebsd-ports-gnome-2fd2d3d757701688db0b8972db4a0e1fade7b68f.zip |
Bump PORTREVISION for more ports using EMACS_VERSION_SITE_LISPDIR
This is required after editors/emacs was updated to version 26.3 in
r510281. Some of these ports were missed in r510696.
Diffstat (limited to 'devel/magit')
-rw-r--r-- | devel/magit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/magit/Makefile b/devel/magit/Makefile index 3306aa1d96e7..f6f68598d3ef 100644 --- a/devel/magit/Makefile +++ b/devel/magit/Makefile @@ -3,6 +3,7 @@ PORTNAME= magit PORTVERSION= 2.90.1 +PORTREVISION= 1 CATEGORIES= devel elisp MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} |