pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/roundcube Remove 55 from PHP_VERSIONS_ACCEPTED. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41d9fdd7a7ac
branches:  trunk
changeset: 352306:41d9fdd7a7ac
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Sep 12 10:02:47 2016 +0000

description:
Remove 55 from PHP_VERSIONS_ACCEPTED.  Fixes bulk builds.

diffstat:

 mail/roundcube/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2bfb107f249f -r 41d9fdd7a7ac mail/roundcube/Makefile
--- a/mail/roundcube/Makefile   Mon Sep 12 09:11:57 2016 +0000
+++ b/mail/roundcube/Makefile   Mon Sep 12 10:02:47 2016 +0000
@@ -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_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