diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2018-05-31 01:18:05 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2018-05-31 01:18:05 +0000 |
commit | 107b408c3141f4a2d694fb7bb6f3809d48f62a04 (patch) | |
tree | 69a40aa3b0a3194344d14d8974e6df5255764104 /editors/flim | |
parent | 3ae34aead84a9ea4fff9fa6ad55504563c3ba964 (diff) | |
download | ports-107b408c3141f4a2d694fb7bb6f3809d48f62a04.tar.gz ports-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
Notes
Notes:
svn path=/head/; revision=471191
Diffstat (limited to 'editors/flim')
-rw-r--r-- | editors/flim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/flim/Makefile b/editors/flim/Makefile index bdf9cac08ce2..8bf5780c6f2b 100644 --- a/editors/flim/Makefile +++ b/editors/flim/Makefile @@ -3,7 +3,7 @@ PORTNAME= flim PORTVERSION= 1.14.9 -PORTREVISION= 17 +PORTREVISION= 18 PORTEPOCH= 1 CATEGORIES= editors elisp MASTER_SITES= http://git.chise.org/elisp/dist/${PORTNAME}/${PORTNAME}-${DISTVERSION:R}/ |