aboutsummaryrefslogtreecommitdiff
path: root/security/beecrypt
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-11-27 10:03:41 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-11-27 10:03:41 +0000
commit400a69fc9f79bd83e6ab74a84de9b140854ccb88 (patch)
tree24a1444618b9fd77ac7651bada628c673d7aad92 /security/beecrypt
parent7e648d76ae14ec334e8429f08742ab0e8d2c7ef0 (diff)
downloadports-400a69fc9f79bd83e6ab74a84de9b140854ccb88.tar.gz
ports-400a69fc9f79bd83e6ab74a84de9b140854ccb88.zip
Notes
Diffstat (limited to 'security/beecrypt')
-rw-r--r--security/beecrypt/Makefile5
-rw-r--r--security/beecrypt/distinfo4
-rw-r--r--security/beecrypt/files/patch-ltmain.sh15
-rw-r--r--security/beecrypt/pkg-plist14
4 files changed, 15 insertions, 23 deletions
diff --git a/security/beecrypt/Makefile b/security/beecrypt/Makefile
index 5e7cf69644ac..18745d637ef8 100644
--- a/security/beecrypt/Makefile
+++ b/security/beecrypt/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= beecrypt
-PORTVERSION= 3.1.0
+PORTVERSION= 4.1.1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,7 +17,8 @@ COMMENT= BeeCrypt is an open source cryptography library
USE_REINPLACE= yes
GNU_CONFIGURE= yes
-USE_INC_LIBTOOL_VER=13
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes
post-patch:
diff --git a/security/beecrypt/distinfo b/security/beecrypt/distinfo
index 735503bd55c4..f337bada27ab 100644
--- a/security/beecrypt/distinfo
+++ b/security/beecrypt/distinfo
@@ -1,2 +1,2 @@
-MD5 (beecrypt-3.1.0.tar.gz) = 1472cada46e2ab9f532f984de9740386
-SIZE (beecrypt-3.1.0.tar.gz) = 452555
+MD5 (beecrypt-4.1.1.tar.gz) = b412cb2a692f689bfcd43f29733c3039
+SIZE (beecrypt-4.1.1.tar.gz) = 774424
diff --git a/security/beecrypt/files/patch-ltmain.sh b/security/beecrypt/files/patch-ltmain.sh
deleted file mode 100644
index d8b5bbd6a218..000000000000
--- a/security/beecrypt/files/patch-ltmain.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- ltmain.sh.orig Sun Jun 22 02:00:15 2003
-+++ ltmain.sh Sun Jun 22 02:00:28 2003
-@@ -4302,10 +4302,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false ; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/security/beecrypt/pkg-plist b/security/beecrypt/pkg-plist
index ac87841c42a0..175f74523b87 100644
--- a/security/beecrypt/pkg-plist
+++ b/security/beecrypt/pkg-plist
@@ -1,10 +1,8 @@
include/beecrypt/aes.h
include/beecrypt/aesopt.h
+include/beecrypt/api.h
include/beecrypt/base64.h
-include/beecrypt/beecrypt.api.h
-include/beecrypt/beecrypt.gnu.h
include/beecrypt/beecrypt.h
-include/beecrypt/beecrypt.win.h
include/beecrypt/blockmode.h
include/beecrypt/blockpad.h
include/beecrypt/blowfish.h
@@ -19,10 +17,13 @@ include/beecrypt/elgamal.h
include/beecrypt/endianness.h
include/beecrypt/entropy.h
include/beecrypt/fips186.h
+include/beecrypt/gnu.h
include/beecrypt/hmac.h
include/beecrypt/hmacmd5.h
include/beecrypt/hmacsha1.h
include/beecrypt/hmacsha256.h
+include/beecrypt/hmacsha384.h
+include/beecrypt/hmacsha512.h
include/beecrypt/md5.h
include/beecrypt/memchunk.h
include/beecrypt/mp.h
@@ -31,14 +32,19 @@ include/beecrypt/mpnumber.h
include/beecrypt/mpopt.h
include/beecrypt/mpprime.h
include/beecrypt/mtprng.h
+include/beecrypt/pkcs1.h
+include/beecrypt/pkcs12.h
include/beecrypt/rsa.h
include/beecrypt/rsakp.h
include/beecrypt/rsapk.h
include/beecrypt/sha1.h
include/beecrypt/sha1opt.h
include/beecrypt/sha256.h
+include/beecrypt/sha384.h
+include/beecrypt/sha512.h
include/beecrypt/timestamp.h
+include/beecrypt/win.h
lib/libbeecrypt.a
lib/libbeecrypt.so
-lib/libbeecrypt.so.8
+lib/libbeecrypt.so.10
@dirrm include/beecrypt