diff options
author | jrm <jrm@FreeBSD.org> | 2017-04-29 22:50:53 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2017-04-29 22:50:53 +0800 |
commit | 91f8b58c3700b00f71f60b7f17cf2d5c82272732 (patch) | |
tree | 6484c2ff49776eb1fe0a5c63d975c08bf9dd6c29 /editors/semi | |
parent | e91ff6a1d5cb6757dedfec57c5ceb5d712a59e84 (diff) | |
download | freebsd-ports-gnome-91f8b58c3700b00f71f60b7f17cf2d5c82272732.tar.gz freebsd-ports-gnome-91f8b58c3700b00f71f60b7f17cf2d5c82272732.tar.zst freebsd-ports-gnome-91f8b58c3700b00f71f60b7f17cf2d5c82272732.zip |
Chase editors/emacs update to version 25.2
Reported by: des
Approved by: ashish (emacs maintainer), swills (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D10534
Diffstat (limited to 'editors/semi')
-rw-r--r-- | editors/semi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/semi/Makefile b/editors/semi/Makefile index 67160ce526f1..577707f94d9b 100644 --- a/editors/semi/Makefile +++ b/editors/semi/Makefile @@ -3,7 +3,7 @@ PORTNAME= semi PORTVERSION= ${SEMI_VER} -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= editors elisp MASTER_SITES= http://git.chise.org/elisp/dist/semi/semi-1.14-for-flim-1.14/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} |