Received: by mail.netbsd.org (Postfix, from userid 605) id E37DB84E82; Sun, 27 Nov 2022 04:54:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1CBB284E82 for ; Sun, 27 Nov 2022 04:54:19 +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 OOrWJMlk8r9K for ; Sun, 27 Nov 2022 04:54:18 +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 850BF84CF8 for ; Sun, 27 Nov 2022 04:54:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 82EC0FA90; Sun, 27 Nov 2022 04:54:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1669524858106690" MIME-Version: 1.0 Date: Sun, 27 Nov 2022 04:54:18 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/graphics/mate-backgrounds To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20221127045418.82EC0FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1669524858106690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sun Nov 27 04:54:18 UTC 2022 Modified Files: pkgsrc/graphics/mate-backgrounds: Makefile distinfo Log Message: mate-backgrounds: update to 1.26.0 Change log: ### mate-backgrounds 1.26.0 * Translations update ### mate-backgrounds 1.25.0 * Translations update * Add 'Something slowly gets clear' elephants wallpaper. (#34) * build: add meson config files to EXTRA_DIST To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/mate-backgrounds/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/mate-backgrounds/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1669524858106690 Content-Disposition: inline Content-Length: 1876 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/mate-backgrounds/Makefile diff -u pkgsrc/graphics/mate-backgrounds/Makefile:1.22 pkgsrc/graphics/mate-backgrounds/Makefile:1.23 --- pkgsrc/graphics/mate-backgrounds/Makefile:1.22 Thu Aug 11 05:08:44 2022 +++ pkgsrc/graphics/mate-backgrounds/Makefile Sun Nov 27 04:54:18 2022 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2022/08/11 05:08:44 gutteridge Exp $ +# $NetBSD: Makefile,v 1.23 2022/11/27 04:54:18 gutteridge Exp $ -PKGREVISION= 2 .include "../../meta-pkgs/mate/Makefile.common" -DISTNAME= mate-backgrounds-${VERSION:R}.2 +DISTNAME= mate-backgrounds-${VERSION} CATEGORIES= graphics COMMENT= Set of backgrounds packaged with the MATE desktop Index: pkgsrc/graphics/mate-backgrounds/distinfo diff -u pkgsrc/graphics/mate-backgrounds/distinfo:1.10 pkgsrc/graphics/mate-backgrounds/distinfo:1.11 --- pkgsrc/graphics/mate-backgrounds/distinfo:1.10 Tue Oct 26 10:46:31 2021 +++ pkgsrc/graphics/mate-backgrounds/distinfo Sun Nov 27 04:54:18 2022 @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 10:46:31 nia Exp $ +$NetBSD: distinfo,v 1.11 2022/11/27 04:54:18 gutteridge Exp $ -BLAKE2s (mate-backgrounds-1.24.2.tar.xz) = 551aea594a56931c90d32df9cd63cfdb07f4fa4491dc7fcf625b10a31ce2d22a -SHA512 (mate-backgrounds-1.24.2.tar.xz) = 4d069258065e80d8e9d2e4d7c471178c07ea5cdd5e8a6224a1d1e8770211a3926a441f03d85acd17c66c261489cc68bcbb44e5e08d6ddd80240e07b0007873ed -Size (mate-backgrounds-1.24.2.tar.xz) = 46802060 bytes +BLAKE2s (mate-backgrounds-1.26.0.tar.xz) = 4a498534e6d30a9157a0c791eaf728f1facd8e70913a907f4e234dbf4086e6a9 +SHA512 (mate-backgrounds-1.26.0.tar.xz) = 48ceb91abf6f7840a9fd7f504e887e54d234410df07dd07a2d155b28cf8d6518b743be767e02cbb774bd817e640b755eec2a73abd4d2d3685e3b4377e9a58476 +Size (mate-backgrounds-1.26.0.tar.xz) = 46808396 bytes +SHA1 (patch-Makefile.in) = 29ff00608208267d9898ca527bab180c23fcb4c8 --_----------=_1669524858106690--