diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2018-05-31 09:18:05 +0800 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2018-05-31 09:18:05 +0800 |
commit | 107b408c3141f4a2d694fb7bb6f3809d48f62a04 (patch) | |
tree | 69a40aa3b0a3194344d14d8974e6df5255764104 /editors/psgml | |
parent | 3ae34aead84a9ea4fff9fa6ad55504563c3ba964 (diff) | |
download | freebsd-ports-gnome-107b408c3141f4a2d694fb7bb6f3809d48f62a04.tar.gz freebsd-ports-gnome-107b408c3141f4a2d694fb7bb6f3809d48f62a04.tar.zst freebsd-ports-gnome-107b408c3141f4a2d694fb7bb6f3809d48f62a04.zip |
USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade
Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html
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 4681ca3a245a..3c75342afdce 100644 --- a/editors/psgml/Makefile +++ b/editors/psgml/Makefile @@ -3,7 +3,7 @@ PORTNAME= psgml PORTVERSION= 1.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors elisp MASTER_SITES= SF/${PORTNAME}/ALPHA%20${PORTNAME}/${PORTVERSION} PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} |