diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-28 05:09:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-28 05:09:40 +0000 |
commit | 434440a83e5245ccf864221e5d992bed69dded04 (patch) | |
tree | e7f001b7d3313cd645231871d5817e2b59910415 /security/botan | |
parent | c03bf86c3e730f981ae449308381d4b3319268fb (diff) | |
download | ports-434440a83e5245ccf864221e5d992bed69dded04.tar.gz ports-434440a83e5245ccf864221e5d992bed69dded04.zip |
Notes
Diffstat (limited to 'security/botan')
-rw-r--r-- | security/botan/Makefile | 2 | ||||
-rw-r--r-- | security/botan/distinfo | 2 | ||||
-rw-r--r-- | security/botan/pkg-plist | 5 |
3 files changed, 5 insertions, 4 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile index 38951d9adb3c..a72d806c3aaa 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -7,7 +7,7 @@ # PORTNAME= botan -PORTVERSION= 0.9.2 +PORTVERSION= 1.0.0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= opencl diff --git a/security/botan/distinfo b/security/botan/distinfo index 32b1d37ff67b..505fc006b249 100644 --- a/security/botan/distinfo +++ b/security/botan/distinfo @@ -1 +1 @@ -MD5 (Botan-0.9.2.tgz) = 9e0fbb11de20a22c998c46568c2ddb6a +MD5 (Botan-1.0.0.tgz) = 349f59b28f51f05e687188b1364c0e37 diff --git a/security/botan/pkg-plist b/security/botan/pkg-plist index 3153ba3c28d6..9a981b9ecfa2 100644 --- a/security/botan/pkg-plist +++ b/security/botan/pkg-plist @@ -6,6 +6,7 @@ include/botan/base.h include/botan/base64.h include/botan/bigint.h include/botan/blowfish.h +include/botan/botan include/botan/botan.h include/botan/buf_filt.h include/botan/cast128.h @@ -126,8 +127,8 @@ include/botan/xtea.h @dirrm include/botan lib/libbotan.a lib/libbotan-%%PORTVERSION%%.so -lib/libbotan-0.9.so -lib/libbotan-0.so +lib/libbotan-1.0.so +lib/libbotan-1.so lib/libbotan.so share/doc/botan-%%PORTVERSION%%/api.ps share/doc/botan-%%PORTVERSION%%/api.tex |