pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/phabricator



Module Name:    pkgsrc
Committed By:   maya
Date:           Thu Jun 15 20:52:23 UTC 2017

Modified Files:
        pkgsrc/devel/phabricator: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/phabricator/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/phabricator/Makefile
diff -u pkgsrc/devel/phabricator/Makefile:1.6 pkgsrc/devel/phabricator/Makefile:1.7
--- pkgsrc/devel/phabricator/Makefile:1.6       Sat Mar 18 13:48:48 2017
+++ pkgsrc/devel/phabricator/Makefile   Thu Jun 15 20:52:23 2017
@@ -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 @@ CHECK_INTERPRETER_SKIP+=${PHABRICATOR_DI
 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