pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/phabricator Only works with PHP 7.1 (PHP 7.0 wil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2211bec8369e
branches:  trunk
changeset: 363786:2211bec8369e
user:      maya <maya%pkgsrc.org@localhost>
date:      Thu Jun 15 20:52:23 2017 +0000

description:
Only works with PHP 7.1 (PHP 7.0 will build, but error at runtime)

diffstat:

 devel/phabricator/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7d4afde59b18 -r 2211bec8369e devel/phabricator/Makefile
--- a/devel/phabricator/Makefile        Thu Jun 15 18:41:14 2017 +0000
+++ b/devel/phabricator/Makefile        Thu Jun 15 20:52:23 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/03/18 13:48:48 roy Exp $
+# $NetBSD: Makefile,v 1.7 2017/06/15 20:52:23 maya Exp $
 
 DISTNAME=              phabricator-20170316
 PKGREVISION=           2
@@ -78,6 +78,8 @@
 CHMOD_FILES=           conf LICENSE NOTICE README.md externals resources src \
                        support webroot scripts/__init_script__.php scripts/fpm/warmup.php
 
+PHP_VERSIONS_ACCEPTED= 71
+
 post-extract:
                        cd ${WRKSRC} && \
                        ${FIND} ${CHMOD_FILES} -type f \



Home | Main Index | Thread Index | Old Index