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 2E5E57A111 for ; Thu, 19 Jan 2017 14:58:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D632A8565D; Thu, 19 Jan 2017 14:58:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6623D855A0 for ; Thu, 19 Jan 2017 14:58:06 +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 9L8V8wu9wKvJ for ; Thu, 19 Jan 2017 14:58:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EC0A18559C for ; Thu, 19 Jan 2017 14:58:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EA351FBA6; Thu, 19 Jan 2017 14:58:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148483788594030" MIME-Version: 1.0 Date: Thu, 19 Jan 2017 14:58:05 +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: <20170119145805.EA351FBA6@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. --_----------=_148483788594030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Jan 19 14:58:05 UTC 2017 Modified Files: pkgsrc/www/contao35: Makefile distinfo Log Message: Update contao35 to 3.5.24. Version 3.5.24 (2017-01-19) --------------------------- ### Fixed Correctly handle SVGZ files in the file manager (also fixes #8624). ### Fixed Revert the download element changes (see #8620). To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/contao35/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/contao35/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148483788594030 Content-Disposition: inline Content-Length: 1737 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.23 pkgsrc/www/contao35/Makefile:1.24 --- pkgsrc/www/contao35/Makefile:1.23 Tue Jan 17 16:23:08 2017 +++ pkgsrc/www/contao35/Makefile Thu Jan 19 14:58:05 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2017/01/17 16:23:08 taca Exp $ +# $NetBSD: Makefile,v 1.24 2017/01/19 14:58:05 taca Exp $ # DISTNAME= contao-${CT_PKGVER} @@ -26,7 +26,7 @@ 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.23 +CT_VERSION= 3.5.24 USE_TOOLS= bash pax NO_BUILD= yes FILESDIR?= ${.CURDIR}/files Index: pkgsrc/www/contao35/distinfo diff -u pkgsrc/www/contao35/distinfo:1.19 pkgsrc/www/contao35/distinfo:1.20 --- pkgsrc/www/contao35/distinfo:1.19 Tue Jan 17 16:23:08 2017 +++ pkgsrc/www/contao35/distinfo Thu Jan 19 14:58:05 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2017/01/17 16:23:08 taca Exp $ +$NetBSD: distinfo,v 1.20 2017/01/19 14:58:05 taca Exp $ -SHA1 (contao-3.5.23.tar.gz) = 40ff6f794cfaf41245e35a4c0e66f93da7001639 -RMD160 (contao-3.5.23.tar.gz) = 84c8aea8cfed9804b1a5ae0bafd3956c84206de4 -SHA512 (contao-3.5.23.tar.gz) = 907082412d003799db6bcf3c3712058ad6a62da53c52a75f12bfcb95b131cd8329b93528197b8d9574bd552abe89bc2a11b56702649761b0f92891bf46cabf70 -Size (contao-3.5.23.tar.gz) = 11049649 bytes +SHA1 (contao-3.5.24.tar.gz) = b170e658374ac1633130dbe8359b4267e37d7cbf +RMD160 (contao-3.5.24.tar.gz) = 30ad07b5fe09121e82978a87c81bb317ddf26192 +SHA512 (contao-3.5.24.tar.gz) = 68a244c261da63b001aeb26d79cd36f116b9f2f3c1a960592a34f3f3e45dafde2beb5d782f387a9249356ce896a618b5548acf0510e8913726a65ba760b809ba +Size (contao-3.5.24.tar.gz) = 11049155 bytes --_----------=_148483788594030--