Date: Wed, 26 Nov 2008 15:11:32 -0500 (EST) From: Thomas Abthorpe <tabthorpe@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: miwi@FreeBSD.org Subject: ports/129214: [PATCH] devel/pear: Add mirrors, respect PLIST_SUB Message-ID: <200811262011.mAQKBWiL038223@goodking.goodking.ca> Resent-Message-ID: <200811262020.mAQKK13v085830@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 129214 >Category: ports >Synopsis: [PATCH] devel/pear: Add mirrors, respect PLIST_SUB >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 26 20:20:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Thomas Abthorpe >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: FreeBSD.GoodKing.Ca >Environment: System: FreeBSD goodking.goodking.ca 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #3: Mon Nov 24 15:52:00 EST 2008 >Description: - Add mirror sites - Respect PLIST_SUB Port maintainer (miwi@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pear-1.7.2.patch begins here --- Index: bsd.pear.mk =================================================================== RCS file: /home/pcvs/ports/devel/pear/bsd.pear.mk,v retrieving revision 1.8 diff -u -u -r1.8 bsd.pear.mk --- bsd.pear.mk 28 Oct 2007 19:45:56 -0000 1.8 +++ bsd.pear.mk 26 Nov 2008 20:03:08 -0000 @@ -2,7 +2,9 @@ # Common code for pear- ports. -MASTER_SITES?= http://pear.php.net/get/ +MASTER_SITES?= http://pear.php.net/get/ \ + http://us.pear.php.net/get/ \ + http://de.pear.php.net/get/ PKGNAMEPREFIX= pear- EXTRACT_SUFX= .tgz DIST_SUBDIR= PEAR @@ -44,7 +46,7 @@ .if !defined(USE_PHPIZE) && !exists(${.CURDIR}/pkg-plist) PLIST= ${WRKDIR}/PLIST .endif -PLIST_SUB= PEARDIR=${LPEARDIR} PKGREGDIR=${LPKGREGDIR} \ +PLIST_SUB+= PEARDIR=${LPEARDIR} PKGREGDIR=${LPKGREGDIR} \ TESTSDIR=${LTESTSDIR} INSTDIR=${LINSTDIR} SQLSDIR=${LSQLSDIR} \ SCRIPTFILESDIR=${LCRIPTSDIR} --- pear-1.7.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811262011.mAQKBWiL038223>