From 6017a1a317b9f4030d12a96da5216c1ada5eb555 Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Sat, 13 Mar 1999 17:11:04 +0000 Subject: Add the Apache mirror sites. For ports with 'mods' attached to them, the MASTER_SITEs were alternated so the user does not have to get 10 apache MASTER_SITEs when all they need is one 'mod' MASTER_SITE, which is what would happen if we used a MASTER_SITE_APACHE or added all of the mirrors in a row. Approved By: apache maintainers, asami Submitted By: Brian Feldman , billf --- www/apache13-fp/Makefile | 20 +++++++++++++++++--- www/apache13-modssl/Makefile | 19 +++++++++++++++++-- www/apache13-ssl/Makefile | 18 ++++++++++++++++-- www/apache13/Makefile | 16 +++++++++++++++- www/apache2/Makefile | 16 +++++++++++++++- www/apache20/Makefile | 16 +++++++++++++++- www/apache21/Makefile | 16 +++++++++++++++- www/apache22/Makefile | 16 +++++++++++++++- www/mod_php3/Makefile | 17 +++++++++++++++-- www/mod_php4/Makefile | 17 +++++++++++++++-- www/mod_php5/Makefile | 17 +++++++++++++++-- 11 files changed, 170 insertions(+), 18 deletions(-) (limited to 'www') diff --git a/www/apache13-fp/Makefile b/www/apache13-fp/Makefile index 4ad13398d1a4..4265a41234f8 100644 --- a/www/apache13-fp/Makefile +++ b/www/apache13-fp/Makefile @@ -3,20 +3,34 @@ # Date created: Sat Oct 31 16:30:00 CDT 1997 # Whom: hetzels@westbend.net # -# $Id: Makefile,v 1.7 1999/01/26 02:27:26 steve Exp $ +# $Id: Makefile,v 1.8 1999/02/03 11:11:58 asami Exp $ # DISTNAME= apache_${AP_VERS} PKGNAME= apache_fp-${AP_VERS} CATEGORIES= www -MASTER_SITES= ftp://www.apache.org/apache/dist/ \ +MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.microsoft.com/products/frontpage/ \ ftp://sunsite.doc.ic.ac.uk/Mirrors/ftp.microsoft.com/Products/frontpage/ + ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ + ftp://ftp.rge.com/pub/infosystems/apache/dist/ \ + ftp://apache.compuex.com/pub/apache/dist/ \ + ftp://apache.arctic.org/pub/apache/dist/ \ + ftp://ftp.epix.net/pub/apache/dist/ \ + ftp://ftp.ameth.org/pub/mirrors/ftp.apache.org/apache/dist/ \ + ftp://ftp.connectnet.com/pub/www/apache/ \ + ftp://apache.technomancer.com/mirrors/apache/dist/ \ + ftp://ftp.raver.net/pub/ftp.apache.org/ \ + ftp://www3.service.digital.com/apache/dist/ \ + ftp://galileo.galilei.com/pub/apache/ \ + ftp://ftp.mtnranch.net/pub/apache/dist/ \ + ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \ + ftp://apache.nextpath.com/pub/apache/dist/ DISTFILES= ${APACHE} ${FRONTPAGE} MAINTAINER= hetzels@westbend.net -#PATCH_SITES= ftp://www.apache.org/apache/dist/patches/apply_to_${AP_VERS}/ \ +#PATCH_SITES= http://www.apache.org/dist//patches/apply_to_${AP_VERS}/ \ # http://www.apache.org/dist/patches/apply_to_${AP_VERS}/ #PATCHFILES= diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index 3f1bca11c2fa..8c76289df5bc 100644 --- a/www/apache13-modssl/Makefile +++ b/www/apache13-modssl/Makefile @@ -3,25 +3,40 @@ # Date created: Sat Aug 22 12:00:00 CDT 1998 # Whom: rse@engelschall.com # -# $Id: Makefile,v 1.21 1999/02/21 17:05:24 rse Exp $ +# $Id: Makefile,v 1.22 1999/03/04 20:21:42 rse Exp $ # DISTNAME= apache_${VERSION_APACHE} PKGNAME= apache-${VERSION_APACHE}+mod_ssl-${VERSION_MODSSL} CATEGORIES= www security -MASTER_SITES= ftp://www.apache.org/apache/dist/ \ +MASTER_SITES= http://www.apache.org/dist/ \ http://www.engelschall.com/sw/mod_ssl/distrib/ \ ftp://ftp.engelschall.com/sw/mod_ssl/ \ ftp://ftp.pca.dfn.de/pub/tools/net/mod_ssl/ \ + ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ + ftp://ftp.rge.com/pub/infosystems/apache/dist/ \ ftp://ftp.ecrc.net/pub/security/mod_ssl/ \ ftp://ftp.nvg.ntnu.no/pub/unix/mod_ssl/ \ + ftp://apache.compuex.com/pub/apache/dist/ \ + ftp://apache.arctic.org/pub/apache/dist/ \ ftp://ftp.ulpgc.es/pub/mod_ssl/ \ ftp://glock.missouri.edu/pub/mod_ssl/ \ + ftp://ftp.epix.net/pub/apache/dist/ \ + ftp://ftp.ameth.org/pub/mirrors/ftp.apache.org/apache/dist/ \ ftp://ftp.infoscience.co.jp/pub/Crypto/SSL/mod_ssl/ \ ftp://ftp.uni-trier.de/pub/unix/security/mod_ssl/ \ + ftp://ftp.connectnet.com/pub/www/apache/ \ + ftp://apache.technomancer.com/mirrors/apache/dist/ \ ftp://ftp.blatzheim.com/pub/mod_ssl/ \ ftp://ftp.fu-berlin.de/unix/security/mod_ssl/ \ + ftp://ftp.raver.net/pub/ftp.apache.org/ \ + ftp://www3.service.digital.com/apache/dist/ \ ftp://ftp.ntrl.net/pub/mirror/ralfsw/mod_ssl/ + ftp://galileo.galilei.com/pub/apache/ \ + ftp://ftp.mtnranch.net/pub/apache/dist/ \ + ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \ + ftp://apache.nextpath.com/pub/apache/dist/ + DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ mod_ssl-${VERSION_MODSSL}-${VERSION_APACHE}${EXTRACT_SUFX} diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile index d93d7c5beb96..236ae6b75b69 100644 --- a/www/apache13-ssl/Makefile +++ b/www/apache13-ssl/Makefile @@ -6,7 +6,7 @@ # and apache-ssl port by Mark Murray . # Oh, and with a little bit of help from Ben :) # -# $Id: Makefile,v 1.52 1999/01/08 18:25:23 fenner Exp $ +# $Id: Makefile,v 1.53 1999/01/10 14:11:19 dirk Exp $ APACHE= 1.3.3 APACHE-SSL= 1.28 @@ -14,20 +14,34 @@ APACHE-SSL= 1.28 DISTNAME= apache_${APACHE} PKGNAME= apache-${APACHE}+ssl_${APACHE-SSL} CATEGORIES= www security -MASTER_SITES= ftp://www.apache.org/apache/dist/ \ +MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.ox.ac.uk/pub/crypto/SSL/Apache-SSL/ \ ftp://ftp.MASTER.pgp.net/pub/crypto/SSL/Apache-SSL/ \ ftp://ftp.replay.com/pub/crypto/apache/Apache-SSL/ \ + ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ + ftp://ftp.rge.com/pub/infosystems/apache/dist/ \ ftp://ftp.win.or.jp/pub/network/security/apache-ssl/Apache-SSL/ \ ftp://ftp.sage-au.org.au/pub/network/security/apache-ssl/Apache-SSL/ \ + ftp://apache.compuex.com/pub/apache/dist/ \ + ftp://apache.arctic.org/pub/apache/dist/ \ ftp://ftp.vwv.com/pub/crypto/SSL/Apache-SSL/ \ ftp://mirror.aarnet.edu.au/www/servers/apache-ssl/ \ + ftp://ftp.epix.net/pub/apache/dist/ \ + ftp://ftp.ameth.org/pub/mirrors/ftp.apache.org/apache/dist/ \ ftp://ftp.it.net.au/mirrors/crypto/SSL/Apache-SSL/ \ ftp://ftp.infoscience.co.jp/pub/Crypto/SSL/Apache-SSL/Apache-SSL/ \ + ftp://ftp.connectnet.com/pub/www/apache/ \ + ftp://apache.technomancer.com/mirrors/apache/dist/ \ ftp://ftp.funet.fi/pub/crypt/mirrors/ftp.ox.ac.uk/SSL/Apache-SSL/ \ ftp://apache-ssl.raver.net/pub/ftp.apache-ssl.org/Apache-SSL/ \ + ftp://ftp.raver.net/pub/ftp.apache.org/ \ + ftp://www3.service.digital.com/apache/dist/ \ http://mirror.aarnet.edu.au/www/servers/apache-ssl/ \ http://ftp.it.net.au/mirrors/crypto/SSL/Apache-SSL/ \ + ftp://galileo.galilei.com/pub/apache/ \ + ftp://ftp.mtnranch.net/pub/apache/dist/ \ + ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \ + ftp://apache.nextpath.com/pub/apache/dist/ \ http://www.asap.cs.nott.ac.uk/SSL/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ diff --git a/www/apache13/Makefile b/www/apache13/Makefile index 1c1eed113c9c..62a6ee7baaff 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -3,13 +3,27 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.66 1999/03/07 18:34:56 ache Exp $ +# $Id: Makefile,v 1.67 1999/03/08 07:28:31 asami Exp $ # DISTNAME= apache_1.3.4 PKGNAME= apache-1.3.4 CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/ + ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ + ftp://ftp.rge.com/pub/infosystems/apache/dist/ \ + ftp://apache.compuex.com/pub/apache/dist/ \ + ftp://apache.arctic.org/pub/apache/dist/ \ + ftp://ftp.epix.net/pub/apache/dist/ \ + ftp://ftp.ameth.org/pub/mirrors/ftp.apache.org/apache/dist/ \ + ftp://ftp.connectnet.com/pub/www/apache/ \ + ftp://apache.technomancer.com/mirrors/apache/dist/ \ + ftp://ftp.raver.net/pub/ftp.apache.org/ \ + ftp://www3.service.digital.com/apache/dist/ \ + ftp://galileo.galilei.com/pub/apache/ \ + ftp://ftp.mtnranch.net/pub/apache/dist/ \ + ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \ + ftp://apache.nextpath.com/pub/apache/dist/ MAINTAINER= ache@freebsd.org diff --git a/www/apache2/Makefile b/www/apache2/Makefile index 1c1eed113c9c..62a6ee7baaff 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -3,13 +3,27 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.66 1999/03/07 18:34:56 ache Exp $ +# $Id: Makefile,v 1.67 1999/03/08 07:28:31 asami Exp $ # DISTNAME= apache_1.3.4 PKGNAME= apache-1.3.4 CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/ + ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ + ftp://ftp.rge.com/pub/infosystems/apache/dist/ \ + ftp://apache.compuex.com/pub/apache/dist/ \ + ftp://apache.arctic.org/pub/apache/dist/ \ + ftp://ftp.epix.net/pub/apache/dist/ \ + ftp://ftp.ameth.org/pub/mirrors/ftp.apache.org/apache/dist/ \ + ftp://ftp.connectnet.com/pub/www/apache/ \ + ftp://apache.technomancer.com/mirrors/apache/dist/ \ + ftp://ftp.raver.net/pub/ftp.apache.org/ \ + ftp://www3.service.digital.com/apache/dist/ \ + ftp://galileo.galilei.com/pub/apache/ \ + ftp://ftp.mtnranch.net/pub/apache/dist/ \ + ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \ + ftp://apache.nextpath.com/pub/apache/dist/ MAINTAINER= ache@freebsd.org diff --git a/www/apache20/Makefile b/www/apache20/Makefile index 1c1eed113c9c..62a6ee7baaff 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -3,13 +3,27 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.66 1999/03/07 18:34:56 ache Exp $ +# $Id: Makefile,v 1.67 1999/03/08 07:28:31 asami Exp $ # DISTNAME= apache_1.3.4 PKGNAME= apache-1.3.4 CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/ + ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ + ftp://ftp.rge.com/pub/infosystems/apache/dist/ \ + ftp://apache.compuex.com/pub/apache/dist/ \ + ftp://apache.arctic.org/pub/apache/dist/ \ + ftp://ftp.epix.net/pub/apache/dist/ \ + ftp://ftp.ameth.org/pub/mirrors/ftp.apache.org/apache/dist/ \ + ftp://ftp.connectnet.com/pub/www/apache/ \ + ftp://apache.technomancer.com/mirrors/apache/dist/ \ + ftp://ftp.raver.net/pub/ftp.apache.org/ \ + ftp://www3.service.digital.com/apache/dist/ \ + ftp://galileo.galilei.com/pub/apache/ \ + ftp://ftp.mtnranch.net/pub/apache/dist/ \ + ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \ + ftp://apache.nextpath.com/pub/apache/dist/ MAINTAINER= ache@freebsd.org diff --git a/www/apache21/Makefile b/www/apache21/Makefile index 1c1eed113c9c..62a6ee7baaff 100644 --- a/www/apache21/Makefile +++ b/www/apache21/Makefile @@ -3,13 +3,27 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.66 1999/03/07 18:34:56 ache Exp $ +# $Id: Makefile,v 1.67 1999/03/08 07:28:31 asami Exp $ # DISTNAME= apache_1.3.4 PKGNAME= apache-1.3.4 CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/ + ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ + ftp://ftp.rge.com/pub/infosystems/apache/dist/ \ + ftp://apache.compuex.com/pub/apache/dist/ \ + ftp://apache.arctic.org/pub/apache/dist/ \ + ftp://ftp.epix.net/pub/apache/dist/ \ + ftp://ftp.ameth.org/pub/mirrors/ftp.apache.org/apache/dist/ \ + ftp://ftp.connectnet.com/pub/www/apache/ \ + ftp://apache.technomancer.com/mirrors/apache/dist/ \ + ftp://ftp.raver.net/pub/ftp.apache.org/ \ + ftp://www3.service.digital.com/apache/dist/ \ + ftp://galileo.galilei.com/pub/apache/ \ + ftp://ftp.mtnranch.net/pub/apache/dist/ \ + ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \ + ftp://apache.nextpath.com/pub/apache/dist/ MAINTAINER= ache@freebsd.org diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 1c1eed113c9c..62a6ee7baaff 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -3,13 +3,27 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.66 1999/03/07 18:34:56 ache Exp $ +# $Id: Makefile,v 1.67 1999/03/08 07:28:31 asami Exp $ # DISTNAME= apache_1.3.4 PKGNAME= apache-1.3.4 CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/ + ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ + ftp://ftp.rge.com/pub/infosystems/apache/dist/ \ + ftp://apache.compuex.com/pub/apache/dist/ \ + ftp://apache.arctic.org/pub/apache/dist/ \ + ftp://ftp.epix.net/pub/apache/dist/ \ + ftp://ftp.ameth.org/pub/mirrors/ftp.apache.org/apache/dist/ \ + ftp://ftp.connectnet.com/pub/www/apache/ \ + ftp://apache.technomancer.com/mirrors/apache/dist/ \ + ftp://ftp.raver.net/pub/ftp.apache.org/ \ + ftp://www3.service.digital.com/apache/dist/ \ + ftp://galileo.galilei.com/pub/apache/ \ + ftp://ftp.mtnranch.net/pub/apache/dist/ \ + ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \ + ftp://apache.nextpath.com/pub/apache/dist/ MAINTAINER= ache@freebsd.org diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 9dbb86d78f83..fbbe07b2617f 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -3,19 +3,32 @@ # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann # -# $Id: Makefile,v 1.67 1999/03/08 07:28:32 asami Exp $ +# $Id: Makefile,v 1.68 1999/03/09 11:22:59 dirk Exp $ # DISTNAME= apache_${VERSION_APACHE} PKGNAME= apache-php3-${VERSION_APACHE} CATEGORIES= www -MASTER_SITES= ftp://www.apache.org/apache/dist/ \ +MASTER_SITES= http://www.apache.org/dist/ \ http://www.rge.com/pub/infosystems/apache/dist/ \ http://www.apache.de/dist/ \ http://www.php.net/distributions/ \ ftp://www.php.net/pub/distributions/ \ + ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ + ftp://apache.compuex.com/pub/apache/dist/ \ http://php.he.net/distributions/ \ http://www.php3.de/distributions/ + ftp://apache.arctic.org/pub/apache/dist/ \ + ftp://ftp.epix.net/pub/apache/dist/ \ + ftp://ftp.ameth.org/pub/mirrors/ftp.apache.org/apache/dist/ \ + ftp://ftp.connectnet.com/pub/www/apache/ \ + ftp://apache.technomancer.com/mirrors/apache/dist/ \ + ftp://ftp.raver.net/pub/ftp.apache.org/ \ + ftp://www3.service.digital.com/apache/dist/ \ + ftp://galileo.galilei.com/pub/apache/ \ + ftp://ftp.mtnranch.net/pub/apache/dist/ \ + ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \ + ftp://apache.nextpath.com/pub/apache/dist/ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP3}.tar.gz MAINTAINER= dirk@FreeBSD.ORG diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 9dbb86d78f83..fbbe07b2617f 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -3,19 +3,32 @@ # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann # -# $Id: Makefile,v 1.67 1999/03/08 07:28:32 asami Exp $ +# $Id: Makefile,v 1.68 1999/03/09 11:22:59 dirk Exp $ # DISTNAME= apache_${VERSION_APACHE} PKGNAME= apache-php3-${VERSION_APACHE} CATEGORIES= www -MASTER_SITES= ftp://www.apache.org/apache/dist/ \ +MASTER_SITES= http://www.apache.org/dist/ \ http://www.rge.com/pub/infosystems/apache/dist/ \ http://www.apache.de/dist/ \ http://www.php.net/distributions/ \ ftp://www.php.net/pub/distributions/ \ + ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ + ftp://apache.compuex.com/pub/apache/dist/ \ http://php.he.net/distributions/ \ http://www.php3.de/distributions/ + ftp://apache.arctic.org/pub/apache/dist/ \ + ftp://ftp.epix.net/pub/apache/dist/ \ + ftp://ftp.ameth.org/pub/mirrors/ftp.apache.org/apache/dist/ \ + ftp://ftp.connectnet.com/pub/www/apache/ \ + ftp://apache.technomancer.com/mirrors/apache/dist/ \ + ftp://ftp.raver.net/pub/ftp.apache.org/ \ + ftp://www3.service.digital.com/apache/dist/ \ + ftp://galileo.galilei.com/pub/apache/ \ + ftp://ftp.mtnranch.net/pub/apache/dist/ \ + ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \ + ftp://apache.nextpath.com/pub/apache/dist/ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP3}.tar.gz MAINTAINER= dirk@FreeBSD.ORG diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 9dbb86d78f83..fbbe07b2617f 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -3,19 +3,32 @@ # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann # -# $Id: Makefile,v 1.67 1999/03/08 07:28:32 asami Exp $ +# $Id: Makefile,v 1.68 1999/03/09 11:22:59 dirk Exp $ # DISTNAME= apache_${VERSION_APACHE} PKGNAME= apache-php3-${VERSION_APACHE} CATEGORIES= www -MASTER_SITES= ftp://www.apache.org/apache/dist/ \ +MASTER_SITES= http://www.apache.org/dist/ \ http://www.rge.com/pub/infosystems/apache/dist/ \ http://www.apache.de/dist/ \ http://www.php.net/distributions/ \ ftp://www.php.net/pub/distributions/ \ + ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ + ftp://apache.compuex.com/pub/apache/dist/ \ http://php.he.net/distributions/ \ http://www.php3.de/distributions/ + ftp://apache.arctic.org/pub/apache/dist/ \ + ftp://ftp.epix.net/pub/apache/dist/ \ + ftp://ftp.ameth.org/pub/mirrors/ftp.apache.org/apache/dist/ \ + ftp://ftp.connectnet.com/pub/www/apache/ \ + ftp://apache.technomancer.com/mirrors/apache/dist/ \ + ftp://ftp.raver.net/pub/ftp.apache.org/ \ + ftp://www3.service.digital.com/apache/dist/ \ + ftp://galileo.galilei.com/pub/apache/ \ + ftp://ftp.mtnranch.net/pub/apache/dist/ \ + ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \ + ftp://apache.nextpath.com/pub/apache/dist/ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP3}.tar.gz MAINTAINER= dirk@FreeBSD.ORG -- cgit v1.2.3