diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2016-03-31 08:09:25 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2016-03-31 08:09:25 +0000 |
commit | c5710836a34e44381209f5f022821fe3729d9e93 (patch) | |
tree | 4643fe512b2a7d073fa41bd1eb0df49d7da0fb50 /security/botan110 | |
parent | 02d5a794f8217925bb28fa1901755e1dde151be5 (diff) | |
download | ports-c5710836a34e44381209f5f022821fe3729d9e93.tar.gz ports-c5710836a34e44381209f5f022821fe3729d9e93.zip |
- Update botan110 to 1.10.12
- Chase shlib version bump in dependent ports
PR: 208393
Submitted by: Lapo Luchini <lapo at lapo.it> (maintainer)
Security: 2004616d-f66c-11e5-b94c-001999f8d30b
Security: 4cd9b19f-f66d-11e5-b94c-001999f8d30b
MFH: 2016Q1
Notes
Notes:
svn path=/head/; revision=412212
Diffstat (limited to 'security/botan110')
-rw-r--r-- | security/botan110/Makefile | 10 | ||||
-rw-r--r-- | security/botan110/distinfo | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/botan110/Makefile b/security/botan110/Makefile index a21bf0ca341b..30dc00830fe1 100644 --- a/security/botan110/Makefile +++ b/security/botan110/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= botan -PORTVERSION= 1.10.9 +PORTVERSION= 1.10.12 CATEGORIES= security -MASTER_SITES= http://files.randombit.net/botan/v1.10/ +MASTER_SITES= http://botan.randombit.net/releases/ PKGNAMESUFFIX= 110 DISTNAME= Botan-${PORTVERSION} @@ -18,14 +18,14 @@ OPTIONS_DEFINE= SSL GMP ECC DOCS OPTIONS_DEFAULT= SSL GMP ECC ECC_DESC= ECC support -USES= compiler gmake python:build tar:tbz +USES= compiler gmake python:build tar:tgz HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.py 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.9 libdata/pkgconfig/botan-1.10.pc +PLIST_FILES= bin/botan-config-1.10 lib/libbotan-1.10.a lib/libbotan-1.10.so lib/libbotan-1.10.so.1 \ + lib/libbotan-1.10.so.1.12 libdata/pkgconfig/botan-1.10.pc DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= * diff --git a/security/botan110/distinfo b/security/botan110/distinfo index f0f751e49323..92582638fb92 100644 --- a/security/botan110/distinfo +++ b/security/botan110/distinfo @@ -1,2 +1,2 @@ -SHA256 (Botan-1.10.9.tbz) = 3a57384529c9e4e19490239710c46b51a16475f4eadbc75760d73eaa1e93642f -SIZE (Botan-1.10.9.tbz) = 2211764 +SHA256 (Botan-1.10.12.tgz) = affc3a79919577943f896e64d3e4a4dcc4970c5bf80cc98c7f3a3144745eac27 +SIZE (Botan-1.10.12.tgz) = 2707397 |