diff options
author | madpilot <madpilot@FreeBSD.org> | 2014-08-26 01:10:34 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2014-08-26 01:10:34 +0800 |
commit | 4d678c161a75c7189f312155901916941610216e (patch) | |
tree | 0e201a07ddef5db2c8496735097d534bec6e1df4 /security/botan110 | |
parent | e572c13b894ef3b887a4f81129d92fc7da9dcd24 (diff) | |
download | freebsd-ports-gnome-4d678c161a75c7189f312155901916941610216e.tar.gz freebsd-ports-gnome-4d678c161a75c7189f312155901916941610216e.tar.zst freebsd-ports-gnome-4d678c161a75c7189f312155901916941610216e.zip |
Update to 1.10.8
PR: 192989
Submitted by: lapo at lapo.it (maintainer)
Diffstat (limited to 'security/botan110')
-rw-r--r-- | security/botan110/Makefile | 4 | ||||
-rw-r--r-- | security/botan110/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/botan110/Makefile b/security/botan110/Makefile index 60964dfdf4fd..bc9ec8796a3e 100644 --- a/security/botan110/Makefile +++ b/security/botan110/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= botan -PORTVERSION= 1.10.7 +PORTVERSION= 1.10.8 CATEGORIES= security MASTER_SITES= http://files.randombit.net/botan/v1.10/ PKGNAMESUFFIX= 110 @@ -29,7 +29,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --with-bzip2 --with-zlib MAKE_ARGS= CXX="${CXX}" LIB_OPT="${CXXFLAGS}" USE_LDCONFIG= yes PLIST_FILES= bin/botan-config-1.10 lib/libbotan-1.10.a lib/libbotan-1.10.so lib/libbotan-1.10.so.0 \ - lib/libbotan-1.10.so.0.7 libdata/pkgconfig/botan-1.10.pc + lib/libbotan-1.10.so.0.8 libdata/pkgconfig/botan-1.10.pc DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= * diff --git a/security/botan110/distinfo b/security/botan110/distinfo index fdeef7aca634..08879ae2e894 100644 --- a/security/botan110/distinfo +++ b/security/botan110/distinfo @@ -1,2 +1,2 @@ -SHA256 (Botan-1.10.7.tbz) = 19f79ae670cb2ea7c290244ff6ff564ce74b45d8845af52787a30c646e16324d -SIZE (Botan-1.10.7.tbz) = 2240316 +SHA256 (Botan-1.10.8.tbz) = bc2fd5fe904bba7cd688df021689f53a2d2f87ae728b647196a6b5954d184ea0 +SIZE (Botan-1.10.8.tbz) = 2211993 |