pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/roundcube-plugin-carddav



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Wed Jul 13 17:55:19 UTC 2022

Modified Files:
        pkgsrc/mail/roundcube-plugin-carddav: Makefile

Log Message:
roundcube-plugin-carddav: Mark this package incompatible with PHP 5.6


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/roundcube-plugin-carddav/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/roundcube-plugin-carddav/Makefile
diff -u pkgsrc/mail/roundcube-plugin-carddav/Makefile:1.7 pkgsrc/mail/roundcube-plugin-carddav/Makefile:1.8
--- pkgsrc/mail/roundcube-plugin-carddav/Makefile:1.7   Mon Jul 11 09:59:06 2022
+++ pkgsrc/mail/roundcube-plugin-carddav/Makefile       Wed Jul 13 17:55:19 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/07/11 09:59:06 triaxx Exp $
+# $NetBSD: Makefile,v 1.8 2022/07/13 17:55:19 triaxx Exp $
 
 DISTNAME=      carddav-v4.4.2
 PKGNAME=       ${PHP_PKG_PREFIX}-roundcube-plugin-${DISTNAME:S/-v/-/}
@@ -12,6 +12,8 @@ MAINTAINER=   triaxx%NetBSD.org@localhost
 COMMENT=       CardDAV adapter for Roundcube
 LICENSE=       gnu-gpl-v2
 
+PHP_VERSIONS_INCOMPATIBLE=     56
+
 USE_TOOLS+=    pax
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index