summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorgrant <grant>2004-12-20 11:30:55 +0000
committergrant <grant>2004-12-20 11:30:55 +0000
commit4257ff27be9bdf913cc2b0f103cf15c1ad68ec2e (patch)
tree07688cee4aece15c5fae94df0e7830933046db2c /security
parentfc4940ecaeaf42bdb7f6268ea103a928d898b5ee (diff)
downloadpkgsrc-4257ff27be9bdf913cc2b0f103cf15c1ad68ec2e.tar.gz
since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
Diffstat (limited to 'security')
-rw-r--r--security/p5-Authen-SASL-Cyrus/Makefile4
-rw-r--r--security/p5-Authen-SASL/Makefile3
-rw-r--r--security/p5-Crypt-Blowfish/Makefile3
-rw-r--r--security/p5-Crypt-CAST5_PP/Makefile3
-rw-r--r--security/p5-Crypt-CBC/Makefile3
-rw-r--r--security/p5-Crypt-CipherSaber/Makefile3
-rw-r--r--security/p5-Crypt-DES/Makefile3
-rw-r--r--security/p5-Crypt-DES_EDE3/Makefile3
-rw-r--r--security/p5-Crypt-DSA/Makefile4
-rw-r--r--security/p5-Crypt-IDEA/Makefile3
-rw-r--r--security/p5-Crypt-OpenPGP/Makefile4
-rw-r--r--security/p5-Crypt-OpenSSL-Bignum/Makefile4
-rw-r--r--security/p5-Crypt-OpenSSL-DSA/Makefile4
-rw-r--r--security/p5-Crypt-OpenSSL-RSA/Makefile4
-rw-r--r--security/p5-Crypt-OpenSSL-Random/Makefile4
-rw-r--r--security/p5-Crypt-Primes/Makefile3
-rw-r--r--security/p5-Crypt-RIPEMD160/Makefile3
-rw-r--r--security/p5-Crypt-RSA/Makefile3
-rw-r--r--security/p5-Crypt-RandPasswd/Makefile3
-rw-r--r--security/p5-Crypt-Random/Makefile3
-rw-r--r--security/p5-Crypt-Rijndael/Makefile3
-rw-r--r--security/p5-Crypt-Twofish/Makefile3
-rw-r--r--security/p5-Digest-BubbleBabble/Makefile3
-rw-r--r--security/p5-Digest-HMAC/Makefile3
-rw-r--r--security/p5-Digest-Hashcash/Makefile3
-rw-r--r--security/p5-Digest-MD2/Makefile3
-rw-r--r--security/p5-Digest-MD4/Makefile3
-rw-r--r--security/p5-Digest-MD5/Makefile3
-rw-r--r--security/p5-Digest-Nilsimsa/Makefile3
-rw-r--r--security/p5-Digest-SHA/Makefile3
-rw-r--r--security/p5-Digest-SHA1/Makefile3
-rw-r--r--security/p5-Digest/Makefile3
-rw-r--r--security/p5-IO-Socket-SSL/Makefile4
-rw-r--r--security/p5-Module-Signature/Makefile3
-rw-r--r--security/p5-Net-DNS-SEC/Makefile4
-rw-r--r--security/p5-Net-SSLeay/Makefile4
-rw-r--r--security/p5-SHA/Makefile3
-rw-r--r--security/p5-SSLeay/Makefile4
-rw-r--r--security/p5-Tie-EncryptedHash/Makefile3
39 files changed, 78 insertions, 50 deletions
diff --git a/security/p5-Authen-SASL-Cyrus/Makefile b/security/p5-Authen-SASL-Cyrus/Makefile
index 376f94ac1e1..b10ec000801 100644
--- a/security/p5-Authen-SASL-Cyrus/Makefile
+++ b/security/p5-Authen-SASL-Cyrus/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2004/10/03 00:18:11 tv Exp $
+# $NetBSD: Makefile,v 1.6 2004/12/20 11:31:07 grant Exp $
#
DISTNAME= Authen-SASL-Cyrus-0.07
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile
index e0e8617dd24..10f5b81d4ba 100644
--- a/security/p5-Authen-SASL/Makefile
+++ b/security/p5-Authen-SASL/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2004/04/27 05:44:22 snj Exp $
+# $NetBSD: Makefile,v 1.4 2004/12/20 11:31:07 grant Exp $
#
DISTNAME= Authen-SASL-2.04
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
diff --git a/security/p5-Crypt-Blowfish/Makefile b/security/p5-Crypt-Blowfish/Makefile
index c31d0c6e14b..68745df2cf4 100644
--- a/security/p5-Crypt-Blowfish/Makefile
+++ b/security/p5-Crypt-Blowfish/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.11 2004/03/20 17:21:32 heinz Exp $
+# $NetBSD: Makefile,v 1.12 2004/12/20 11:31:07 grant Exp $
#
DISTNAME= Crypt-Blowfish-2.09
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cbl
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-CAST5_PP/Makefile b/security/p5-Crypt-CAST5_PP/Makefile
index c3a2ff8747b..84764f2cfc1 100644
--- a/security/p5-Crypt-CAST5_PP/Makefile
+++ b/security/p5-Crypt-CAST5_PP/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/02/25 00:25:02 heinz Exp $
+# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:07 grant Exp $
#
DISTNAME= Crypt-CAST5_PP-1.02
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cca
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile
index ce1fdb7fee3..da3aceaa8bc 100644
--- a/security/p5-Crypt-CBC/Makefile
+++ b/security/p5-Crypt-CBC/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.13 2004/02/22 16:54:56 heinz Exp $
+# $NetBSD: Makefile,v 1.14 2004/12/20 11:31:07 grant Exp $
# FreeBSD Id: Makefile,v 1.7 1997/06/24 18:43:23 jfitz Exp
#
DISTNAME= Crypt-CBC-2.08
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cbc
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-CipherSaber/Makefile b/security/p5-Crypt-CipherSaber/Makefile
index 3ef5d25cfbc..dddbfc0b266 100644
--- a/security/p5-Crypt-CipherSaber/Makefile
+++ b/security/p5-Crypt-CipherSaber/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/09/04 14:02:33 seb Exp $
+# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:07 grant Exp $
#
DISTNAME= CipherSaber-0.60
PKGNAME= p5-Crypt-${DISTNAME}
SVR4_PKGNAME= p5ccs
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile
index e33ad3b6db2..10bae25a4b8 100644
--- a/security/p5-Crypt-DES/Makefile
+++ b/security/p5-Crypt-DES/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2004/03/20 17:23:29 heinz Exp $
+# $NetBSD: Makefile,v 1.8 2004/12/20 11:31:07 grant Exp $
#
DISTNAME= Crypt-DES-2.03
PKGNAME= p5-Crypt-DES-2.03
SVR4_PKGNAME= p5des
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-DES_EDE3/Makefile b/security/p5-Crypt-DES_EDE3/Makefile
index d7b6c52667e..157e081b59b 100644
--- a/security/p5-Crypt-DES_EDE3/Makefile
+++ b/security/p5-Crypt-DES_EDE3/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2004/02/24 22:26:28 heinz Exp $
+# $NetBSD: Makefile,v 1.9 2004/12/20 11:31:07 grant Exp $
#
DISTNAME= Crypt-DES_EDE3-0.01
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5de3
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile
index 3c5cfeefab5..3b35cf696ab 100644
--- a/security/p5-Crypt-DSA/Makefile
+++ b/security/p5-Crypt-DSA/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2004/02/24 23:34:59 heinz Exp $
+# $NetBSD: Makefile,v 1.12 2004/12/20 11:31:07 grant Exp $
#
DISTNAME= Crypt-DSA-0.12
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= p5dsa
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile
index 79f6c5f76f8..bc3b1633b04 100644
--- a/security/p5-Crypt-IDEA/Makefile
+++ b/security/p5-Crypt-IDEA/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2004/02/22 17:07:18 heinz Exp $
+# $NetBSD: Makefile,v 1.7 2004/12/20 11:31:07 grant Exp $
#
DISTNAME= Crypt-IDEA-1.02
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile
index f61338b3f58..31352545aa1 100644
--- a/security/p5-Crypt-OpenPGP/Makefile
+++ b/security/p5-Crypt-OpenPGP/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.11 2004/03/26 02:27:53 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2004/12/20 11:31:07 grant Exp $
#
DISTNAME= Crypt-OpenPGP-1.03
PKGNAME= p5-${DISTNAME}
PKGREVISION= # empty
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= p5pgp
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-OpenSSL-Bignum/Makefile b/security/p5-Crypt-OpenSSL-Bignum/Makefile
index 7c5d9169a45..1f41562c174 100644
--- a/security/p5-Crypt-OpenSSL-Bignum/Makefile
+++ b/security/p5-Crypt-OpenSSL-Bignum/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2004/10/03 00:18:11 tv Exp $
+# $NetBSD: Makefile,v 1.5 2004/12/20 11:31:07 grant Exp $
#
DISTNAME= Crypt-OpenSSL-Bignum-0.03
PKGNAME= p5-${DISTNAME}
PKGREVISION= # empty2
-PKGREVISION= 2
+PKGREVISION= 3
SVR4_PKGNAME= p5obn
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-OpenSSL-DSA/Makefile b/security/p5-Crypt-OpenSSL-DSA/Makefile
index 52b572ded43..973e9a74acc 100644
--- a/security/p5-Crypt-OpenSSL-DSA/Makefile
+++ b/security/p5-Crypt-OpenSSL-DSA/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2004/10/03 00:18:11 tv Exp $
+# $NetBSD: Makefile,v 1.5 2004/12/20 11:31:07 grant Exp $
#
DISTNAME= Crypt-OpenSSL-DSA-0.11
PKGNAME= p5-${DISTNAME}
PKGREVISION= # empty2
-PKGREVISION= 2
+PKGREVISION= 3
SVR4_PKGNAME= p5ods
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile
index 5a10fdf7d79..0b38023b033 100644
--- a/security/p5-Crypt-OpenSSL-RSA/Makefile
+++ b/security/p5-Crypt-OpenSSL-RSA/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2004/10/03 00:18:12 tv Exp $
+# $NetBSD: Makefile,v 1.5 2004/12/20 11:31:07 grant Exp $
#
DISTNAME= Crypt-OpenSSL-RSA-0.21
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
SVR4_PKGNAME= p5ors
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-OpenSSL-Random/Makefile b/security/p5-Crypt-OpenSSL-Random/Makefile
index 8a8fe87826e..1c58ec1cbe5 100644
--- a/security/p5-Crypt-OpenSSL-Random/Makefile
+++ b/security/p5-Crypt-OpenSSL-Random/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2004/10/03 00:18:12 tv Exp $
+# $NetBSD: Makefile,v 1.5 2004/12/20 11:31:07 grant Exp $
#
DISTNAME= Crypt-OpenSSL-Random-0.03
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
SVR4_PKGNAME= p5ord
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-Primes/Makefile b/security/p5-Crypt-Primes/Makefile
index 46a0cca3b04..1ca95731de9 100644
--- a/security/p5-Crypt-Primes/Makefile
+++ b/security/p5-Crypt-Primes/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.9 2004/02/22 22:24:38 heinz Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/20 11:31:08 grant Exp $
#
DISTNAME= Crypt-Primes-0.50
PKGNAME= p5-${DISTNAME}
PKGREVISION= # empty
SVR4_PKGNAME= p5cpr
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-RIPEMD160/Makefile b/security/p5-Crypt-RIPEMD160/Makefile
index f2d909f3722..a8e5d1e2f55 100644
--- a/security/p5-Crypt-RIPEMD160/Makefile
+++ b/security/p5-Crypt-RIPEMD160/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2004/02/24 23:09:42 heinz Exp $
+# $NetBSD: Makefile,v 1.9 2004/12/20 11:31:08 grant Exp $
#
DISTNAME= Crypt-RIPEMD160-0.04
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cri
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-RSA/Makefile b/security/p5-Crypt-RSA/Makefile
index 5ed13521c5f..fd9818c64a0 100644
--- a/security/p5-Crypt-RSA/Makefile
+++ b/security/p5-Crypt-RSA/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.11 2004/02/24 23:05:08 heinz Exp $
+# $NetBSD: Makefile,v 1.12 2004/12/20 11:31:08 grant Exp $
#
DISTNAME= Crypt-RSA-1.50
PKGNAME= p5-${DISTNAME}
PKGREVISION= # empty
SVR4_PKGNAME= p5rsa
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-RandPasswd/Makefile b/security/p5-Crypt-RandPasswd/Makefile
index 440967150f3..bedde267962 100644
--- a/security/p5-Crypt-RandPasswd/Makefile
+++ b/security/p5-Crypt-RandPasswd/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/11/12 14:22:12 he Exp $
+# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:08 grant Exp $
#
DISTNAME= Crypt-RandPasswd-0.02
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-Random/Makefile b/security/p5-Crypt-Random/Makefile
index 448ffdc21db..6e44fd03e5c 100644
--- a/security/p5-Crypt-Random/Makefile
+++ b/security/p5-Crypt-Random/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.9 2004/02/22 22:18:10 heinz Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/20 11:31:08 grant Exp $
#
DISTNAME= Crypt-Random-1.13
PKGNAME= p5-${DISTNAME}
PKGREVISION= # empty
SVR4_PKGNAME= p5cra
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-Rijndael/Makefile b/security/p5-Crypt-Rijndael/Makefile
index 8fcef2f05fd..520a0c33a56 100644
--- a/security/p5-Crypt-Rijndael/Makefile
+++ b/security/p5-Crypt-Rijndael/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2004/04/27 05:44:22 snj Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/20 11:31:08 grant Exp $
#
DISTNAME= Crypt-Rijndael-0.05
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5crj
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-Twofish/Makefile b/security/p5-Crypt-Twofish/Makefile
index 205537b5e6f..3118c41880c 100644
--- a/security/p5-Crypt-Twofish/Makefile
+++ b/security/p5-Crypt-Twofish/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2004/02/24 22:29:40 heinz Exp $
+# $NetBSD: Makefile,v 1.9 2004/12/20 11:31:08 grant Exp $
#
DISTNAME= Crypt-Twofish-2.12
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ctw
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Digest-BubbleBabble/Makefile b/security/p5-Digest-BubbleBabble/Makefile
index 61bdabb71b4..fa4a5e4db25 100644
--- a/security/p5-Digest-BubbleBabble/Makefile
+++ b/security/p5-Digest-BubbleBabble/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2004/04/27 05:44:22 snj Exp $
+# $NetBSD: Makefile,v 1.3 2004/12/20 11:31:08 grant Exp $
#
DISTNAME= Digest-BubbleBabble-0.01
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5bbl
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
diff --git a/security/p5-Digest-HMAC/Makefile b/security/p5-Digest-HMAC/Makefile
index e6d7e1e5be5..d6e7cf0cf2a 100644
--- a/security/p5-Digest-HMAC/Makefile
+++ b/security/p5-Digest-HMAC/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2004/03/20 17:29:26 heinz Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/20 11:31:08 grant Exp $
#
DISTNAME= Digest-HMAC-1.01
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5hmac
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
diff --git a/security/p5-Digest-Hashcash/Makefile b/security/p5-Digest-Hashcash/Makefile
index 574a9b6db40..fdc7982920f 100644
--- a/security/p5-Digest-Hashcash/Makefile
+++ b/security/p5-Digest-Hashcash/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2004/04/27 05:44:22 snj Exp $
+# $NetBSD: Makefile,v 1.3 2004/12/20 11:31:08 grant Exp $
#
DISTNAME= Digest-Hashcash-0.02
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5hca
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
diff --git a/security/p5-Digest-MD2/Makefile b/security/p5-Digest-MD2/Makefile
index 214a98d7c66..ed451252640 100644
--- a/security/p5-Digest-MD2/Makefile
+++ b/security/p5-Digest-MD2/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.11 2004/04/27 05:44:22 snj Exp $
+# $NetBSD: Makefile,v 1.12 2004/12/20 11:31:08 grant Exp $
#
DISTNAME= Digest-MD2-2.03
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5md2
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
diff --git a/security/p5-Digest-MD4/Makefile b/security/p5-Digest-MD4/Makefile
index d7bb34e0766..d866456c5a4 100644
--- a/security/p5-Digest-MD4/Makefile
+++ b/security/p5-Digest-MD4/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.11 2004/12/05 18:55:46 he Exp $
+# $NetBSD: Makefile,v 1.12 2004/12/20 11:31:08 grant Exp $
#
DISTNAME= Digest-MD4-1.5
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5md4
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile
index 9fb5b8acfb5..e31b0fb25eb 100644
--- a/security/p5-Digest-MD5/Makefile
+++ b/security/p5-Digest-MD5/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.22 2004/01/05 22:16:25 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2004/12/20 11:31:08 grant Exp $
#
DISTNAME= Digest-MD5-2.33
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5md5
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
diff --git a/security/p5-Digest-Nilsimsa/Makefile b/security/p5-Digest-Nilsimsa/Makefile
index b0ea72bfb28..41f23efc78b 100644
--- a/security/p5-Digest-Nilsimsa/Makefile
+++ b/security/p5-Digest-Nilsimsa/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2004/11/21 14:27:12 kristerw Exp $
+# $NetBSD: Makefile,v 1.9 2004/12/20 11:31:08 grant Exp $
#
DISTNAME= Digest-Nilsimsa-0.06
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5nil
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
diff --git a/security/p5-Digest-SHA/Makefile b/security/p5-Digest-SHA/Makefile
index 7f514a2b7f9..45c85548b65 100644
--- a/security/p5-Digest-SHA/Makefile
+++ b/security/p5-Digest-SHA/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2004/12/05 18:58:12 he Exp $
+# $NetBSD: Makefile,v 1.3 2004/12/20 11:31:08 grant Exp $
#
DISTNAME= Digest-SHA-5.28
PKGNAME= p5-${DISTNAME}
#SVR4_PKGNAME=
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
diff --git a/security/p5-Digest-SHA1/Makefile b/security/p5-Digest-SHA1/Makefile
index 14c4c259f76..b72bd5fa12e 100644
--- a/security/p5-Digest-SHA1/Makefile
+++ b/security/p5-Digest-SHA1/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.13 2004/05/02 02:27:59 heinz Exp $
+# $NetBSD: Makefile,v 1.14 2004/12/20 11:31:08 grant Exp $
#
DISTNAME= Digest-SHA1-2.10
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5sh2
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
diff --git a/security/p5-Digest/Makefile b/security/p5-Digest/Makefile
index 0c8b4e67a9e..8a61f661609 100644
--- a/security/p5-Digest/Makefile
+++ b/security/p5-Digest/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2004/12/05 18:52:59 he Exp $
+# $NetBSD: Makefile,v 1.7 2004/12/20 11:31:08 grant Exp $
#
DISTNAME= Digest-1.10
PKGNAME= p5-${DISTNAME}
PKGREVISION= # empty
SVR4_PKGNAME= p5dig
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile
index 5fbee385fdc..8a62f30e0f5 100644
--- a/security/p5-IO-Socket-SSL/Makefile
+++ b/security/p5-IO-Socket-SSL/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2004/03/26 02:27:53 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2004/12/20 11:31:08 grant Exp $
DISTNAME= IO-Socket-SSL-0.95
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= p5iss
CATEGORIES= security net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
diff --git a/security/p5-Module-Signature/Makefile b/security/p5-Module-Signature/Makefile
index 515f10284ea..6e6387d6791 100644
--- a/security/p5-Module-Signature/Makefile
+++ b/security/p5-Module-Signature/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/11/11 18:11:58 seb Exp $
+# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:08 grant Exp $
#
DISTNAME= Module-Signature-0.41
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ms
+PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
diff --git a/security/p5-Net-DNS-SEC/Makefile b/security/p5-Net-DNS-SEC/Makefile
index 72a9dd37aba..d8e0eb249e8 100644
--- a/security/p5-Net-DNS-SEC/Makefile
+++ b/security/p5-Net-DNS-SEC/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2004/04/27 05:44:22 snj Exp $
+# $NetBSD: Makefile,v 1.6 2004/12/20 11:31:08 grant Exp $
#
DISTNAME= Net-DNS-SEC-0.11
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= p5nds
CATEGORIES= security net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index f414d0a67ef..1bd21f09b12 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2004/10/03 00:18:12 tv Exp $
+# $NetBSD: Makefile,v 1.30 2004/12/20 11:31:08 grant Exp $
DISTNAME= Net_SSLeay.pm-1.25
PKGNAME= p5-${DISTNAME:S/Net_/Net-/:S/.pm//}
-PKGREVISION= 3
+PKGREVISION= 4
SVR4_PKGNAME= p5nsl
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/security/p5-SHA/Makefile b/security/p5-SHA/Makefile
index 89f8211517b..d9a676751cd 100644
--- a/security/p5-SHA/Makefile
+++ b/security/p5-SHA/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2004/04/27 05:44:22 snj Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/20 11:31:08 grant Exp $
#
DISTNAME= SHA-1.2
PKGNAME= p5-SHA-1.2
SVR4_PKGNAME= p5sha
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SHA/}
diff --git a/security/p5-SSLeay/Makefile b/security/p5-SSLeay/Makefile
index 93c9dc4d2f3..f2b33e9f99a 100644
--- a/security/p5-SSLeay/Makefile
+++ b/security/p5-SSLeay/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2004/10/03 00:18:12 tv Exp $
+# $NetBSD: Makefile,v 1.15 2004/12/20 11:31:08 grant Exp $
#
DISTNAME= Crypt-SSLeay-0.51
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
+PKGREVISION= 4
SVR4_PKGNAME= p5csl
CATEGORIES= security perl5 www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Tie-EncryptedHash/Makefile b/security/p5-Tie-EncryptedHash/Makefile
index 85006a96a27..0f11e500c1e 100644
--- a/security/p5-Tie-EncryptedHash/Makefile
+++ b/security/p5-Tie-EncryptedHash/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2004/04/27 05:44:22 snj Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/20 11:31:08 grant Exp $
#
DISTNAME= Tie-EncryptedHash-1.1
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5teh
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/}