From 9dc912bb4990f1e9e41b5ac085b8ea820cfc4c6a Mon Sep 17 00:00:00 2001 From: knu Date: Mon, 24 May 2004 13:37:35 +0000 Subject: Introduce MASTER_SITE_PHP and add several more mirror sites worldwide. Approved by: ale (MAINTAINER of lang/php[45]) --- lang/php4/Makefile | 10 ++-------- lang/php5/Makefile | 10 ++-------- lang/php53/Makefile | 10 ++-------- 3 files changed, 6 insertions(+), 24 deletions(-) (limited to 'lang') diff --git a/lang/php4/Makefile b/lang/php4/Makefile index 42990cf8458e..08d8a3027bc1 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -23,16 +23,10 @@ PORTNAME= php4 PORTVERSION= 4.3.6 PORTREVISION= 1 CATEGORIES?= lang devel www -MASTER_SITES= http://www.php.net/distributions/:release \ - http://it.php.net/distributions/:release \ - http://fi.php.net/distributions/:release \ - http://de.php.net/distributions/:release \ - http://gr.php.net/distributions/:release \ - http://fr.php.net/distributions/:release \ - http://es.php.net/distributions/:release \ - http://se.php.net/distributions/:release \ +MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ http://downloads.php.net/jani/:rc +MASTER_SITE_SUBDIR= distributions/:release .if defined(WITHOUT_CLI) && !defined(WITHOUT_APACHE) PKGNAMEPREFIX= mod_ .else diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 141b51f0f23f..481ac05a0eca 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -24,14 +24,8 @@ PORTNAME= php5 PORTVERSION= 5.0.0.r2 PORTREVISION= 1 CATEGORIES?= lang devel www -MASTER_SITES= http://www.php.net/distributions/:release \ - http://it.php.net/distributions/:release \ - http://fi.php.net/distributions/:release \ - http://de.php.net/distributions/:release \ - http://gr.php.net/distributions/:release \ - http://fr.php.net/distributions/:release \ - http://es.php.net/distributions/:release \ - http://se.php.net/distributions/:release +MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} +MASTER_SITE_SUBDIR= distributions/:release .if defined(WITHOUT_CLI) && !defined(WITHOUT_APACHE) PKGNAMEPREFIX= mod_ .else diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 141b51f0f23f..481ac05a0eca 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -24,14 +24,8 @@ PORTNAME= php5 PORTVERSION= 5.0.0.r2 PORTREVISION= 1 CATEGORIES?= lang devel www -MASTER_SITES= http://www.php.net/distributions/:release \ - http://it.php.net/distributions/:release \ - http://fi.php.net/distributions/:release \ - http://de.php.net/distributions/:release \ - http://gr.php.net/distributions/:release \ - http://fr.php.net/distributions/:release \ - http://es.php.net/distributions/:release \ - http://se.php.net/distributions/:release +MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} +MASTER_SITE_SUBDIR= distributions/:release .if defined(WITHOUT_CLI) && !defined(WITHOUT_APACHE) PKGNAMEPREFIX= mod_ .else -- cgit