summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2017-06-27 10:35:46 +0000
committerroy <roy@pkgsrc.org>2017-06-27 10:35:46 +0000
commita27f43ce03f904cd8b4eaf3b5c4a7c534a5dc5b9 (patch)
tree5b3b8d34602790b9843e9b33d79456b8f3a93da6
parentbd7f8c88452740d28fa9c7b7ef88e94790f34dd8 (diff)
downloadpkgsrc-a27f43ce03f904cd8b4eaf3b5c4a7c534a5dc5b9.tar.gz
Phabricator doesn't support PHP-7.0.
Works fine with other versions in tree.
-rw-r--r--devel/arcanist/Makefile4
-rw-r--r--devel/libphutil/Makefile4
-rw-r--r--devel/phabricator/Makefile6
3 files changed, 9 insertions, 5 deletions
diff --git a/devel/arcanist/Makefile b/devel/arcanist/Makefile
index 2f0f18499d2..722fb975d7b 100644
--- a/devel/arcanist/Makefile
+++ b/devel/arcanist/Makefile
@@ -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 @@ HOMEPAGE= https://github.com/phacility/arcanist/
COMMENT= Command line interface for Phabricator
LICENSE= apache-2.0
+PHP_VERSIONS_INCOMPATIBLE= 70
+
EXTRACT_USING= bsdtar
USE_TOOLS+= bsdtar pax
diff --git a/devel/libphutil/Makefile b/devel/libphutil/Makefile
index 6f6cde5bfe0..b122dc67513 100644
--- a/devel/libphutil/Makefile
+++ b/devel/libphutil/Makefile
@@ -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 @@ HOMEPAGE= https://github.com/phacility/libphutil/
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 --git a/devel/phabricator/Makefile b/devel/phabricator/Makefile
index 687e21aab54..d7afb284b7c 100644
--- a/devel/phabricator/Makefile
+++ b/devel/phabricator/Makefile
@@ -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 @@ HOMEPAGE= http://phabricator.com/
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 @@ CHECK_INTERPRETER_SKIP+=${PHABRICATOR_DIR}/externals/wordlist/password.lst
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 \