From 324a3ea4eb6dae1d9065fff84c1d88d9c4125fea Mon Sep 17 00:00:00 2001 From: tobez Date: Mon, 14 Jul 2003 11:36:59 +0000 Subject: Fix a bug which goes unnoticed on all platforms but leads to a coredump on FreeBSD/amd64 when one uses $^N variable and there were no captures in the last executed regexp. One third of this fix was applied to the perl tree in December 2002, with the rest hopefully applied in the next couple of days. Reported by: jwd --- lang/perl5.10/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/perl5.10/Makefile') diff --git a/lang/perl5.10/Makefile b/lang/perl5.10/Makefile index daf65a15a9ff..6ba08cd34469 100644 --- a/lang/perl5.10/Makefile +++ b/lang/perl5.10/Makefile @@ -7,7 +7,7 @@ PORTNAME= perl PORTVERSION= ${PERL_VER} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ ${MASTER_SITE_LOCAL:S/$/:local/} \ -- cgit