diff options
author | wiz <wiz@pkgsrc.org> | 2012-05-09 06:21:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-05-09 06:21:39 +0000 |
commit | 323b5ee327cfae276e645bd4147260b0f4246f81 (patch) | |
tree | b1f29a6d82d6aad8f3bd753dcde0525ebd10fae3 /security | |
parent | 8d7cc889de933f9153aa29a8b1f9b56e381e96a2 (diff) | |
download | pkgsrc-323b5ee327cfae276e645bd4147260b0f4246f81.tar.gz |
Since p5-Crypt-OpenSSL-RSA versions before 0.27 are broken with
perl-5.14, and perl-5.14 is pkgsrc's default, depend on at least that
version. Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Net-DNS-SEC/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Net-DNS-SEC/Makefile b/security/p5-Net-DNS-SEC/Makefile index 5cd1199d0eb..149d321a798 100644 --- a/security/p5-Net-DNS-SEC/Makefile +++ b/security/p5-Net-DNS-SEC/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2011/08/14 14:42:50 obache Exp $ +# $NetBSD: Makefile,v 1.21 2012/05/09 06:21:39 wiz Exp $ # DISTNAME= Net-DNS-SEC-0.16 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 SVR4_PKGNAME= p5nds CATEGORIES= security net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -17,7 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-Crypt-OpenSSL-Bignum>=0.03:../../security/p5-Crypt-OpenSSL-Bignum DEPENDS+= p5-Crypt-OpenSSL-DSA>=0.10:../../security/p5-Crypt-OpenSSL-DSA -DEPENDS+= p5-Crypt-OpenSSL-RSA>=0.19:../../security/p5-Crypt-OpenSSL-RSA +DEPENDS+= p5-Crypt-OpenSSL-RSA>=0.27:../../security/p5-Crypt-OpenSSL-RSA DEPENDS+= p5-Digest-BubbleBabble>=0.01:../../security/p5-Digest-BubbleBabble DEPENDS+= {perl>=5.10.0,p5-Digest-SHA>=5.23}:../../security/p5-Digest-SHA DEPENDS+= p5-Digest-SHA1>=2.04:../../security/p5-Digest-SHA1 |