diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2003-04-09 08:38:03 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2003-04-09 08:38:03 +0000 |
commit | c99c1ca1a7815f18056ae274f62596516fa496c3 (patch) | |
tree | 07c2319a3715817792e41ffab7aef701f99ab3e0 /devel/bglibs | |
parent | f1257b0a601cc4c4866c34d754b1fce0305594da (diff) | |
download | ports-c99c1ca1a7815f18056ae274f62596516fa496c3.tar.gz ports-c99c1ca1a7815f18056ae274f62596516fa496c3.zip |
Notes
Diffstat (limited to 'devel/bglibs')
-rw-r--r-- | devel/bglibs/Makefile | 2 | ||||
-rw-r--r-- | devel/bglibs/distinfo | 2 | ||||
-rw-r--r-- | devel/bglibs/pkg-plist | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/devel/bglibs/Makefile b/devel/bglibs/Makefile index 793fd6e81746..c6d748486307 100644 --- a/devel/bglibs/Makefile +++ b/devel/bglibs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bglibs -PORTVERSION= 1.008 +PORTVERSION= 1.009 CATEGORIES= devel MASTER_SITES= http://untroubled.org/bglibs/ diff --git a/devel/bglibs/distinfo b/devel/bglibs/distinfo index beb372bad346..510c5391f6df 100644 --- a/devel/bglibs/distinfo +++ b/devel/bglibs/distinfo @@ -1 +1 @@ -MD5 (bglibs-1.008.tar.gz) = 39478c4fe89d1e98316452e017fcd7c3 +MD5 (bglibs-1.009.tar.gz) = 486ac7cc8166441261a6569c4ec5a87d diff --git a/devel/bglibs/pkg-plist b/devel/bglibs/pkg-plist index 722c4421605a..3b5bccd1c7fb 100644 --- a/devel/bglibs/pkg-plist +++ b/devel/bglibs/pkg-plist @@ -4,6 +4,7 @@ include/systime.h include/uint16.h include/uint32.h include/uint64.h +include/uintnn.h include/adt/common.h include/adt/ghash.h include/adt/gqueue.h @@ -23,7 +24,8 @@ include/crc/crc64.h include/crypto/md5.h include/crypto/sha1.h include/crypto/sha256.h -include/crypto/sha512a.h +include/crypto/sha384.h +include/crypto/sha512.h @dirrm include/crypto include/cvm/client.h include/cvm/errors.h |