diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2014-12-22 12:14:27 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2014-12-22 12:14:27 +0000 |
commit | a661e98c325a26c5ee1ea715103bcdd9b5e3b483 (patch) | |
tree | 6d1cca05fe93126fdb4bd4a4626e1de2cd4ac2aa /security | |
parent | Update gstreamer1-libav to 1.4.5. (diff) |
- Update to 1.10.9
- Silence portlint warning
PR: 196186
Submitted by: lapo at lapo.it (maintainer)
Notes
Notes:
svn path=/head/; revision=375234
Diffstat (limited to 'security')
-rw-r--r-- | security/botan110/Makefile | 7 | ||||
-rw-r--r-- | security/botan110/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/security/botan110/Makefile b/security/botan110/Makefile index 0611368bdb7d..f697f5327299 100644 --- a/security/botan110/Makefile +++ b/security/botan110/Makefile @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= botan -PORTVERSION= 1.10.8 +PORTVERSION= 1.10.9 CATEGORIES= security MASTER_SITES= http://files.randombit.net/botan/v1.10/ PKGNAMESUFFIX= 110 DISTNAME= Botan-${PORTVERSION} -EXTRACT_SUFX= .tbz MAINTAINER= lapo@lapo.it COMMENT= Portable, easy to use, and efficient C++ crypto library @@ -21,14 +20,14 @@ OPTIONS_DEFINE= SSL GMP ECC DOCS OPTIONS_DEFAULT= SSL GMP ECC ECC_DESC= ECC support -USES= compiler gmake python:build tar:bzip2 +USES= compiler gmake python:build tar:tbz 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.8 libdata/pkgconfig/botan-1.10.pc + lib/libbotan-1.10.so.0.9 libdata/pkgconfig/botan-1.10.pc DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= * diff --git a/security/botan110/distinfo b/security/botan110/distinfo index 08879ae2e894..f0f751e49323 100644 --- a/security/botan110/distinfo +++ b/security/botan110/distinfo @@ -1,2 +1,2 @@ -SHA256 (Botan-1.10.8.tbz) = bc2fd5fe904bba7cd688df021689f53a2d2f87ae728b647196a6b5954d184ea0 -SIZE (Botan-1.10.8.tbz) = 2211993 +SHA256 (Botan-1.10.9.tbz) = 3a57384529c9e4e19490239710c46b51a16475f4eadbc75760d73eaa1e93642f +SIZE (Botan-1.10.9.tbz) = 2211764 |