diff options
author | wen <wen@FreeBSD.org> | 2010-11-04 09:03:29 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-11-04 09:03:29 +0800 |
commit | 5d185baa96b3ed87e5e44e8a0bdc58788ee7c9b2 (patch) | |
tree | 0d70e226bae6956fd21fbfafe4b89a58c74037c6 /security | |
parent | e665a1b2f34651aebc0434153e17a45100d62d9e (diff) | |
download | freebsd-ports-gnome-5d185baa96b3ed87e5e44e8a0bdc58788ee7c9b2.tar.gz freebsd-ports-gnome-5d185baa96b3ed87e5e44e8a0bdc58788ee7c9b2.tar.zst freebsd-ports-gnome-5d185baa96b3ed87e5e44e8a0bdc58788ee7c9b2.zip |
- Update to 1.8.11
- Use PLIST_FILES instead of pkg-plist
PR: ports/151909
Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/botan/Makefile | 3 | ||||
-rw-r--r-- | security/botan/distinfo | 5 | ||||
-rw-r--r-- | security/botan/pkg-plist | 5 |
3 files changed, 4 insertions, 9 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile index ed61b76604fb..a83f92805e1e 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -7,7 +7,7 @@ # PORTNAME= botan -PORTVERSION= 1.8.10 +PORTVERSION= 1.8.11 CATEGORIES= security MASTER_SITES= http://files.randombit.net/botan/v1.8/ DISTNAME= Botan-${PORTVERSION} @@ -32,6 +32,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --with-tr1-implementation=boost \ USE_GMAKE= yes MAKE_ARGS= CXX="${CXX}" LIB_OPT="${CXXFLAGS}" USE_LDCONFIG= yes +PLIST_FILES= bin/botan-config lib/libbotan.a lib/libbotan.so lib/libbotan.so.0 libdata/pkgconfig/botan-1.8.pc PORTDOCS= * diff --git a/security/botan/distinfo b/security/botan/distinfo index 70a556f3318b..5645b8764835 100644 --- a/security/botan/distinfo +++ b/security/botan/distinfo @@ -1,3 +1,2 @@ -MD5 (Botan-1.8.10.tbz) = 70350060944c08132aab836f682405c5 -SHA256 (Botan-1.8.10.tbz) = e9da2d0f6a107f2a2032a5a1dcd27091f4a6ed428d896def5c91b4908be5fb6d -SIZE (Botan-1.8.10.tbz) = 2828431 +SHA256 (Botan-1.8.11.tbz) = c3b60a2c3dfcbe7b21626e8459e5134d3cbabe45b6d94f454860b99798739ba4 +SIZE (Botan-1.8.11.tbz) = 2808114 diff --git a/security/botan/pkg-plist b/security/botan/pkg-plist deleted file mode 100644 index e17e63e39039..000000000000 --- a/security/botan/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/botan-config -lib/libbotan.a -lib/libbotan.so -lib/libbotan.so.0 -libdata/pkgconfig/botan-1.8.pc |