diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-30 14:05:15 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-30 14:05:15 +0000 |
commit | 5e147280efbf88243bd34398b6bc9f2d1fe3ff29 (patch) | |
tree | 3648561aef7767835efaf1bcf2c82d46f65d46de /security | |
parent | 6f9c6e1ee0f01ad70f8bcf71663da430f8a3f9da (diff) | |
download | ports-5e147280efbf88243bd34398b6bc9f2d1fe3ff29.tar.gz ports-5e147280efbf88243bd34398b6bc9f2d1fe3ff29.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/beecrypt/Makefile | 1 | ||||
-rw-r--r-- | security/beecrypt/distinfo | 1 | ||||
-rw-r--r-- | security/tinc/Makefile | 1 | ||||
-rw-r--r-- | security/tinc/distinfo | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/security/beecrypt/Makefile b/security/beecrypt/Makefile index b8bd3466f43c..84d68cadfc58 100644 --- a/security/beecrypt/Makefile +++ b/security/beecrypt/Makefile @@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= krion@FreeBSD.org COMMENT= BeeCrypt is an open source cryptography library +USE_SIZE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/security/beecrypt/distinfo b/security/beecrypt/distinfo index edce791d6eca..735503bd55c4 100644 --- a/security/beecrypt/distinfo +++ b/security/beecrypt/distinfo @@ -1 +1,2 @@ MD5 (beecrypt-3.1.0.tar.gz) = 1472cada46e2ab9f532f984de9740386 +SIZE (beecrypt-3.1.0.tar.gz) = 452555 diff --git a/security/tinc/Makefile b/security/tinc/Makefile index b15543e890b1..55585a1c2986 100644 --- a/security/tinc/Makefile +++ b/security/tinc/Makefile @@ -19,6 +19,7 @@ COMMENT= A Virtual Private Network (VPN) daemon LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext-old \ lzo.1:${PORTSDIR}/archivers/lzo +USE_SIZE= yes USE_OPENSSL= yes USE_REINPLACE= yes GNU_CONFIGURE= yes diff --git a/security/tinc/distinfo b/security/tinc/distinfo index 56814125239a..3ecb7cc52233 100644 --- a/security/tinc/distinfo +++ b/security/tinc/distinfo @@ -1 +1,2 @@ MD5 (tinc-1.0.2.tar.gz) = 5396e8d279b5140e86113c80abc041ad +SIZE (tinc-1.0.2.tar.gz) = 481890 |