pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/phabricator



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Aug 13 15:03:55 UTC 2017

Modified Files:
        pkgsrc/devel/phabricator: Makefile

Log Message:
Replace PHP_VERSIONS_INCOMPATIBLE with PHP_VERSIONS_ACCEPTED.

Reported by Jason Bacon.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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/phabricator/Makefile
diff -u pkgsrc/devel/phabricator/Makefile:1.10 pkgsrc/devel/phabricator/Makefile:1.11
--- pkgsrc/devel/phabricator/Makefile:1.10      Tue Jun 27 10:35:46 2017
+++ pkgsrc/devel/phabricator/Makefile   Sun Aug 13 15:03:55 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/06/27 10:35:46 roy Exp $
+# $NetBSD: Makefile,v 1.11 2017/08/13 15:03:55 taca Exp $
 
 DISTNAME=              phabricator-20170609
 CATEGORIES=            devel
@@ -12,7 +12,7 @@ HOMEPAGE=             http://phabricator.com/
 COMMENT=               Open software engineering platform
 LICENSE=               apache-2.0
 
-PHP_VERSIONS_INCOMPATIBLE=     70
+PHP_VERSIONS_ACCEPTED= 71
 
 USE_TOOLS+=            pax bash:run
 EXTRACT_USING=         bsdtar



Home | Main Index | Thread Index | Old Index