diff options
author | jrm <jrm@FreeBSD.org> | 2018-05-31 09:18:05 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2018-05-31 09:18:05 +0800 |
commit | 57eb486b9dc7e7b5afd1ed648ebd969bbc792361 (patch) | |
tree | 69a40aa3b0a3194344d14d8974e6df5255764104 /security/starttls | |
parent | f30ba7f8fcf009ffe1faa4d8a201a41bf90f4a9b (diff) | |
download | freebsd-ports-gnome-57eb486b9dc7e7b5afd1ed648ebd969bbc792361.tar.gz freebsd-ports-gnome-57eb486b9dc7e7b5afd1ed648ebd969bbc792361.tar.zst freebsd-ports-gnome-57eb486b9dc7e7b5afd1ed648ebd969bbc792361.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 'security/starttls')
-rw-r--r-- | security/starttls/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/starttls/Makefile b/security/starttls/Makefile index e21ba37d4f72..f53fe999e4c8 100644 --- a/security/starttls/Makefile +++ b/security/starttls/Makefile @@ -2,7 +2,7 @@ PORTNAME= starttls PORTVERSION= 0.10 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= security MASTER_SITES= ftp://ftp.opaopa.org/pub/elisp/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} |