Sat Aug 23 12:57:20 2008 UTC ()
ftp.php.net is not resolved.


(obache)
diff -r1.58 -r1.59 pkgsrc/www/php4/Makefile.common

cvs diff -r1.58 -r1.59 pkgsrc/www/php4/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/www/php4/Attic/Makefile.common 2008/08/17 18:29:33 1.58
+++ pkgsrc/www/php4/Attic/Makefile.common 2008/08/23 12:57:20 1.59
@@ -1,22 +1,21 @@ @@ -1,22 +1,21 @@
1# $NetBSD: Makefile.common,v 1.58 2008/08/17 18:29:33 adrianp Exp $ 1# $NetBSD: Makefile.common,v 1.59 2008/08/23 12:57:20 obache Exp $
2 2
3DISTNAME?= php-${PHP_DIST_VERS} 3DISTNAME?= php-${PHP_DIST_VERS}
4CATEGORIES+= www php4 4CATEGORIES+= www php4
5 5
6.if !defined(PECL_VERSION) 6.if !defined(PECL_VERSION)
7MASTER_SITES?= http://www.php.net/distributions/ \ 7MASTER_SITES?= http://www.php.net/distributions/ \
8 http://php3.de/distributions/ \ 8 http://php3.de/distributions/
9 ftp://ftp.php.net/pub/distributions/ 
10EXTRACT_SUFX?= .tar.bz2 9EXTRACT_SUFX?= .tar.bz2
11.endif 10.endif
12 11
13MAINTAINER?= jdolecek@NetBSD.org 12MAINTAINER?= jdolecek@NetBSD.org
14HOMEPAGE?= http://www.php.net/ 13HOMEPAGE?= http://www.php.net/
15 14
16# Version numbering scheme: 15# Version numbering scheme:
17# 16#
18# PHP_DIST_VERS version number on the php distfile 17# PHP_DIST_VERS version number on the php distfile
19# PHP_BASE_VERS pkgsrc-mangled version number (convert pl -> .) 18# PHP_BASE_VERS pkgsrc-mangled version number (convert pl -> .)
20# 19#
21PHP_DIST_VERS= 4.4.9 20PHP_DIST_VERS= 4.4.9
22PHP_BASE_VERS= ${PHP_DIST_VERS} 21PHP_BASE_VERS= ${PHP_DIST_VERS}