diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-26 18:45:32 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-26 18:45:32 +0000 |
commit | b1795eb5b68a98b7a399d62b59a39623ef19605c (patch) | |
tree | c3b5cc087eea82fd1834f2db72cd3ba3dcb999bc /security/beecrypt | |
parent | dbdd7a459b7efc7daf72a558a00a2367d85efd45 (diff) | |
download | ports-b1795eb5b68a98b7a399d62b59a39623ef19605c.tar.gz ports-b1795eb5b68a98b7a399d62b59a39623ef19605c.zip |
Notes
Diffstat (limited to 'security/beecrypt')
-rw-r--r-- | security/beecrypt/Makefile | 4 | ||||
-rw-r--r-- | security/beecrypt/distinfo | 4 | ||||
-rw-r--r-- | security/beecrypt/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/security/beecrypt/Makefile b/security/beecrypt/Makefile index 18745d637ef8..90371caafa9e 100644 --- a/security/beecrypt/Makefile +++ b/security/beecrypt/Makefile @@ -7,7 +7,7 @@ # PORTNAME= beecrypt -PORTVERSION= 4.1.1 +PORTVERSION= 4.1.2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,10 +15,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= krion@FreeBSD.org COMMENT= BeeCrypt is an open source cryptography library -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LIBTOOL_VER=15 +USE_REINPLACE= yes INSTALLS_SHLIB= yes post-patch: diff --git a/security/beecrypt/distinfo b/security/beecrypt/distinfo index f337bada27ab..3727fa1d38e8 100644 --- a/security/beecrypt/distinfo +++ b/security/beecrypt/distinfo @@ -1,2 +1,2 @@ -MD5 (beecrypt-4.1.1.tar.gz) = b412cb2a692f689bfcd43f29733c3039 -SIZE (beecrypt-4.1.1.tar.gz) = 774424 +MD5 (beecrypt-4.1.2.tar.gz) = 820d26437843ab0a6a8a5151a73a657c +SIZE (beecrypt-4.1.2.tar.gz) = 774280 diff --git a/security/beecrypt/pkg-plist b/security/beecrypt/pkg-plist index 175f74523b87..a46d5249e1db 100644 --- a/security/beecrypt/pkg-plist +++ b/security/beecrypt/pkg-plist @@ -42,6 +42,7 @@ include/beecrypt/sha1opt.h include/beecrypt/sha256.h include/beecrypt/sha384.h include/beecrypt/sha512.h +include/beecrypt/sha_k.h include/beecrypt/timestamp.h include/beecrypt/win.h lib/libbeecrypt.a |