Wed Nov 15 11:01:17 2017 UTC ()
add a comment to fix the MASTER_SITES once this is out of RC


(jdolecek)
diff -r1.1 -r1.2 pkgsrc/lang/php72/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/lang/php72/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/php72/Attic/Makefile 2017/11/15 08:56:12 1.1
+++ pkgsrc/lang/php72/Attic/Makefile 2017/11/15 11:01:17 1.2
@@ -1,20 +1,22 @@ @@ -1,20 +1,22 @@
1# $NetBSD: Makefile,v 1.1 2017/11/15 08:56:12 jdolecek Exp $ 1# $NetBSD: Makefile,v 1.2 2017/11/15 11:01:17 jdolecek Exp $
2 2
3# 3#
4# We can't omit PKGNAME here to handle PKG_OPTIONS. 4# We can't omit PKGNAME here to handle PKG_OPTIONS.
5# 5#
6PKGNAME= php-${PHP_VERSION:S/RC/rc/} 6PKGNAME= php-${PHP_VERSION:S/RC/rc/}
7CATEGORIES= lang 7CATEGORIES= lang
 8
 9# XXX remove this once the files would be available on standard location
8MASTER_SITES= https://downloads.php.net/~pollita/ 10MASTER_SITES= https://downloads.php.net/~pollita/
9 11
10HOMEPAGE= http://www.php.net/ 12HOMEPAGE= http://www.php.net/
11COMMENT= PHP Hypertext Preprocessor version 7.2 13COMMENT= PHP Hypertext Preprocessor version 7.2
12LICENSE= php 14LICENSE= php
13 15
14TEST_TARGET= test 16TEST_TARGET= test
15 17
16USE_TOOLS+= gmake lex pkg-config 18USE_TOOLS+= gmake lex pkg-config
17LIBTOOL_OVERRIDE= # empty 19LIBTOOL_OVERRIDE= # empty
18PHP_CHECK_INSTALLED= No 20PHP_CHECK_INSTALLED= No
19 21
20PHP_VERSIONS_ACCEPTED= 72 22PHP_VERSIONS_ACCEPTED= 72