Bug 176071 - [bsd.sites.mk] MASTER_SITE_PHP change request
Summary: [bsd.sites.mk] MASTER_SITE_PHP change request
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: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-12 15:30 UTC by Svyatoslav Lempert
Modified: 2013-02-14 11:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Svyatoslav Lempert 2013-02-12 15:30:00 UTC
Hello!

Some URLs do not exist, such as dk.php.net (you should use dk1.php.net)

Please update MASTER_SITE_PHP from http://php.net/mirrors.php

=> php-5.4.11.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch http://dk.php.net/distributions/php-5.4.11.tar.bz2
fetch: http://dk.php.net/distributions/php-5.4.11.tar.bz2: No address record
=> Attempting to fetch http://de.php.net/distributions/php-5.4.11.tar.bz2
php-5.4.11.tar.bz2                              2% of   10 MB  150 kBps^C
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2013-02-14 04:37:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

over to php maintainer.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-14 11:23:41 UTC
Author: ale
Date: Thu Feb 14 11:23:29 2013
New Revision: 312214
URL: http://svnweb.freebsd.org/changeset/ports/312214

Log:
  Replace dead dk.php.net with dk1.php.net.
  
  PR:		ports/176071
  Submitted by:	Svyatoslav Lempert <svyatoslav.lempert@gmail.com>

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Thu Feb 14 11:14:37 2013	(r312213)
+++ head/Mk/bsd.sites.mk	Thu Feb 14 11:23:29 2013	(r312214)
@@ -997,7 +997,7 @@ MASTER_SITE_PGSQL+= \
 
 .if !defined(IGNORE_MASTER_SITE_PHP)
 MASTER_SITE_PHP+= \
-	http://dk.php.net/%SUBDIR%/ \
+	http://dk1.php.net/%SUBDIR%/ \
 	http://de.php.net/%SUBDIR%/ \
 	http://es.php.net/%SUBDIR%/ \
 	http://fr.php.net/%SUBDIR%/ \
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2013-02-14 11:23:42 UTC
State Changed
From-To: open->closed

Fixed, thanks!