Date: Sat, 19 Apr 2003 00:20:20 -0700 (PDT) From: "Andy Gilligan" <andy@evo6.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/51150: ports/apache13 MASTER_SITES incorrect/outdated. Message-ID: <200304190720.h3J7KKZj035165@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/51150; it has been noted by GNATS. From: "Andy Gilligan" <andy@evo6.org> To: <freebsd-gnats-submit@FreeBSD.org>, <andy@evo6.org> Cc: Subject: Re: ports/51150: ports/apache13 MASTER_SITES incorrect/outdated. Date: Sat, 19 Apr 2003 08:12:26 +0100 Updated patch.. missing \ on first site. --- Makefile.old Sat Apr 19 08:01:18 2003 +++ Makefile Sat Apr 19 08:04:47 2003 @@ -9,21 +9,10 @@ PORTVERSION= 1.3.27 PORTREVISION= 4 CATEGORIES= www -MASTER_SITES= http://www.apache.org/dist/httpd/ \ - ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/httpd/ \ - ftp://ftp.rge.com/pub/infosystems/apache/dist/httpd/ \ - ftp://apache.compuex.com/pub/apache/dist/httpd/ \ - ftp://apache.arctic.org/pub/apache/dist/httpd/ \ - ftp://ftp.epix.net/pub/apache/dist/httpd/ \ - ftp://ftp.ameth.org/pub/mirrors/ftp.apache.org/apache/dist/httpd/ \ - ftp://ftp.connectnet.com/pub/www/apache/httpd/ \ - ftp://apache.technomancer.com/mirrors/apache/dist/httpd/ \ - ftp://ftp.raver.net/pub/ftp.apache.org/httpd/ \ - ftp://www3.service.digital.com/apache/dist/httpd/ \ - ftp://galileo.galilei.com/pub/apache/httpd/ \ - ftp://ftp.mtnranch.net/pub/apache/dist/httpd/ \ - ftp://ftp.iodynamics.com/pub/mirror/apache/dist/httpd/ \ - ftp://apache.nextpath.com/pub/apache/dist/httpd/ \ +MASTER_SITES= http://nagoya.apache.org/mirror/httpd/ \ + ftp://ftp.ccs.neu.edu/net/mirrors/Apache/dist/httpd/ \ + ftp://ftp.rge.com/pub/infosystems/apache/httpd/ \ + ftp://ftp.epix.net/pub/apache/httpd/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/apache/dist/httpd,} DISTNAME= apache_${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304190720.h3J7KKZj035165>