From owner-svn-ports-all@freebsd.org Mon Sep 5 13:51:04 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2190B9652D; Mon, 5 Sep 2016 13:51:04 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66348143; Mon, 5 Sep 2016 13:51:04 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u85Dp3af010490; Mon, 5 Sep 2016 13:51:03 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u85Dp3Sd010274; Mon, 5 Sep 2016 13:51:03 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201609051351.u85Dp3Sd010274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 5 Sep 2016 13:51:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421364 - head/www/baikal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2016 13:51:04 -0000 Author: mat Date: Mon Sep 5 13:51:03 2016 New Revision: 421364 URL: https://svnweb.freebsd.org/changeset/ports/421364 Log: Update to 0.4.6. Reported by: zg zk gd Sponsored by: Absolight Modified: head/www/baikal/Makefile (contents, props changed) head/www/baikal/distinfo (contents, props changed) head/www/baikal/pkg-plist (contents, props changed) Modified: head/www/baikal/Makefile ============================================================================== --- head/www/baikal/Makefile Mon Sep 5 12:37:32 2016 (r421363) +++ head/www/baikal/Makefile Mon Sep 5 13:51:03 2016 (r421364) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= baikal -PORTVERSION= 0.4.5 +PORTVERSION= 0.4.6 CATEGORIES= www MASTER_SITES= https://github.com/fruux/Baikal/releases/download/${PORTVERSION}/ @@ -12,11 +12,12 @@ COMMENT= Lightweight CalDAV/CardDAV serv LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= zip +USES= php zip USE_PHP= ctype dom filter mbstring openssl pdo_sqlite session xml xmlreader xmlwriter WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes +NO_ARCH= yes SUB_FILES= pkg-message Modified: head/www/baikal/distinfo ============================================================================== --- head/www/baikal/distinfo Mon Sep 5 12:37:32 2016 (r421363) +++ head/www/baikal/distinfo Mon Sep 5 13:51:03 2016 (r421364) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464867680 -SHA256 (baikal-0.4.5.zip) = 533e46ffcafda24e91aabbbc5873b7d1153d538dde599927f77e1595793ddb3e -SIZE (baikal-0.4.5.zip) = 3286834 +TIMESTAMP = 1473073629 +SHA256 (baikal-0.4.6.zip) = 946e8e4161f7ef84be42430b6e9d3bb7dd4bbbe241b409be208c14447d7aa7a6 +SIZE (baikal-0.4.6.zip) = 3288478 Modified: head/www/baikal/pkg-plist ============================================================================== --- head/www/baikal/pkg-plist Mon Sep 5 12:37:32 2016 (r421363) +++ head/www/baikal/pkg-plist Mon Sep 5 13:51:03 2016 (r421364) @@ -993,6 +993,7 @@ %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/MissingOverriddenTest.php %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/NoInstancesTest.php %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/OverrideFirstEventTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/SameDateForRecurringEventsTest.php %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/Recur/RDateIteratorTest.php %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/Recur/RRuleIteratorTest.php %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/RecurrenceIterator/UntilRespectsTimezoneTest.ics