From 13aecc2c633339c5168e6a477b24de91b8ab3ab3 Mon Sep 17 00:00:00 2001 From: tobez Date: Fri, 24 May 2002 10:39:00 +0000 Subject: Use a cleaner, documented way to obtain the path of BSDPAN. This fixes the problems with threaded perl build. The threaded perl is curently unsupported by this port but seems to work fine with this fix applied. Reported by: Jens Fallesen --- lang/perl5.14/Makefile | 5 +++-- lang/perl5.14/distinfo | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'lang/perl5.14') diff --git a/lang/perl5.14/Makefile b/lang/perl5.14/Makefile index 68ac0d1fef73..0f3421da7c36 100644 --- a/lang/perl5.14/Makefile +++ b/lang/perl5.14/Makefile @@ -7,14 +7,14 @@ PORTNAME= perl PORTVERSION= ${PERL_VER} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ ${MASTER_SITE_LOCAL:S/$/:local/} MASTER_SITE_SUBDIR= ../../src \ tobez/:local DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - BSDPAN-${PORTVERSION}${EXTRACT_SUFX}:local + BSDPAN-${PORTVERSION}_${BSDPAN_REVISION}${EXTRACT_SUFX}:local MAINTAINER= tobez@FreeBSD.org @@ -118,6 +118,7 @@ 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-${PORTVERSION} +BSDPAN_REVISION=1 post-patch: ${SED} -e 's|%%PREFIX%%|${PREFIX}|g;' \ diff --git a/lang/perl5.14/distinfo b/lang/perl5.14/distinfo index 366f0ccc3a75..41382a1165da 100644 --- a/lang/perl5.14/distinfo +++ b/lang/perl5.14/distinfo @@ -1,2 +1,2 @@ MD5 (perl-5.6.1.tar.gz) = ec1ff15464809b562aecfaa2e65edba6 -MD5 (BSDPAN-5.6.1.tar.gz) = 2e80d385547ac4a9e0d8360c943ad155 +MD5 (BSDPAN-5.6.1_1.tar.gz) = 7b15f1dc2df28d07276d9363ebe703f3 -- cgit