diff options
author | swills <swills@FreeBSD.org> | 2018-08-18 05:07:58 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-08-18 05:07:58 +0800 |
commit | 50a28eab59927fb0681b1922308bc24b5da23538 (patch) | |
tree | 8e711b6e37c3cdde91fd36c1c081f2785e9efd14 /editors | |
parent | fb6b8bda27ae8d3e7a5a95f1a2499af82e33e34f (diff) | |
download | freebsd-ports-gnome-50a28eab59927fb0681b1922308bc24b5da23538.tar.gz freebsd-ports-gnome-50a28eab59927fb0681b1922308bc24b5da23538.tar.zst freebsd-ports-gnome-50a28eab59927fb0681b1922308bc24b5da23538.zip |
security/botan2: update to 2.7.0
While here, bump PORTREVISION on dependent ports
PR: 230666
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer
MFH: 2018Q3
Security: 7762d7ad-2e38-41d2-9785-c51f653ba8bd
Diffstat (limited to 'editors')
-rw-r--r-- | editors/encryptpad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/encryptpad/Makefile b/editors/encryptpad/Makefile index 386a8546b91e..7157d1bf9fdd 100644 --- a/editors/encryptpad/Makefile +++ b/editors/encryptpad/Makefile @@ -4,7 +4,7 @@ PORTNAME= encryptpad DISTVERSIONPREFIX= v DISTVERSION= 0.4.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors security PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ |