diff options
author | taca <taca@pkgsrc.org> | 2016-09-11 17:03:25 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-09-11 17:03:25 +0000 |
commit | d1a7e0b870d465d872477aef88c59281663bc12d (patch) | |
tree | 4d3ea4323f0d8d835b2c72dbe1a442a9c40f2ba2 /mail | |
parent | 30a507c0fd1426a8c4096ee1124343f7ee1cab94 (diff) | |
download | pkgsrc-d1a7e0b870d465d872477aef88c59281663bc12d.tar.gz |
Drop "55" (php55) from PHP_VERSIONS_ACCEPTED.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imp/Makefile | 4 | ||||
-rw-r--r-- | mail/ingo/Makefile | 4 | ||||
-rw-r--r-- | mail/mimp/Makefile | 4 | ||||
-rw-r--r-- | mail/turba/options.mk | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index 79bc7f44fc5..bd94e30ba82 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2016/05/17 10:32:07 fhajny Exp $ +# $NetBSD: Makefile,v 1.62 2016/09/11 17:03:26 taca Exp $ DISTNAME= imp-h3-${IMPVER} PKGNAME= imp-${IMPVER} @@ -19,7 +19,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-imap>4.3.3:../../mail/php-imap DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail-[0-9]*:../../mail/pear-Mail DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_mimeDecode-[0-9]*:../../mail/pear-Mail_mimeDecode -PHP_VERSIONS_ACCEPTED= 55 56 +PHP_VERSIONS_ACCEPTED= 56 USE_TOOLS+= pax diff --git a/mail/ingo/Makefile b/mail/ingo/Makefile index f543ad2b965..2a95cb2eaff 100644 --- a/mail/ingo/Makefile +++ b/mail/ingo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2016/05/17 10:32:07 fhajny Exp $ +# $NetBSD: Makefile,v 1.24 2016/09/11 17:03:26 taca Exp $ DISTNAME= ingo-h3-${INGOVER} PKGNAME= ingo-${INGOVER} @@ -14,7 +14,7 @@ LICENSE= apache-1.1 DEPENDS+= horde>=3.2:../../www/horde -PHP_VERSIONS_ACCEPTED= 55 56 +PHP_VERSIONS_ACCEPTED= 56 PKG_DESTDIR_SUPPORT= destdir .include "../../mk/bsd.prefs.mk" diff --git a/mail/mimp/Makefile b/mail/mimp/Makefile index 2f2a4613863..f7ed26582e1 100644 --- a/mail/mimp/Makefile +++ b/mail/mimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/05/17 10:32:07 fhajny Exp $ +# $NetBSD: Makefile,v 1.5 2016/09/11 17:03:26 taca Exp $ DISTNAME= mimp-h3-${MIMPVER} PKGNAME= mimp-${MIMPVER} @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= imp>=4.2:../../mail/imp -PHP_VERSIONS_ACCEPTED= 55 56 +PHP_VERSIONS_ACCEPTED= 56 USE_TOOLS+= pax diff --git a/mail/turba/options.mk b/mail/turba/options.mk index ac8f1e764a0..f31ce16fd0b 100644 --- a/mail/turba/options.mk +++ b/mail/turba/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2015/12/06 12:13:12 taca Exp $ +# $NetBSD: options.mk,v 1.5 2016/09/11 17:03:26 taca Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.turba PKG_SUPPORTED_OPTIONS= ldap mysql @@ -18,5 +18,5 @@ DEPENDS+= ${PHP_PKG_PREFIX}-ldap>=4.3.3:../../databases/php-ldap ### .if !empty(PKG_OPTIONS:Mmysql) DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql -PHP_VERSIONS_ACCEPTED= 55 56 +PHP_VERSIONS_ACCEPTED= 56 .endif |