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 73D1D7A287 for ; Mon, 22 Aug 2016 14:22:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D839385ED3; Mon, 22 Aug 2016 14:22:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 681D685ED0 for ; Mon, 22 Aug 2016 14:22:31 +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 HGPaEO387Qm1 for ; Mon, 22 Aug 2016 14:22:30 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D7CCC85E7C for ; Mon, 22 Aug 2016 14:22:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D2ADBFBC3; Mon, 22 Aug 2016 14:22:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147187575072700" MIME-Version: 1.0 Date: Mon, 22 Aug 2016 14:22:30 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/php-baikal To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160822142230.D2ADBFBC3@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. --_----------=_147187575072700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Aug 22 14:22:30 UTC 2016 Modified Files: pkgsrc/net/php-baikal: Makefile PLIST distinfo Log Message: Updated php56-baikal to 0.4.6. Updated sabre/dav database definitions #559: Fix contacts in new addressbooks not syncing Now allows creation of calendars that contain VJOURNAL, VTODO and VEVENT. Upgrading from Baikal version 0.2.3 and older is no longer supported. Ships with sabre/dav 3.1.4 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/php-baikal/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/php-baikal/PLIST cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/php-baikal/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147187575072700 Content-Disposition: inline Content-Length: 2761 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/php-baikal/Makefile diff -u pkgsrc/net/php-baikal/Makefile:1.8 pkgsrc/net/php-baikal/Makefile:1.9 --- pkgsrc/net/php-baikal/Makefile:1.8 Tue Aug 2 22:44:02 2016 +++ pkgsrc/net/php-baikal/Makefile Mon Aug 22 14:22:30 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2016/08/02 22:44:02 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2016/08/22 14:22:30 wiz Exp $ -DISTNAME= baikal-0.4.5 +DISTNAME= baikal-0.4.6 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=fruux/} Index: pkgsrc/net/php-baikal/PLIST diff -u pkgsrc/net/php-baikal/PLIST:1.5 pkgsrc/net/php-baikal/PLIST:1.6 --- pkgsrc/net/php-baikal/PLIST:1.5 Tue Aug 2 22:44:02 2016 +++ pkgsrc/net/php-baikal/PLIST Mon Aug 22 14:22:30 2016 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2016/08/02 22:44:02 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2016/08/22 14:22:30 wiz Exp $ share/baikal/CHANGELOG.md share/baikal/Core/Distrib.php share/baikal/Core/Frameworks/Baikal/Core/PDOBasicAuth.php @@ -994,6 +994,7 @@ share/baikal/vendor/sabre/vobject/tests/ share/baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/MissingOverriddenTest.php share/baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/NoInstancesTest.php share/baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/OverrideFirstEventTest.php +share/baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/SameDateForRecurringEventsTest.php share/baikal/vendor/sabre/vobject/tests/VObject/Recur/RDateIteratorTest.php share/baikal/vendor/sabre/vobject/tests/VObject/Recur/RRuleIteratorTest.php share/baikal/vendor/sabre/vobject/tests/VObject/RecurrenceIterator/UntilRespectsTimezoneTest.ics Index: pkgsrc/net/php-baikal/distinfo diff -u pkgsrc/net/php-baikal/distinfo:1.6 pkgsrc/net/php-baikal/distinfo:1.7 --- pkgsrc/net/php-baikal/distinfo:1.6 Tue Aug 2 22:44:02 2016 +++ pkgsrc/net/php-baikal/distinfo Mon Aug 22 14:22:30 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2016/08/02 22:44:02 wiz Exp $ +$NetBSD: distinfo,v 1.7 2016/08/22 14:22:30 wiz Exp $ -SHA1 (baikal-0.4.5.zip) = 441d90239ed42b07968ead56c35def769fa2c6da -RMD160 (baikal-0.4.5.zip) = 46638102cab0d70bc26ab63a10bde1e2a8c3ee8a -SHA512 (baikal-0.4.5.zip) = c7eccc9bc680ab63cf70c73ebdf1a84a2caa115389b46b438cbc0dc29070a907e7066efe63514fbfaa1b8ba3da73f0456b5fd6a5ea4cffd196008f919e4f7583 -Size (baikal-0.4.5.zip) = 3286834 bytes +SHA1 (baikal-0.4.6.zip) = bc2850281223da9cc7471a157de754f8feb03783 +RMD160 (baikal-0.4.6.zip) = 98bc26a0fbbfdceb59958f6ef94827bea82b3bb8 +SHA512 (baikal-0.4.6.zip) = 8cb4141deb4233858764e6bd0eb44691c5e31677dd6dde09e8249675a331115af8bbcf181c4371338165a0ef40f894dfc4ed0502b46a6bc8387924f6a65725a1 +Size (baikal-0.4.6.zip) = 3288478 bytes --_----------=_147187575072700--