pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/horde horde: set PHP_VERSIONS_ACCEPTED to 56



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e9784177a12
branches:  trunk
changeset: 375798:2e9784177a12
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 21 12:26:45 2018 +0000

description:
horde: set PHP_VERSIONS_ACCEPTED to 56

The default-on mysql option pulls in php-mysql, which is restricted to 56.

diffstat:

 www/horde/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 75e589d05c0f -r 2e9784177a12 www/horde/Makefile
--- a/www/horde/Makefile        Wed Feb 21 12:25:23 2018 +0000
+++ b/www/horde/Makefile        Wed Feb 21 12:26:45 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2017/08/16 20:21:16 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2018/02/21 12:26:45 wiz Exp $
 
 DISTNAME=      horde-3.3.13
 PKGREVISION=   4
@@ -13,6 +13,8 @@
 
 CONFLICTS+=    horde-2.*
 
+PHP_VERSIONS_ACCEPTED= 56 # php-mysql, default-on option
+
 .include "../../lang/php/phpversion.mk"
 
 DEPENDS+=      ${PHP_PKG_PREFIX}-gettext>=4.3.3:../../devel/php-gettext



Home | Main Index | Thread Index | Old Index