Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id AD28C7A234 for ; Fri, 23 Dec 2016 23:02:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 56B2F856A3; Fri, 23 Dec 2016 23:02:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DBB36855FC for ; Fri, 23 Dec 2016 23:02:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id mvIcPt1hXOrc for ; Fri, 23 Dec 2016 23:02:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 687D585576 for ; Fri, 23 Dec 2016 23:02:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 668F2FBA6; Fri, 23 Dec 2016 23:02:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148253413350310" MIME-Version: 1.0 Date: Fri, 23 Dec 2016 23:02:13 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20161223230213.668F2FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148253413350310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Fri Dec 23 23:02:13 UTC 2016 Modified Files: pkgsrc/www/contao35: Makefile pkgsrc/www/contao43: Makefile pkgsrc/www/php-concrete5: Makefile Log Message: Restrict supported PHP versions to the list of security/php-mcrypt. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/contao35/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/contao43/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/php-concrete5/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148253413350310 Content-Disposition: inline Content-Length: 2176 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/contao35/Makefile diff -u pkgsrc/www/contao35/Makefile:1.20 pkgsrc/www/contao35/Makefile:1.21 --- pkgsrc/www/contao35/Makefile:1.20 Tue Dec 20 21:08:29 2016 +++ pkgsrc/www/contao35/Makefile Fri Dec 23 23:02:13 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2016/12/20 21:08:29 taca Exp $ +# $NetBSD: Makefile,v 1.21 2016/12/23 23:02:13 joerg Exp $ # DISTNAME= contao-${CT_PKGVER} @@ -23,6 +23,9 @@ DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.4.0: DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.4.0:../../archivers/php-zlib DEPENDS+= bash>=4.0:../../shells/bash +# mcrypt is deprecated and removed in PHP 7.1.x +PHP_VERSIONS_ACCEPTED= 56 70 + CT_VERSION= 3.5.20 USE_TOOLS= bash pax NO_BUILD= yes Index: pkgsrc/www/contao43/Makefile diff -u pkgsrc/www/contao43/Makefile:1.1 pkgsrc/www/contao43/Makefile:1.2 --- pkgsrc/www/contao43/Makefile:1.1 Mon Dec 5 14:48:24 2016 +++ pkgsrc/www/contao43/Makefile Fri Dec 23 23:02:13 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/12/05 14:48:24 taca Exp $ +# $NetBSD: Makefile,v 1.2 2016/12/23 23:02:13 joerg Exp $ # DISTNAME= contao-${CT_PKGVER} @@ -24,6 +24,9 @@ DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.4.0: DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.4.0:../../archivers/php-zlib DEPENDS+= bash>=4.0:../../shells/bash +# mcrypt is deprecated and removed in PHP 7.1.x +PHP_VERSIONS_ACCEPTED= 56 70 + CT_VERSION= 4.3.0 USE_TOOLS= bash pax NO_BUILD= yes Index: pkgsrc/www/php-concrete5/Makefile diff -u pkgsrc/www/php-concrete5/Makefile:1.14 pkgsrc/www/php-concrete5/Makefile:1.15 --- pkgsrc/www/php-concrete5/Makefile:1.14 Sun Feb 7 07:31:12 2016 +++ pkgsrc/www/php-concrete5/Makefile Fri Dec 23 23:02:13 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2016/02/07 07:31:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.15 2016/12/23 23:02:13 joerg Exp $ # DISTNAME= concrete5.7.5.6 @@ -22,6 +22,9 @@ DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.3.3:. DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=5.3.3:../../converters/php-iconv DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.3.3:../../converters/php-mbstring +# mcrypt is deprecated and removed in 7.1.x +PHP_VERSIONS_ACCEPTED= 56 70 + USE_LANGUAGES= # none NO_BUILD= yes --_----------=_148253413350310--