aboutsummaryrefslogtreecommitdiffstats
path: root/lang/perl5.12/Makefile
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2004-07-30 16:31:19 +0800
committertobez <tobez@FreeBSD.org>2004-07-30 16:31:19 +0800
commita89c2010a01a0e88f5dffa919b6e2a3aeb6aad47 (patch)
tree2ec5cb5a2ecbf4932d0fad750c0c8b33a976ce56 /lang/perl5.12/Makefile
parent61e37571802202d90cd33edc9f2177acc1a17031 (diff)
downloadfreebsd-ports-gnome-a89c2010a01a0e88f5dffa919b6e2a3aeb6aad47.tar.gz
freebsd-ports-gnome-a89c2010a01a0e88f5dffa919b6e2a3aeb6aad47.tar.zst
freebsd-ports-gnome-a89c2010a01a0e88f5dffa919b6e2a3aeb6aad47.zip
Update to 5.8.5.
Diffstat (limited to 'lang/perl5.12/Makefile')
-rw-r--r--lang/perl5.12/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/perl5.12/Makefile b/lang/perl5.12/Makefile
index a148164bc5c0..c35231a4eb29 100644
--- a/lang/perl5.12/Makefile
+++ b/lang/perl5.12/Makefile
@@ -7,7 +7,6 @@
PORTNAME= perl
PORTVERSION= ${PERL_VER}
-PORTREVISION= 1
CATEGORIES= lang devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
${MASTER_SITE_LOCAL:S/$/:local/} \
@@ -16,12 +15,11 @@ MASTER_SITE_SUBDIR= ../../src \
tobez/:local ./:local
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
BSDPAN-${PERL_VER}${EXTRACT_SUFX}:local
-# BSDPAN-5.8.0_${BSDPAN_REVISION}${EXTRACT_SUFX}:local
MAINTAINER= tobez@FreeBSD.org
COMMENT= Practical Extraction and Report Language
-PERL_VER= 5.8.4
+PERL_VER= 5.8.5
PERL_ARCH= mach
PERL_VERSION= ${PERL_VER}
@@ -106,8 +104,7 @@ test:
BSDPAN_DEST= ${PREFIX}/lib/perl5/${PERL_VER}/BSDPAN
BSDPAN_FILES= BSDPAN.pm BSDPAN/Override.pm Config.pm \
ExtUtils/MM_Unix.pm ExtUtils/Packlist.pm
-BSDPAN_WRKSRC= ${WRKDIR}/BSDPAN-5.8.4
-# BSDPAN_REVISION=1
+BSDPAN_WRKSRC= ${WRKDIR}/BSDPAN-5.8.5
post-patch:
${SED} -e 's|%%PREFIX%%|${PREFIX}|g;' \