aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.perl.mk
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2009-01-14 05:38:50 +0800
committerskv <skv@FreeBSD.org>2009-01-14 05:38:50 +0800
commit36a6a880fbc2c871220eeaf1e7a7bf24f2284518 (patch)
treef3b20c9d80f9c54b2f0c74c00e4279951f28d955 /Mk/bsd.perl.mk
parent9851aeea80fcaa55e95a4ef9c6780d9aa131bdb0 (diff)
downloadfreebsd-ports-gnome-36a6a880fbc2c871220eeaf1e7a7bf24f2284518.tar.gz
freebsd-ports-gnome-36a6a880fbc2c871220eeaf1e7a7bf24f2284518.tar.zst
freebsd-ports-gnome-36a6a880fbc2c871220eeaf1e7a7bf24f2284518.zip
Update to 5.8.9
Also: - add option SITECUSTOMIZE which enable -Dusesitecustomize [1] - add patch against sv_dup() bug causes memory corruption in threaded perl [2] Changes: http://search.cpan.org/~nwclark/perl-5.8.9/pod/perl589delta.pod PR: 111120 [1], 130033 [2] Submitted by: "Ian A. Tegebo" <yontege xx dev-mug.rescomp.berkeley.edu> [1], kevin brintnall <kbrint xx rufus.net> [2]
Diffstat (limited to 'Mk/bsd.perl.mk')
-rw-r--r--Mk/bsd.perl.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.perl.mk b/Mk/bsd.perl.mk
index df348c5b35c3..f5e891b8381c 100644
--- a/Mk/bsd.perl.mk
+++ b/Mk/bsd.perl.mk
@@ -85,8 +85,8 @@ PERL_Include_MAINTAINER= perl@FreeBSD.org
# to set one of the conditionals that force the inclusion of bsd.perl.mk
.if defined(_PERL_REFACTORING_COMPLETE)
-PERL_VERSION?= 5.8.8
-PERL_VER?= 5.8.8
+PERL_VERSION?= 5.8.9
+PERL_VER?= 5.8.9
.if !defined(PERL_LEVEL) && defined(PERL_VERSION)
perl_major= ${PERL_VERSION:C|\..*||}