Received: by mail.netbsd.org (Postfix, from userid 605) id 6846684E53; Sat, 25 Sep 2021 01:39:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A0B9A84D65 for ; Sat, 25 Sep 2021 01:39:20 +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 CyeK6czZB8V8 for ; Sat, 25 Sep 2021 01:39:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 11BFC84D10 for ; Sat, 25 Sep 2021 01:39:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 04649FA97; Sat, 25 Sep 2021 01:39:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1632533959226140" MIME-Version: 1.0 Date: Sat, 25 Sep 2021 01:39:19 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/news/pan To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210925013920.04649FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1632533959226140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Sep 25 01:39:19 UTC 2021 Modified Files: pkgsrc/news/pan: Makefile distinfo Log Message: (news/pan) regen distinfo w/DIST_SUBDIR set, another problem yet To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 pkgsrc/news/pan/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/news/pan/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1632533959226140 Content-Disposition: inline Content-Length: 2133 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.114 pkgsrc/news/pan/Makefile:1.115 --- pkgsrc/news/pan/Makefile:1.114 Sun Sep 19 18:02:37 2021 +++ pkgsrc/news/pan/Makefile Sat Sep 25 01:39:19 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.114 2021/09/19 18:02:37 rhialto Exp $ +# $NetBSD: Makefile,v 1.115 2021/09/25 01:39:19 mef Exp $ PKGNAME= pan-0.147 PKGREVISION= 1 @@ -7,6 +7,7 @@ TAG= ${PKGNAME_NOREV:tu:C/-/_/:C/\./_/ MASTER_SITES= https://gitlab.gnome.org/GNOME/pan/-/archive/${TAG}/ EXTRACT_SUFX= .tar.bz2 DISTNAME= pan-${TAG} +DIST_SUBDIR= pan-0.147-checksum-not-match MAINTAINER= rhialto@NetBSD.org HOMEPAGE= http://pan.rebelbase.com/ Index: pkgsrc/news/pan/distinfo diff -u pkgsrc/news/pan/distinfo:1.37 pkgsrc/news/pan/distinfo:1.38 --- pkgsrc/news/pan/distinfo:1.37 Sun Sep 19 18:32:44 2021 +++ pkgsrc/news/pan/distinfo Sat Sep 25 01:39:19 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.37 2021/09/19 18:32:44 rhialto Exp $ +$NetBSD: distinfo,v 1.38 2021/09/25 01:39:19 mef Exp $ -SHA1 (pan-PAN_0_147.tar.bz2) = 7bd4b8cbf6ca95af6c3249363290ed7464404957 -RMD160 (pan-PAN_0_147.tar.bz2) = e313697c2e9d35c9352c8746f8ce4c4e13123405 -SHA512 (pan-PAN_0_147.tar.bz2) = 616aa53447b8d4390ce9e0f9747783512976578bc6fe2b9d4cd772de85e0aa253ecb95f630ef3947711a06ce479fc9df635e7c8ed9278bf9448947aed4cda2c0 -Size (pan-PAN_0_147.tar.bz2) = 1794085 bytes +SHA1 (pan-0.147-checksum-not-match/pan-PAN_0_147.tar.bz2) = e0f3fb8c7947027db7bcb9514e3100f9ac8d66fd +RMD160 (pan-0.147-checksum-not-match/pan-PAN_0_147.tar.bz2) = c10e1c8b200ba8a1dd3c6b5a4388b5a7f44bf3a9 +SHA512 (pan-0.147-checksum-not-match/pan-PAN_0_147.tar.bz2) = 6393c6f25bd145061b15024eb110ec9e61ef698245b67f6e1792560f6ab05a11fd219ba3a95764999fcf5bfe7ea35705f4880a282ba7158a1f1762410b188160 +Size (pan-0.147-checksum-not-match/pan-PAN_0_147.tar.bz2) = 1794127 bytes SHA1 (patch-pan_general_text-match.cc) = eaf15f3323f693d094892d3283437ad5ac3c9682 SHA1 (patch-pan_general_text-match.h) = 6ac5a68a8b1cb472df517a8df53eee5a79e4c73c SHA1 (patch-pan_gui_group-prefs-dialog.cc) = eb3461aff1c51f8284d4a342a76af77e69fb23bb --_----------=_1632533959226140--