diff options
author | grant <grant> | 2004-12-20 13:25:09 +0000 |
---|---|---|
committer | grant <grant> | 2004-12-20 13:25:09 +0000 |
commit | 81f282d27724d50ff5adb639e98a1fcefc76fd00 (patch) | |
tree | 5b04f43f16579659d2d4cb1043fdb66e0496ab5c /lang/perl58 | |
parent | edd576decc10d613a2c7331661013aae71800a20 (diff) | |
download | pkgsrc-81f282d27724d50ff5adb639e98a1fcefc76fd00.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) |