Received: by mail.netbsd.org (Postfix, from userid 605) id BA31984E58; Tue, 3 Jan 2023 12:45:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E96AE84E54 for ; Tue, 3 Jan 2023 12:45:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id a6vq6KUZ7DN7 for ; Tue, 3 Jan 2023 12:45:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 51DAB84D15 for ; Tue, 3 Jan 2023 12:45:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4B8ACFA90; Tue, 3 Jan 2023 12:45:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1672749924188300" MIME-Version: 1.0 Date: Tue, 3 Jan 2023 12:45:24 +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: <20230103124524.4B8ACFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1672749924188300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Jan 3 12:45:24 UTC 2023 Modified Files: pkgsrc/net/php-baikal: Makefile PLIST distinfo Log Message: php-baikal: update to 0.9.3. * Fix yet another php warning in admin interface To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/php-baikal/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/php-baikal/PLIST cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/php-baikal/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1672749924188300 Content-Disposition: inline Content-Length: 2977 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.21 pkgsrc/net/php-baikal/Makefile:1.22 --- pkgsrc/net/php-baikal/Makefile:1.21 Fri Apr 29 13:49:13 2022 +++ pkgsrc/net/php-baikal/Makefile Tue Jan 3 12:45:24 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2022/04/29 13:49:13 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2023/01/03 12:45:24 wiz Exp $ -DISTNAME= baikal-0.9.2 +DISTNAME= baikal-0.9.3 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.12 pkgsrc/net/php-baikal/PLIST:1.13 --- pkgsrc/net/php-baikal/PLIST:1.12 Mon Mar 14 13:40:28 2022 +++ pkgsrc/net/php-baikal/PLIST Tue Jan 3 12:45:24 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2022/03/14 13:40:28 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2023/01/03 12:45:24 wiz Exp $ share/baikal/Core/Distrib.php share/baikal/Core/Frameworks/Baikal/Controller/Main.php share/baikal/Core/Frameworks/Baikal/Controller/Navigation/Topbar/Anonymous.php @@ -602,17 +602,12 @@ share/baikal/vendor/sabre/http/tests/php share/baikal/vendor/sabre/http/tests/www/bar.php share/baikal/vendor/sabre/http/tests/www/foo share/baikal/vendor/sabre/http/tests/www/large.php -share/baikal/vendor/sabre/uri/.gitattributes -share/baikal/vendor/sabre/uri/.github/workflows/ci.yml -share/baikal/vendor/sabre/uri/.gitignore -share/baikal/vendor/sabre/uri/.php_cs.dist +share/baikal/vendor/sabre/uri/.php-cs-fixer.dist.php share/baikal/vendor/sabre/uri/LICENSE share/baikal/vendor/sabre/uri/composer.json share/baikal/vendor/sabre/uri/lib/InvalidUriException.php share/baikal/vendor/sabre/uri/lib/Version.php share/baikal/vendor/sabre/uri/lib/functions.php -share/baikal/vendor/sabre/uri/phpstan.neon -share/baikal/vendor/sabre/vobject/.github/workflows/ci.yml share/baikal/vendor/sabre/vobject/LICENSE share/baikal/vendor/sabre/vobject/README.md share/baikal/vendor/sabre/vobject/bin/bench.php Index: pkgsrc/net/php-baikal/distinfo diff -u pkgsrc/net/php-baikal/distinfo:1.16 pkgsrc/net/php-baikal/distinfo:1.17 --- pkgsrc/net/php-baikal/distinfo:1.16 Fri Apr 29 13:49:13 2022 +++ pkgsrc/net/php-baikal/distinfo Tue Jan 3 12:45:24 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2022/04/29 13:49:13 wiz Exp $ +$NetBSD: distinfo,v 1.17 2023/01/03 12:45:24 wiz Exp $ -BLAKE2s (baikal-0.9.2.zip) = 7d9d2ab748abf057eea18b3df08f74899899ef3cd9a439491436aa6ef5d12ffb -SHA512 (baikal-0.9.2.zip) = 3d0c1360ea733b8aeb1cb27beeb4a6eed2f6d8c22027518401569dfd154ae502b76a56d275b05d20a87015fa0adc022f150af7d3071b39bf763ce11ea71a3664 -Size (baikal-0.9.2.zip) = 2980716 bytes +BLAKE2s (baikal-0.9.3.zip) = c6d6de37c7b1a01a396aed288bf01b145ed665a3496310f0741981dff4274912 +SHA512 (baikal-0.9.3.zip) = bdcd3848ba7c99f94a1f20c9fee48f24bb9e004a325f482d6b5324eff1f0aa2fddd284ff5f9ae6dd0b67455852aa82e434174358c58d76b6009945bc3395768c +Size (baikal-0.9.3.zip) = 2978666 bytes --_----------=_1672749924188300--