diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2015-04-27 18:29:27 +0800 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2015-04-27 18:29:27 +0800 |
commit | c5167c49ba2e934bffbaacba422b57db6393c037 (patch) | |
tree | e522e319a070f2df545d1bf3366b75f936c6875e /editors/apel | |
parent | 2893a8de0cdfa9781d93c90291646d9a7b19a352 (diff) | |
download | freebsd-ports-gnome-c5167c49ba2e934bffbaacba422b57db6393c037.tar.gz freebsd-ports-gnome-c5167c49ba2e934bffbaacba422b57db6393c037.tar.zst freebsd-ports-gnome-c5167c49ba2e934bffbaacba422b57db6393c037.zip |
- Chase GNU Emacs updates
PR: 199553
Diffstat (limited to 'editors/apel')
-rw-r--r-- | editors/apel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/apel/Makefile b/editors/apel/Makefile index 18f73434708c..76f98b54b74f 100644 --- a/editors/apel/Makefile +++ b/editors/apel/Makefile @@ -3,7 +3,7 @@ PORTNAME= apel PORTVERSION= ${APEL_VER} -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= editors elisp MASTER_SITES= http://git.chise.org/elisp/dist/apel/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} |