On Tue, Nov 19, 2019 at 03:45:44PM +0100, Martin Reindl wrote:
> Hello ports@
>
> baikal 0.6.1 is out and fixes sync issues with Thunderbird.
> I'd pleased to take over maintainer.
>
> -m
This reads OK to me. I prepared the same diff but didn't test it yet.
>
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/productivity/baikal/Makefile,v
> retrieving revision 1.21
> diff -u -p -u -p -r1.21 Makefile
> --- Makefile 16 Oct 2019 20:17:27 -0000 1.21
> +++ Makefile 19 Nov 2019 14:33:22 -0000
> @@ -2,13 +2,14 @@
>
> COMMENT= lightweight CalDAV and CardDAV server
>
> -VERSION= 0.6.0
> +VERSION= 0.6.1
> DISTNAME= baikal-${VERSION}
> MASTER_SITES=
> https://github.com/sabre-io/Baikal/releases/download/${VERSION}/
> DISTFILES= ${DISTNAME}.zip
> CATEGORIES= productivity www
>
> HOMEPAGE= http://sabre.io/baikal/
I'd prefer an empty line here.
> +MAINTAINER = Martin Reindl <[email protected]>
>
> # GPLv3
> PERMIT_PACKAGE= Yes
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/productivity/baikal/distinfo,v
> retrieving revision 1.5
> diff -u -p -u -p -r1.5 distinfo
> --- distinfo 16 Oct 2019 20:17:27 -0000 1.5
> +++ distinfo 19 Nov 2019 14:33:22 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (baikal-0.6.0.zip) = 7rX0Pt9rebCMQydNvjjCnAdutKkjAL46ILApKcEwiOg=
> -SIZE (baikal-0.6.0.zip) = 3432758
> +SHA256 (baikal-0.6.1.zip) = s6VTWRqE9CYqYzPPeaFiTl1CTVLEBxx3k0txkfcU11c=
> +SIZE (baikal-0.6.1.zip) = 3437686
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/productivity/baikal/pkg/PLIST,v
> retrieving revision 1.8
> diff -u -p -u -p -r1.8 PLIST
> --- pkg/PLIST 16 Oct 2019 20:17:28 -0000 1.8
> +++ pkg/PLIST 19 Nov 2019 14:33:22 -0000
> @@ -1068,6 +1068,7 @@ baikal/vendor/sabre/event/lib/coroutine.
> baikal/vendor/sabre/event/phpunit.xml.dist
> baikal/vendor/sabre/http/
> baikal/vendor/sabre/http/.gitignore
> +baikal/vendor/sabre/http/.php_cs.dist
> baikal/vendor/sabre/http/.travis.yml
> baikal/vendor/sabre/http/CHANGELOG.md
> baikal/vendor/sabre/http/LICENSE
> @@ -1105,6 +1106,7 @@ baikal/vendor/sabre/http/lib/ResponseInt
> baikal/vendor/sabre/http/lib/Sapi.php
> baikal/vendor/sabre/http/lib/Version.php
> baikal/vendor/sabre/http/lib/functions.php
> +baikal/vendor/sabre/http/phpstan.neon
> baikal/vendor/sabre/http/tests/
> baikal/vendor/sabre/http/tests/HTTP/
> baikal/vendor/sabre/http/tests/HTTP/Auth/
> @@ -1127,6 +1129,10 @@ baikal/vendor/sabre/http/tests/bootstrap
> baikal/vendor/sabre/http/tests/phpcs/
> baikal/vendor/sabre/http/tests/phpcs/ruleset.xml
> baikal/vendor/sabre/http/tests/phpunit.xml
> +baikal/vendor/sabre/http/tests/www/
> +baikal/vendor/sabre/http/tests/www/bar.php
> +baikal/vendor/sabre/http/tests/www/foo
> +baikal/vendor/sabre/http/tests/www/large.php
> baikal/vendor/sabre/uri/
> baikal/vendor/sabre/uri/.gitattributes
> baikal/vendor/sabre/uri/.gitignore
>