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/Makefile | |
parent | 02d5a794f8217925bb28fa1901755e1dde151be5 (diff) | |
download | ports-c5710836a34e44381209f5f022821fe3729d9e93.tar.gz ports-c5710836a34e44381209f5f022821fe3729d9e93.zip |
Notes
Diffstat (limited to 'security/botan110/Makefile')
-rw-r--r-- | security/botan110/Makefile | 10 |
1 files changed, 5 insertions, 5 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= * |