diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2019-04-28 23:16:51 +0800 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2019-04-28 23:16:51 +0800 |
commit | 9643d28d53f129da0e0c35190d6712d1566fe850 (patch) | |
tree | 1cbc9d76c95743344cf56ce6b32092c7eb51b938 /editors/flim | |
parent | bbaddba0304d8519f7e6a5943dd5a300ec354ba2 (diff) | |
download | freebsd-ports-gnome-9643d28d53f129da0e0c35190d6712d1566fe850.tar.gz freebsd-ports-gnome-9643d28d53f129da0e0c35190d6712d1566fe850.tar.zst freebsd-ports-gnome-9643d28d53f129da0e0c35190d6712d1566fe850.zip |
Bump PORTREVISION for ports using EMACS_VERSION_SITE_LISPDIR
This should have been done with r499179 when editors/emacs was updated
to version 26.2.
Reported by: nobutaka
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 a71f8dda726b..d600d3ff7041 100644 --- a/editors/flim/Makefile +++ b/editors/flim/Makefile @@ -3,7 +3,7 @@ PORTNAME= flim PORTVERSION= 1.14.9 -PORTREVISION= 20 +PORTREVISION= 21 PORTEPOCH= 1 CATEGORIES= editors elisp MASTER_SITES= http://git.chise.org/elisp/dist/${PORTNAME}/${PORTNAME}-${DISTVERSION:R}/ |