diff options
author | adam <adam@pkgsrc.org> | 2011-08-09 07:18:14 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-08-09 07:18:14 +0000 |
commit | ff2a7af9a0dafd9481d5e6a81a505b94d9e3db19 (patch) | |
tree | 84d10b2454b3575f05491bfd9f9e25122390524d /security | |
parent | e5959ea0169182dc870b7cf779968348f8a4c9ca (diff) | |
download | pkgsrc-ff2a7af9a0dafd9481d5e6a81a505b94d9e3db19.tar.gz |
Revision bump after updating perl to 5.14.1
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Digest-SHA1/Makefile | 23 | ||||
-rw-r--r-- | security/p5-Digest/Makefile | 5 |
2 files changed, 13 insertions, 15 deletions
diff --git a/security/p5-Digest-SHA1/Makefile b/security/p5-Digest-SHA1/Makefile index b128f968f7c..608c0fe3e7f 100644 --- a/security/p5-Digest-SHA1/Makefile +++ b/security/p5-Digest-SHA1/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.26 2010/08/21 16:35:43 seb Exp $ -# +# $NetBSD: Makefile,v 1.27 2011/08/09 07:19:54 adam Exp $ -DISTNAME= Digest-SHA1-2.13 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 -SVR4_PKGNAME= p5sh2 -CATEGORIES= security perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} +DISTNAME= Digest-SHA1-2.13 +PKGNAME= p5-${DISTNAME} +PKGREVISION= 2 +SVR4_PKGNAME= p5sh2 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} -MAINTAINER= heinz@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/Digest-SHA1/ -COMMENT= Perl5 module for SHA1 -LICENSE= gnu-gpl-v2 +MAINTAINER= heinz@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Digest-SHA1/ +COMMENT= Perl5 module for SHA1 +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/security/p5-Digest/Makefile b/security/p5-Digest/Makefile index 20729a354e2..d59908fdc3a 100644 --- a/security/p5-Digest/Makefile +++ b/security/p5-Digest/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2010/08/21 16:35:43 seb Exp $ -# +# $NetBSD: Makefile,v 1.22 2011/08/09 07:18:14 adam Exp $ DISTNAME= Digest-1.16 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= p5dig CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} |