Index: Makefile =================================================================== RCS file: /home/pcvs/ports/lang/perl5.12/Makefile,v retrieving revision 1.123 diff -u -u -r1.123 Makefile --- Makefile 15 Sep 2010 16:21:30 -0000 1.123 +++ Makefile 16 Sep 2010 11:52:11 -0000 @@ -7,7 +7,7 @@ PORTNAME= perl PORTVERSION= ${PERL_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN \ ${MASTER_SITE_LOCAL:S/$/:local/} \ Index: files/perl-after-upgrade =================================================================== RCS file: /home/pcvs/ports/lang/perl5.12/files/perl-after-upgrade,v retrieving revision 1.6 diff -u -u -r1.6 perl-after-upgrade --- files/perl-after-upgrade 23 Nov 2009 15:58:01 -0000 1.6 +++ files/perl-after-upgrade 16 Sep 2010 11:52:11 -0000 @@ -264,7 +264,7 @@ our $PERL_VERSION = '%%PERL_VERSION%%'; our $PERL_PKGNAME = '%%PKGNAME%%'; -our $PERL_VERSION_REGEX = qr/5\.10\.\d+/; +our $PERL_VERSION_REGEX = qr/5\.12\.\d+/; print STDERR "- Fuzzy source re: <$PERL_VERSION_REGEX>\n" if $debug; our @errors;