Received: by mail.netbsd.org (Postfix, from userid 605) id 8E926855AF; Thu, 15 Jun 2017 20:52:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1F948855AB for ; Thu, 15 Jun 2017 20:52:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id CQkJw6EpCmme for ; Thu, 15 Jun 2017 20:52:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 816D084CF0 for ; Thu, 15 Jun 2017 20:52:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7C768FAE8; Thu, 15 Jun 2017 20:52:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_14975599438890" MIME-Version: 1.0 Date: Thu, 15 Jun 2017 20:52:23 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/devel/phabricator To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170615205223.7C768FAE8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_14975599438890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_14975599438890 Content-Disposition: inline Content-Length: 762 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 \ --_----------=_14975599438890--