Received: by mail.netbsd.org (Postfix, from userid 605) id 694E384D71; Sat, 7 Oct 2017 13:01:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F026B84D6F for ; Sat, 7 Oct 2017 13:01:17 +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 59CZKX8mIJ-d for ; Sat, 7 Oct 2017 13:01:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8142884D20 for ; Sat, 7 Oct 2017 13:01:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 52F0BFBC7; Sat, 7 Oct 2017 13:01:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1507381277273050" MIME-Version: 1.0 Date: Sat, 7 Oct 2017 13:01:17 +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: <20171007130117.52F0BFBC7@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. --_----------=_1507381277273050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Oct 7 13:01:17 UTC 2017 Modified Files: pkgsrc/www/contao35: Makefile distinfo Log Message: www/contao35: Update to 3.5.30. Version 3.5.30 (2017-10-06) --------------------------- ### Fixed Filter multi-day events outside the scope in the event list (see #8792). ### Fixed Correctly show multi-day events if the shortened view is disabled (see #8782). To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/contao35/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/contao35/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1507381277273050 Content-Disposition: inline Content-Length: 1791 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.33 pkgsrc/www/contao35/Makefile:1.34 --- pkgsrc/www/contao35/Makefile:1.33 Thu Sep 28 12:46:24 2017 +++ pkgsrc/www/contao35/Makefile Sat Oct 7 13:01:17 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2017/09/28 12:46:24 taca Exp $ +# $NetBSD: Makefile,v 1.34 2017/10/07 13:01:17 taca Exp $ # DISTNAME= contao-${CT_PKGVER} @@ -20,7 +20,7 @@ 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 -CT_VERSION= 3.5.29 +CT_VERSION= 3.5.30 USE_TOOLS= bash:run pax NO_BUILD= yes FILESDIR?= ${.CURDIR}/files Index: pkgsrc/www/contao35/distinfo diff -u pkgsrc/www/contao35/distinfo:1.25 pkgsrc/www/contao35/distinfo:1.26 --- pkgsrc/www/contao35/distinfo:1.25 Thu Sep 28 12:46:24 2017 +++ pkgsrc/www/contao35/distinfo Sat Oct 7 13:01:17 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.25 2017/09/28 12:46:24 taca Exp $ +$NetBSD: distinfo,v 1.26 2017/10/07 13:01:17 taca Exp $ -SHA1 (contao-3.5.29.tar.gz) = c59440068babb8647d61319eb01a2b44721e1165 -RMD160 (contao-3.5.29.tar.gz) = 0ff5977b5d551b1816a0e68b15ce246256e1c62f -SHA512 (contao-3.5.29.tar.gz) = 1423c55c47ec2743e0cfcaea172561e9f8c4b27818952c6933c78edadcfab377e641453d5b0c714edd4da7a064f478ea0bd1eed66d7a541e83caf10603480c0b -Size (contao-3.5.29.tar.gz) = 11237315 bytes +SHA1 (contao-3.5.30.tar.gz) = e8db843f65c5b035a5c81d583f5ff92ac10a09ae +RMD160 (contao-3.5.30.tar.gz) = 023030a12df03b8d51cb99e0802bf77f067d5891 +SHA512 (contao-3.5.30.tar.gz) = dd847176806996ad4bcdbc285d22bee385b0a598314004b590cc451b9d6b892088ec7dbd18ed4139f638ec8a871bb7c34dc989bf01bc661ecc46a6a9966de910 +Size (contao-3.5.30.tar.gz) = 11234284 bytes --_----------=_1507381277273050--