diff options
author | grant <grant@pkgsrc.org> | 2004-12-20 13:25:09 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-12-20 13:25:09 +0000 |
commit | 92aec967c4d1751ca2e4a48d8b9c18995b04fea4 (patch) | |
tree | 5b04f43f16579659d2d4cb1043fdb66e0496ab5c /lang/perl58 | |
parent | 9908f8996eb737c70054be720c0e20d10a62cae3 (diff) | |
download | pkgsrc-92aec967c4d1751ca2e4a48d8b9c18995b04fea4.tar.gz |
actually bump PKGREVISION of perl58 and BUILDLINK_RECOMMENDED to address
PR pkg/28619. this should have been part of the PKGREVISION bump of p5-*.
Diffstat (limited to 'lang/perl58')
-rw-r--r-- | lang/perl58/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl58/Makefile b/lang/perl58/Makefile index 285cd321e56..a619279cbdf 100644 --- a/lang/perl58/Makefile +++ b/lang/perl58/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2004/12/18 22:35:05 jlam Exp $ +# $NetBSD: Makefile,v 1.68 2004/12/20 13:25:09 grant Exp $ # The following two variables should have empty values unless we're # building a perl snapshot or release candidate. @@ -9,7 +9,7 @@ PERL5_RC_VERS= # empty .if empty(PERL5_SNAPSHOT) && empty(PERL5_RC_VERS) DISTNAME= perl-${PERL5_VERS} PKGNAME= perl-${PERL5_VERS} -PKGREVISION= 5 +PKGREVISION= 6 SNAPSHOT_SITES= # empty .else . if !empty(PERL5_SNAPSHOT) |