ports/180548: [PATCH] - Outdated Apache Master Sites entries

Gavin McDonald gavin at 16degrees.com.au
Sun Jul 14 03:20:00 UTC 2013


>Number:         180548
>Category:       ports
>Synopsis:       [PATCH] - Outdated Apache Master Sites entries
>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:   Sun Jul 14 03:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Gavin McDonald
>Release:        N/A
>Organization:
>Environment:
N/A
>Description:
the bsd.sites.mk file in the FreeBSD ports collection contains a section dedicated to the Apache Distribution Mirrors for retrieving files.

Some of these mirrors are no longer in existence, or are unreliably out of date either often or all the time. The attached patch removes these sites and replaces them with more geographically distributed reliable alternatives.

Also, there are sub-sections of the apache master sites for the 'Jakarta' and 'XML' Apache umbrella projects. These Apache projects no longer exist and so the attached patch also removes those entries.
>How-To-Repeat:
N/A
>Fix:
Apply the attached svn diff

Patch attached with submission follows:

Index: bsd.sites.mk
===================================================================
--- bsd.sites.mk	(revision 322975)
+++ bsd.sites.mk	(working copy)
@@ -68,17 +68,18 @@
 	http://www.apache.org/dist/%SUBDIR%/ \
 	http://archive.apache.org/dist/%SUBDIR%/ \
 	http://ftp.twaren.net/Unix/Web/apache/%SUBDIR%/ \
+	http://apache.mirror.uber.com.au/%SUBDIR%/ \ 
+	http://apache.spd.co.il/%SUBDIR%/ \ 
+	http://apache.osuosl.org/%SUBDIR%/ \
+	ftp://ftp.mirrorservice.org/sites/ftp.apache.org/%SUBDIR/ \
 	ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.apache.org/dist/%SUBDIR%/ \
 	ftp://mir1.ovh.net/ftp.apache.org/dist/%SUBDIR%/ \
 	ftp://ftp.forthnet.gr/pub/www/apache/%SUBDIR%/ \
 	ftp://xenia.sote.hu/pub/mirrors/www.apache.org/%SUBDIR%/ \
 	ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/%SUBDIR%/ \
-	ftp://ftp.rhnet.is/pub/apache/%SUBDIR%/ \
 	${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/apache/&,} \
-	ftp://ftp.task.gda.pl/pub/www/apache/dist/%SUBDIR%/ \
-	ftp://sunsite.icm.edu.pl/pub/www/apache/dist/%SUBDIR%/ \
-	ftp://apache.rinet.ru/pub/mirror/apache.org/dist/%SUBDIR%/ \
-	ftp://ftp.sunet.se/pub/www/servers/apache/dist/%SUBDIR%/
+	ftp://ftp.sunet.se/pub/www/servers/apache/dist/%SUBDIR%/ \
+	ftp://mirrors.ircam.fr/pub/apache/%SUBDIR%/
 .endif
 
 .if !defined(IGNORE_MASTER_SITE_APACHE_COMMONS_BINARIES)
@@ -96,21 +97,11 @@
 	${MASTER_SITE_APACHE:S,%SUBDIR%,httpd/&,}
 .endif
 
-.if !defined(IGNORE_MASTER_SITE_APACHE_JAKARTA)
-MASTER_SITE_APACHE_JAKARTA+= \
-	${MASTER_SITE_APACHE:S,%SUBDIR%,jakarta/&,}
-.endif
-
 .if !defined(IGNORE_MASTER_SITE_APACHE_TOMCAT)
 MASTER_SITE_APACHE_TOMCAT+= \
 	${MASTER_SITE_APACHE:S,%SUBDIR%,tomcat/&,}
 .endif
 
-.if !defined(IGNORE_MASTER_SITE_APACHE_XML)
-MASTER_SITE_APACHE_XML+= \
-	${MASTER_SITE_APACHE:S,%SUBDIR%,xml/&,}
-.endif
-
 .if !defined(IGNORE_MASTER_SITE_BERLIOS)
 MASTER_SITE_BERLIOS+= \
 	http://download.berlios.de/%SUBDIR%/ \


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list