Received: by mail.netbsd.org (Postfix, from userid 605) id C604C84EB8; Thu, 17 Nov 2022 21:08:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F38B584E61 for ; Thu, 17 Nov 2022 21:08:03 +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 5kt8wT2SGgb4 for ; Thu, 17 Nov 2022 21:08:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 617C284D2D for ; Thu, 17 Nov 2022 21:08:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 53709FA90; Thu, 17 Nov 2022 21:08:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1668719283156760" MIME-Version: 1.0 Date: Thu, 17 Nov 2022 21:08:03 +0000 From: "Olaf Seibert" Subject: CVS commit: pkgsrc/news/pan To: pkgsrc-changes@NetBSD.org Reply-To: rhialto@netbsd.org X-Mailer: log_accum Message-Id: <20221117210803.53709FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1668719283156760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: rhialto Date: Thu Nov 17 21:08:03 UTC 2022 Modified Files: pkgsrc/news/pan: Makefile distinfo Log Message: news/pan: update to 0.153 0.153 "Mariupol" - 2022-11-13 I botched previous release. This release is identical to 0.152 except that Pan is modified to correctly identify itself as version 0.153. 0.152 "Mariupol" (żżżżżżżżż) - 2022-11-12 The main points of this release are: - Gtk2 was removed from Pan. Only Gtk3 is working. - Links to old pan.rebelbase.com are replaced with links to pan gitlab page. - Pan can be compiled with clang - Several updated translations: da de hu pl pt_BR sl sr sv tr uk. To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 pkgsrc/news/pan/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/news/pan/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1668719283156760 Content-Disposition: inline Content-Length: 1687 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/news/pan/Makefile diff -u pkgsrc/news/pan/Makefile:1.126 pkgsrc/news/pan/Makefile:1.127 --- pkgsrc/news/pan/Makefile:1.126 Wed Oct 26 10:31:53 2022 +++ pkgsrc/news/pan/Makefile Thu Nov 17 21:08:03 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.126 2022/10/26 10:31:53 wiz Exp $ +# $NetBSD: Makefile,v 1.127 2022/11/17 21:08:03 rhialto Exp $ -PKGNAME= pan-0.151 -PKGREVISION= 2 +PKGNAME= pan-0.153 CATEGORIES= news TAG= ${PKGNAME_NOREV:S/pan-/v/} # e.g. v0.151 MASTER_SITES= https://gitlab.gnome.org/GNOME/pan/-/archive/${TAG}/ Index: pkgsrc/news/pan/distinfo diff -u pkgsrc/news/pan/distinfo:1.44 pkgsrc/news/pan/distinfo:1.45 --- pkgsrc/news/pan/distinfo:1.44 Sun Jul 3 13:31:41 2022 +++ pkgsrc/news/pan/distinfo Thu Nov 17 21:08:03 2022 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.44 2022/07/03 13:31:41 rhialto Exp $ +$NetBSD: distinfo,v 1.45 2022/11/17 21:08:03 rhialto Exp $ -BLAKE2s (pan-v0.151.tar.bz2) = ca2fab76127f880fbf3f0b0aa6aabbfb2e75605f4b3ceb3e91b734a0c0a53519 -SHA512 (pan-v0.151.tar.bz2) = 65e76197ada6b32d31a9e967d4581770f31ceda7fbb3710ae5c94269db1ecf8a153e9905cbf01627d7bd163810362d30ebc8b792bac4d430edddf1b13f975673 -Size (pan-v0.151.tar.bz2) = 1802226 bytes +BLAKE2s (pan-v0.153.tar.bz2) = 728795eed8a1d969cc173f972997ecab95ad0a18b3e88a28098127727521a96c +SHA512 (pan-v0.153.tar.bz2) = 9646a76a7342d2d00918aab108b4fa0a543c58f2ae328e8cc6d10e45c6a090a93f7414e88cff00d831ffc93e68cc83e35cbd027ee617cee0544de63e6607b270 +Size (pan-v0.153.tar.bz2) = 1788936 bytes SHA1 (patch-pan_general_text-match.cc) = d719a6d5a59714f228cfd208627d2d6a70da07ff SHA1 (patch-pan_general_text-match.h) = 77dae6ba00c3b58b4353f60d90756a409b5699e2 --_----------=_1668719283156760--