Bug 48161 - [patch] [UNBROKE] Update MASTER_SITE for port russian/apache13-modssl to lateset mirror list
Summary: [patch] [UNBROKE] Update MASTER_SITE for port russian/apache13-modssl to late...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-10 19:20 UTC by lev
Modified: 2009-01-14 20:27 UTC (History)
0 users

See Also:


Attachments
file.diff (4.67 KB, patch)
2003-02-10 19:20 UTC, lev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lev 2003-02-10 19:20:11 UTC
  This PR updates MASTER_SITEs for apache to latest mirror list.
Comment 1 Kimura Fuyuki 2003-02-10 23:43:08 UTC
At Mon, 10 Feb 2003 22:18:23 +0300 (MSK),
"Lev A. Serebryakov" <lev@serebryakov.spb.ru> wrote:
> 
>   This PR updates MASTER_SITEs for apache to latest mirror list.

You can use recently-introduced MASTER_SITE_APACHE_HTTPD. :)

-- fuyuki
Comment 2 lev 2003-02-22 09:17:43 UTC
Hello!

     Here is new variant of patch, it uses ${MASTER_SITE_APACHE_HTTPD}


diff -ruN apache13-modssl.orig/Makefile apache13-modssl/Makefile
--- apache13-modssl.orig/Makefile	Sat Feb 22 12:09:42 2003
+++ apache13-modssl/Makefile	Sat Feb 22 12:09:56 2003
@@ -8,22 +8,7 @@
 PORTNAME=	apache+mod_ssl
 PORTVERSION=	${VERSION_APACHE}.${VERSION_RA}.${VERSION_MODSSL}
 CATEGORIES=	russian www security
-MASTER_SITES=	http://nagoya.apache.org/dist/httpd/ \
-		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=	${MASTER_SITE_APACHE_HTTPD} \
 		${MASTER_SITES_MODSSL:S/$/:modssl/} \
 		${MASTER_SITES_RA:S/$/:rapatches/}
 




                                Lev Serebryakov
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2003-02-23 23:08:55 UTC
State Changed
From-To: open->closed

Commited, thanks! 
(made portlint a little bit happier too)