diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2019-09-01 15:32:08 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2019-09-01 15:32:08 +0000 |
commit | 9002c82508f4d6c94f7a5ed3d9c87d8158339d80 (patch) | |
tree | 4394ad316c7ad13c8826023e2c4b2f2592cb2d25 /textproc/uim-el | |
parent | d3354f8dab64a06f8b6034e3edd93a8101e0e458 (diff) |
Bump PORTREVISION for ports using EMACS_VERSION_SITE_LISPDIR
This is required after editors/emacs was updated to version 26.3 in
r510281.
Reported by: ashish
Notes
Notes:
svn path=/head/; revision=510696
Diffstat (limited to 'textproc/uim-el')
-rw-r--r-- | textproc/uim-el/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/uim-el/Makefile b/textproc/uim-el/Makefile index cd3e8f560797..aac3d8aa8318 100644 --- a/textproc/uim-el/Makefile +++ b/textproc/uim-el/Makefile @@ -3,7 +3,7 @@ PORTNAME= uim-el PORTVERSION= 1.8.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= https://github.com/uim/uim/releases/download/${PORTVERSION}/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} |