Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7A58284E97 for ; Sat, 30 Dec 2023 01:32:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id IkGvEqEKezt8 for ; Sat, 30 Dec 2023 01:32:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EF1A984E8E for ; Sat, 30 Dec 2023 01:32:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EA01EFA42; Sat, 30 Dec 2023 01:32:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170389997153550" MIME-Version: 1.0 Date: Sat, 30 Dec 2023 01:32:51 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/misc/libmateweather To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20231230013251.EA01EFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170389997153550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sat Dec 30 01:32:51 UTC 2023 Modified Files: pkgsrc/misc/libmateweather: Makefile distinfo Log Message: libmateweather: update to 1.26.3 ### libmateweather 1.26.3 * Translations update * The url with 'www.' is a permanent redirect (308) to the url without it To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/misc/libmateweather/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/misc/libmateweather/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170389997153550 Content-Disposition: inline Content-Length: 1714 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/libmateweather/Makefile diff -u pkgsrc/misc/libmateweather/Makefile:1.49 pkgsrc/misc/libmateweather/Makefile:1.50 --- pkgsrc/misc/libmateweather/Makefile:1.49 Tue Nov 14 14:02:31 2023 +++ pkgsrc/misc/libmateweather/Makefile Sat Dec 30 01:32:51 2023 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.49 2023/11/14 14:02:31 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2023/12/30 01:32:51 gutteridge Exp $ -PKGREVISION= 3 .include "../../meta-pkgs/mate/Makefile.common" -DISTNAME= libmateweather-${VERSION:R}.2 +DISTNAME= libmateweather-${VERSION:R}.3 CATEGORIES= misc COMMENT= Weather information access library Index: pkgsrc/misc/libmateweather/distinfo diff -u pkgsrc/misc/libmateweather/distinfo:1.13 pkgsrc/misc/libmateweather/distinfo:1.14 --- pkgsrc/misc/libmateweather/distinfo:1.13 Tue Oct 31 00:14:53 2023 +++ pkgsrc/misc/libmateweather/distinfo Sat Dec 30 01:32:51 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2023/10/31 00:14:53 gutteridge Exp $ +$NetBSD: distinfo,v 1.14 2023/12/30 01:32:51 gutteridge Exp $ -BLAKE2s (libmateweather-1.26.2.tar.xz) = b9f356ae86d3d09c986524799b5f0b04008cb192229994d45e67993cc9c0877f -SHA512 (libmateweather-1.26.2.tar.xz) = fd91ae4d89c27163ab7b4c50db944338b584c8769ab6c548bdea14f1d06898e338a35cfa27a0e923a8fc9f05c3620675dd4f706ec47b49423e686e70f97c1384 -Size (libmateweather-1.26.2.tar.xz) = 2205160 bytes +BLAKE2s (libmateweather-1.26.3.tar.xz) = 516c7ce3578319c423f3672a4b9a8c8abf29c6b7aacb39fd71cd931b81426e8f +SHA512 (libmateweather-1.26.3.tar.xz) = e9285e615e013b7371e738b74647652f5b0abf029f32ba02299e632d882e7d0ff3c41dcac834ddb5b2a4fc93782d67f9764f9abc99a7eb4a26ac07ae12d9cafd +Size (libmateweather-1.26.3.tar.xz) = 2211104 bytes --_----------=_170389997153550--