1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

Update to 4.1.1

This commit is contained in:
Kirill Ponomarev 2004-11-27 10:03:41 +00:00
parent 7e648d76ae
commit 400a69fc9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122597
4 changed files with 15 additions and 23 deletions

View File

@ -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:

View File

@ -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

View File

@ -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"

View File

@ -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