Date: Thu, 2 Jun 2016 11:43:46 +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: r416277 - head/www/baikal Message-ID: <201606021143.u52BhkqX058148@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Jun 2 11:43:45 2016 New Revision: 416277 URL: https://svnweb.freebsd.org/changeset/ports/416277 Log: Update to 0.4.5. 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 Thu Jun 2 11:19:33 2016 (r416276) +++ head/www/baikal/Makefile Thu Jun 2 11:43:45 2016 (r416277) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= baikal -PORTVERSION= 0.4.4 +PORTVERSION= 0.4.5 CATEGORIES= www MASTER_SITES= https://github.com/fruux/Baikal/releases/download/${PORTVERSION}/ @@ -13,7 +13,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= zip -USE_PHP= ctype filter xml xmlreader xmlwriter pdo_sqlite session mbstring dom +USE_PHP= ctype dom filter mbstring openssl pdo_sqlite session xml xmlreader xmlwriter WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes Modified: head/www/baikal/distinfo ============================================================================== --- head/www/baikal/distinfo Thu Jun 2 11:19:33 2016 (r416276) +++ head/www/baikal/distinfo Thu Jun 2 11:43:45 2016 (r416277) @@ -1,2 +1,3 @@ -SHA256 (baikal-0.4.4.zip) = cced612353862bce532ed458eda0675b5e1e5790f92969bf13992c6567943efc -SIZE (baikal-0.4.4.zip) = 3285109 +TIMESTAMP = 1464867680 +SHA256 (baikal-0.4.5.zip) = 533e46ffcafda24e91aabbbc5873b7d1153d538dde599927f77e1595793ddb3e +SIZE (baikal-0.4.5.zip) = 3286834 Modified: head/www/baikal/pkg-plist ============================================================================== --- head/www/baikal/pkg-plist Thu Jun 2 11:19:33 2016 (r416276) +++ head/www/baikal/pkg-plist Thu Jun 2 11:43:45 2016 (r416277) @@ -862,6 +862,7 @@ %%WWWDIR%%/vendor/sabre/vobject/lib/ITip/SameOrganizerForAllComponentsException.php %%WWWDIR%%/vendor/sabre/vobject/lib/InvalidDataException.php %%WWWDIR%%/vendor/sabre/vobject/lib/Node.php +%%WWWDIR%%/vendor/sabre/vobject/lib/PHPUnitAssertions.php %%WWWDIR%%/vendor/sabre/vobject/lib/Parameter.php %%WWWDIR%%/vendor/sabre/vobject/lib/ParseException.php %%WWWDIR%%/vendor/sabre/vobject/lib/Parser/Json.php @@ -944,6 +945,7 @@ %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/ITip/BrokerProcessMessageTest.php %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/ITip/BrokerProcessReplyTest.php %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/ITip/BrokerTester.php +%%WWWDIR%%/vendor/sabre/vobject/tests/VObject/ITip/BrokerTimezoneInParseEventInfoWithoutMasterTest.php %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/ITip/BrokerUpdateEventTest.php %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/ITip/EvolutionTest.php %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/ITip/MessageTest.php @@ -998,7 +1000,6 @@ %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/Splitter/ICalendarTest.php %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/Splitter/VCardTest.php %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/StringUtilTest.php -%%WWWDIR%%/vendor/sabre/vobject/tests/VObject/TestCase.php %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/TimeZoneUtilTest.php %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/UUIDUtilTest.php %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/VCard21Test.php @@ -1008,7 +1009,6 @@ %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/issue153.vcf %%WWWDIR%%/vendor/sabre/vobject/tests/VObject/issue64.vcf %%WWWDIR%%/vendor/sabre/vobject/tests/bootstrap.php -%%WWWDIR%%/vendor/sabre/vobject/tests/phpcs/ruleset.xml %%WWWDIR%%/vendor/sabre/vobject/tests/phpunit.xml %%WWWDIR%%/vendor/sabre/xml/.gitignore %%WWWDIR%%/vendor/sabre/xml/.travis.yml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606021143.u52BhkqX058148>