Date: Mon, 5 Sep 2016 13:51:03 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421364 - head/www/baikal Message-ID: <201609051351.u85Dp3Sd010274@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609051351.u85Dp3Sd010274>