Phabricator doesn't support PHP-7.0.
Works fine with other versions in tree.
This commit is contained in:
parent
eb0373d8bd
commit
94c528cb1b
3 changed files with 9 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue