Received: by mail.netbsd.org (Postfix, from userid 605) id 7543B84D5B; Sun, 15 Dec 2019 18:22:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F316984D56 for ; Sun, 15 Dec 2019 18:22:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 37i4z9y8BaFE for ; Sun, 15 Dec 2019 18:22:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5D9ED84C81 for ; Sun, 15 Dec 2019 18:22:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5B5E1FA97; Sun, 15 Dec 2019 18:22:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1576434130192060" MIME-Version: 1.0 Date: Sun, 15 Dec 2019 18:22:10 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/contao35 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20191215182210.5B5E1FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1576434130192060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Dec 15 18:22:10 UTC 2019 Modified Files: pkgsrc/www/contao35: Makefile Log Message: www/contao35: dose not support PHP 7.4 Contao 3.5 dose not support PHP 7.4. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/www/contao35/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1576434130192060 Content-Disposition: inline Content-Length: 708 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.45 pkgsrc/www/contao35/Makefile:1.46 --- pkgsrc/www/contao35/Makefile:1.45 Mon Nov 4 22:09:52 2019 +++ pkgsrc/www/contao35/Makefile Sun Dec 15 18:22:10 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2019/11/04 22:09:52 rillig Exp $ +# $NetBSD: Makefile,v 1.46 2019/12/15 18:22:10 taca Exp $ # DISTNAME= contao-${CT_PKGVER} @@ -20,6 +20,8 @@ DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.4.0: DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.4.0:../../www/php-curl DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.4.0:../../archivers/php-zlib +PHP_VERSIONS_ACCEPTED= 56 71 72 73 + CT_VERSION= 3.5.40 USE_TOOLS= bash:run pax NO_BUILD= yes --_----------=_1576434130192060--