pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: roy
Date: Tue Jun 27 10:35:46 UTC 2017
Modified Files:
pkgsrc/devel/arcanist: Makefile
pkgsrc/devel/libphutil: Makefile
pkgsrc/devel/phabricator: Makefile
Log Message:
Phabricator doesn't support PHP-7.0.
Works fine with other versions in tree.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/arcanist/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/libphutil/Makefile
cvs rdiff -u -r1.9 -r1.10 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/arcanist/Makefile
diff -u pkgsrc/devel/arcanist/Makefile:1.9 pkgsrc/devel/arcanist/Makefile:1.10
--- pkgsrc/devel/arcanist/Makefile:1.9 Fri Jun 23 14:05:19 2017
+++ pkgsrc/devel/arcanist/Makefile Tue Jun 27 10:35:46 2017
@@ -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/
COMMENT= Command line interface for Phabricator
LICENSE= apache-2.0
+PHP_VERSIONS_INCOMPATIBLE= 70
+
EXTRACT_USING= bsdtar
USE_TOOLS+= bsdtar pax
Index: pkgsrc/devel/libphutil/Makefile
diff -u pkgsrc/devel/libphutil/Makefile:1.5 pkgsrc/devel/libphutil/Makefile:1.6
--- pkgsrc/devel/libphutil/Makefile:1.5 Fri Jun 23 14:05:19 2017
+++ pkgsrc/devel/libphutil/Makefile Tue Jun 27 10:35:46 2017
@@ -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/
COMMENT= Collection of utility classes and functions for PHP
LICENSE= apache-2.0
+PHP_VERSIONS_INCOMPATIBLE= 70
+
EXTRACT_USING= bsdtar
USE_TOOLS+= bsdtar pax
Index: pkgsrc/devel/phabricator/Makefile
diff -u pkgsrc/devel/phabricator/Makefile:1.9 pkgsrc/devel/phabricator/Makefile:1.10
--- pkgsrc/devel/phabricator/Makefile:1.9 Fri Jun 23 14:05:19 2017
+++ pkgsrc/devel/phabricator/Makefile Tue Jun 27 10:35:46 2017
@@ -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_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