diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2017-04-29 22:50:53 +0800 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2017-04-29 22:50:53 +0800 |
commit | 3f98bcd00c8e91ddfe3bc90acd4cb9440423a067 (patch) | |
tree | 6484c2ff49776eb1fe0a5c63d975c08bf9dd6c29 /editors/psgml | |
parent | 1b1d7b5d53def2b1adf3922c8fe3c019d3d43eab (diff) | |
download | freebsd-ports-gnome-3f98bcd00c8e91ddfe3bc90acd4cb9440423a067.tar.gz freebsd-ports-gnome-3f98bcd00c8e91ddfe3bc90acd4cb9440423a067.tar.zst freebsd-ports-gnome-3f98bcd00c8e91ddfe3bc90acd4cb9440423a067.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/psgml')
-rw-r--r-- | editors/psgml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile index f7f5b980dca3..51c5a56516e7 100644 --- a/editors/psgml/Makefile +++ b/editors/psgml/Makefile @@ -3,7 +3,7 @@ PORTNAME= psgml PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors elisp MASTER_SITES= SF/${PORTNAME}/ALPHA%20${PORTNAME}/${PORTVERSION} PKGNAMESUFFIX= -${EMACS_PORT_NAME} |