pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/roundcube



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Sep 12 10:02:47 UTC 2016

Modified Files:
        pkgsrc/mail/roundcube: Makefile

Log Message:
Remove 55 from PHP_VERSIONS_ACCEPTED.  Fixes bulk builds.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/mail/roundcube/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/Makefile
diff -u pkgsrc/mail/roundcube/Makefile:1.83 pkgsrc/mail/roundcube/Makefile:1.84
--- pkgsrc/mail/roundcube/Makefile:1.83 Sun May 29 15:46:59 2016
+++ pkgsrc/mail/roundcube/Makefile      Mon Sep 12 10:02:47 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2016/05/29 15:46:59 taca Exp $
+# $NetBSD: Makefile,v 1.84 2016/09/12 10:02:47 jperkin Exp $
 
 DISTNAME=      roundcubemail-1.1.5
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME:S/mail-/-/}
@@ -28,7 +28,7 @@ DEPENDS+=     ${PHP_PKG_PREFIX}-pear-Mail_Mi
 DEPENDS+=      ${PHP_PKG_PREFIX}-pear-Mail_mimeDecode>=1.5.5:../../mail/pear-Mail_mimeDecode
 DEPENDS+=      ${PHP_PKG_PREFIX}-pear-Auth_SASL>=1.0.3:../../mail/pear-Auth_SASL
 
-PHP_VERSIONS_ACCEPTED= 55 56
+PHP_VERSIONS_ACCEPTED= 56
 
 USE_LANGUAGES=         # none
 USE_TOOLS+=            pax



Home | Main Index | Thread Index | Old Index