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:   wiz
Date:           Thu Sep 14 09:41:58 UTC 2017

Modified Files:
        pkgsrc/devel/phabricator: Makefile

Log Message:
phabricator: Add version number bounds for php-apcu

To increase the changes this'll work with binary packages.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 pkgsrc/devel/phabricator/Makefile:1.13
--- pkgsrc/devel/phabricator/Makefile:1.12      Thu Sep 14 09:32:41 2017
+++ pkgsrc/devel/phabricator/Makefile   Thu Sep 14 09:41:58 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/09/14 09:32:41 roy Exp $
+# $NetBSD: Makefile,v 1.13 2017/09/14 09:41:58 wiz Exp $
 
 DISTNAME=              phabricator-20170609
 CATEGORIES=            devel
@@ -28,9 +28,9 @@ DEPENDS+=             ${PHP_PKG_PREFIX}-gd-[0-9]*:.
 DEPENDS+=              ${PHP_PKG_PREFIX}-zlib-[0-9]*:../../archivers/php-zlib
 DEPENDS+=              ${PHP_PKG_PREFIX}-opcache-[0-9]*:../../devel/php-opcache
 .if ${PKG_PHP_MAJOR_VERS} == "5"
-DEPENDS+=              ${PHP_PKG_PREFIX}-apcu-[0-9]*:../../www/php-apcu4
+DEPENDS+=              ${PHP_PKG_PREFIX}-apcu<5:../../www/php-apcu4
 .else
-DEPENDS+=              ${PHP_PKG_PREFIX}-apcu-[0-9]*:../../www/php-apcu
+DEPENDS+=              ${PHP_PKG_PREFIX}-apcu>=5:../../www/php-apcu
 .endif
 #DEPENDS+=             :../../textproc/py-pygments?
 DEPENDS+=              libphutil-[0-9]*:../../devel/libphutil



Home | Main Index | Thread Index | Old Index