pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Phabricator doesn't support PHP-7.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9507f25d887d
branches:  trunk
changeset: 364508:9507f25d887d
user:      roy <roy%pkgsrc.org@localhost>
date:      Tue Jun 27 10:35:46 2017 +0000

description:
Phabricator doesn't support PHP-7.0.
Works fine with other versions in tree.

diffstat:

 devel/arcanist/Makefile    |  4 +++-
 devel/libphutil/Makefile   |  4 +++-
 devel/phabricator/Makefile |  6 +++---
 3 files changed, 9 insertions(+), 5 deletions(-)

diffs (63 lines):

diff -r a268a509351f -r 9507f25d887d devel/arcanist/Makefile
--- a/devel/arcanist/Makefile   Mon Jun 26 21:42:18 2017 +0000
+++ b/devel/arcanist/Makefile   Tue Jun 27 10:35:46 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2017/06/23 14:05:19 roy Exp $
+# $NetBSD: Makefile,v 1.10 2017/06/27 10:35:46 roy Exp $
 
 DISTNAME=              arcanist-20170609
 CATEGORIES=            devel
@@ -12,6 +12,8 @@
 COMMENT=               Command line interface for Phabricator
 LICENSE=               apache-2.0
 
+PHP_VERSIONS_INCOMPATIBLE=     70
+
 EXTRACT_USING=         bsdtar
 USE_TOOLS+=            bsdtar pax
 
diff -r a268a509351f -r 9507f25d887d devel/libphutil/Makefile
--- a/devel/libphutil/Makefile  Mon Jun 26 21:42:18 2017 +0000
+++ b/devel/libphutil/Makefile  Tue Jun 27 10:35:46 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/06/23 14:05:19 roy Exp $
+# $NetBSD: Makefile,v 1.6 2017/06/27 10:35:46 roy Exp $
 
 DISTNAME=              libphutil-20170609
 CATEGORIES=            devel
@@ -12,6 +12,8 @@
 COMMENT=               Collection of utility classes and functions for PHP
 LICENSE=               apache-2.0
 
+PHP_VERSIONS_INCOMPATIBLE=     70
+
 EXTRACT_USING=         bsdtar
 USE_TOOLS+=            bsdtar pax
 
diff -r a268a509351f -r 9507f25d887d devel/phabricator/Makefile
--- a/devel/phabricator/Makefile        Mon Jun 26 21:42:18 2017 +0000
+++ b/devel/phabricator/Makefile        Tue Jun 27 10:35:46 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2017/06/23 14:05:19 roy Exp $
+# $NetBSD: Makefile,v 1.10 2017/06/27 10:35:46 roy Exp $
 
 DISTNAME=              phabricator-20170609
 CATEGORIES=            devel
@@ -12,6 +12,8 @@
 COMMENT=               Open software engineering platform
 LICENSE=               apache-2.0
 
+PHP_VERSIONS_INCOMPATIBLE=     70
+
 USE_TOOLS+=            pax bash:run
 EXTRACT_USING=         bsdtar
 
@@ -78,8 +80,6 @@
 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