Bug 119555 - Mk/bsd.sites.mk: Update MASTER_SITE_APACHE
Summary: Mk/bsd.sites.mk: Update MASTER_SITE_APACHE
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: Mark Linimon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-11 05:30 UTC by Yasuhiro Kimura
Modified: 2008-03-31 16:00 UTC (History)
0 users

See Also:


Attachments
patch-bsd.sites.mk (764 bytes, text/plain)
2008-01-11 05:30 UTC, Yasuhiro Kimura
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2008-01-11 05:30:01 UTC
	

	Update MASTER_SITE_APACHE to chase change of sub-directory in RINGSERVER.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-01-11 05:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sat

bsd.sites.mk is sat territory (via the GNATS Auto Assign Tool)
Comment 2 Yasuhiro Kimura freebsd_committer freebsd_triage 2008-01-13 12:57:25 UTC
----Next_Part(Sun_Jan_13_21_57_25_2008_001)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hello.

I updated patch to include following changes about ringserver:

- Add ring.nict.go.jp to MASTER_SITE_RINGSERVER.
  I think it is fastest and stablest among ringservers.
- FreeBSD is no more mirrored.
- Add to MASTER_SITE_XORG.

So please apply new patch instead of original one.

Regards.

----Next_Part(Sun_Jan_13_21_57_25_2008_001)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="patch-bsd.sites.mk"

Index: Mk/bsd.sites.mk
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/Mk/bsd.sites.mk,v
retrieving revision 1.433
diff -u -r1.433 bsd.sites.mk
--- Mk/bsd.sites.mk	25 Oct 2007 22:53:24 -0000	1.433
+++ Mk/bsd.sites.mk	13 Jan 2008 12:36:31 -0000
@@ -67,7 +67,7 @@
 	ftp://ftp.esat.net/mirrors/ftp.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/dist/&,} \
+	${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/apache/&,} \
 	ftp://ftp.sogang.ac.kr/www/apache/dist/%SUBDIR%/ \
 	ftp://ftp.task.gda.pl/pub/www/apache/dist/%SUBDIR%/ \
 	ftp://sunsite.icm.edu.pl/pub/www/apache/dist/%SUBDIR%/ \
@@ -421,8 +421,7 @@
 	ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \
 	ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \
 	ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \
-	ftp://ftp.dti.ad.jp/pub/FreeBSD/%SUBDIR%/ \
-	${MASTER_SITE_RINGSERVER:S,%SUBDIR%,FreeBSD/&,}
+	ftp://ftp.dti.ad.jp/pub/FreeBSD/%SUBDIR%/
 .endif
 
 .if !defined(IGNORE_MASTER_SITE_GCC)
@@ -1031,6 +1030,7 @@
 #
 .if !defined(IGNORE_MASTER_SITE_RINGSERVER)
 MASTER_SITE_RINGSERVER+=	\
+	http://ring.nict.go.jp/archives/%SUBDIR%/ \
 	http://ring.sakura.ad.jp/archives/%SUBDIR%/ \
 	http://ring.riken.jp/archives/%SUBDIR%/
 .endif
@@ -1388,6 +1388,7 @@
 	ftp://ftp.cs.cuhk.edu.hk/pub/X11/%SUBDIR%/ \
 	ftp://ftp.unicamp.br/pub/X11/releases/%SUBDIR%/ \
 	ftp://ftp.ntua.gr/pub/X11/X.org/%SUBDIR%/ \
+	${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/opengroup/&/,} \
 	ftp://ftp.task.gda.pl/mirror/ftp.x.org/pub/%SUBDIR%/ \
 	ftp://ftp.sunet.se/pub/X11/ftp.x.org/%SUBDIR%/ \
 	ftp://ftp.mirrorservice.org/sites/ftp.x.org/pub/%SUBDIR%/ \

----Next_Part(Sun_Jan_13_21_57_25_2008_001)----
Comment 3 Yasuhiro Kimura freebsd_committer freebsd_triage 2008-01-23 03:58:08 UTC
Hello.

Would you please commit this PR?

Regards.
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2008-02-01 08:00:40 UTC
State Changed
From-To: open->patched

With bugmeister hat on, commit via maintainer-timeout. 

Note to submitter: I've left this as 'patched' because I could not get 
any response from ring.nict.go.jp. 


Comment 5 Mark Linimon freebsd_committer freebsd_triage 2008-02-01 08:00:40 UTC
Responsible Changed
From-To: sat->linimon
Comment 6 Pav Lucistnik freebsd_committer freebsd_triage 2008-03-31 15:47:30 UTC
State Changed
From-To: patched->closed

ring.nict.go.jp works fine from here, so I have committed that to bsd.sites.mk
Comment 7 dfilter service freebsd_committer freebsd_triage 2008-03-31 15:58:34 UTC
pav         2008-03-31 14:58:22 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.sites.mk 
  Log:
  - Add ring.nict.go.jp to Ringserver group
  
  PR:             ports/119555
  Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
  
  Revision  Changes    Path
  1.442     +2 -1      ports/Mk/bsd.sites.mk
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"