pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/php5 Remove non-existing master site "ftp.php.net".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a178fc5e9f2
branches:  trunk
changeset: 521248:9a178fc5e9f2
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Nov 07 16:46:51 2006 +0000

description:
Remove non-existing master site "ftp.php.net".

diffstat:

 lang/php5/Makefile.common |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 36dd43ed902c -r 9a178fc5e9f2 lang/php5/Makefile.common
--- a/lang/php5/Makefile.common Tue Nov 07 16:27:53 2006 +0000
+++ b/lang/php5/Makefile.common Tue Nov 07 16:46:51 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2006/11/06 22:06:35 jdolecek Exp $
+# $NetBSD: Makefile.common,v 1.22 2006/11/07 16:46:51 tron Exp $
 
 .if !defined(DISTNAME)
 DISTNAME=              php-${PHP_BASE_VERS}
@@ -8,8 +8,7 @@
 
 .if !defined(PECL_VERSION)
 MASTER_SITES?=         http://www.php.net/distributions/ \
-                       http://php3.de/distributions/ \
-                       ftp://ftp.php.net/pub/distributions/
+                       http://php3.de/distributions/
 EXTRACT_SUFX?=         .tar.bz2
 .endif
 



Home | Main Index | Thread Index | Old Index