pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/php72 add a comment to fix the MASTER_SITES once ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ccaab0b6c48a
branches:  trunk
changeset: 371561:ccaab0b6c48a
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Wed Nov 15 11:01:17 2017 +0000

description:
add a comment to fix the MASTER_SITES once this is out of RC

diffstat:

 lang/php72/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5220d94034ad -r ccaab0b6c48a lang/php72/Makefile
--- a/lang/php72/Makefile       Wed Nov 15 10:49:09 2017 +0000
+++ b/lang/php72/Makefile       Wed Nov 15 11:01:17 2017 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2017/11/15 08:56:12 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2017/11/15 11:01:17 jdolecek Exp $
 
 #
 # We can't omit PKGNAME here to handle PKG_OPTIONS.
 #
 PKGNAME=               php-${PHP_VERSION:S/RC/rc/}
 CATEGORIES=            lang
+
+# XXX remove this once the files would be available on standard location
 MASTER_SITES=   https://downloads.php.net/~pollita/
 
 HOMEPAGE=              http://www.php.net/



Home | Main Index | Thread Index | Old Index