pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/horde



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Feb 21 12:26:45 UTC 2018

Modified Files:
        pkgsrc/www/horde: Makefile

Log Message:
horde: set PHP_VERSIONS_ACCEPTED to 56

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


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/www/horde/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/horde/Makefile
diff -u pkgsrc/www/horde/Makefile:1.82 pkgsrc/www/horde/Makefile:1.83
--- pkgsrc/www/horde/Makefile:1.82      Wed Aug 16 20:21:16 2017
+++ pkgsrc/www/horde/Makefile   Wed Feb 21 12:26:45 2018
@@ -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 @@ LICENSE=      gnu-lgpl-v2
 
 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