aboutsummaryrefslogtreecommitdiffstats
path: root/security/botan2/Makefile
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2018-08-18 05:07:58 +0800
committerswills <swills@FreeBSD.org>2018-08-18 05:07:58 +0800
commit50a28eab59927fb0681b1922308bc24b5da23538 (patch)
tree8e711b6e37c3cdde91fd36c1c081f2785e9efd14 /security/botan2/Makefile
parentfb6b8bda27ae8d3e7a5a95f1a2499af82e33e34f (diff)
downloadfreebsd-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 'security/botan2/Makefile')
-rw-r--r--security/botan2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/botan2/Makefile b/security/botan2/Makefile
index d151ee7b23c9..6bbdc6facf62 100644
--- a/security/botan2/Makefile
+++ b/security/botan2/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= botan
-DISTVERSION= 2.6.0
-PORTREVISION= 3
+DISTVERSION= 2.7.0
CATEGORIES= security
MASTER_SITES= http://botan.randombit.net/releases/
PKGNAMESUFFIX= 2
@@ -62,7 +61,7 @@ post-patch:
${WRKSRC}/src/build-data/cc/clang.txt
post-install:
-.for i in bin/botan lib/libbotan-2.so.5.6.0
+.for i in bin/botan lib/libbotan-2.so.7.7.0
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${i}
.endfor