pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/turba



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 26 07:51:27 UTC 2019

Modified Files:
        pkgsrc/mail/turba: Makefile

Log Message:
turba: mark as only for php 5.6

Due to php-mysql via horde.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/mail/turba/Makefile

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

Modified files:

Index: pkgsrc/mail/turba/Makefile
diff -u pkgsrc/mail/turba/Makefile:1.48 pkgsrc/mail/turba/Makefile:1.49
--- pkgsrc/mail/turba/Makefile:1.48     Sun Aug 11 13:21:43 2019
+++ pkgsrc/mail/turba/Makefile  Thu Sep 26 07:51:27 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2019/08/11 13:21:43 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2019/09/26 07:51:27 wiz Exp $
 
 DISTNAME=      turba-h3-${TURBAVER}
 PKGNAME=       turba-${TURBAVER}
@@ -14,6 +14,8 @@ LICENSE=      apache-1.1
 
 DEPENDS+=      horde>=3.3.7:../../www/horde
 
+PHP_VERSIONS_ACCEPTED= 56 # due to php-mysql via horde
+
 PKG_DESTDIR_SUPPORT=   destdir
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index