pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/phabricator phabricator: Add version number boun...
details: https://anonhg.NetBSD.org/pkgsrc/rev/37640777e708
branches: trunk
changeset: 368316:37640777e708
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Sep 14 09:41:58 2017 +0000
description:
phabricator: Add version number bounds for php-apcu
To increase the changes this'll work with binary packages.
diffstat:
devel/phabricator/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 7ee450a11b69 -r 37640777e708 devel/phabricator/Makefile
--- a/devel/phabricator/Makefile Thu Sep 14 09:32:41 2017 +0000
+++ b/devel/phabricator/Makefile Thu Sep 14 09:41:58 2017 +0000
@@ -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}-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