Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 75FCC84D00 for ; Mon, 29 May 2023 12:59:50 +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 DIiulQBtEZx2 for ; Mon, 29 May 2023 12:59:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 095D784CF7 for ; Mon, 29 May 2023 12:59:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 314C2FA87; Mon, 29 May 2023 12:59:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1685365189178470" MIME-Version: 1.0 Date: Mon, 29 May 2023 12:59:49 +0000 From: "Olaf Seibert" Subject: CVS commit: pkgsrc/news/pan To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: rhialto@netbsd.org X-Mailer: log_accum Message-Id: <20230529125949.314C2FA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1685365189178470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rhialto Date: Mon May 29 12:59:49 UTC 2023 Modified Files: pkgsrc/news/pan: Makefile Log Message: news/pan: bump package version just in case the changed GIT_HASH='517acf4' in configure.ac makes a difference for the binary. To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 pkgsrc/news/pan/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1685365189178470 Content-Disposition: inline Content-Length: 567 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.132 pkgsrc/news/pan/Makefile:1.133 --- pkgsrc/news/pan/Makefile:1.132 Wed Apr 19 08:11:15 2023 +++ pkgsrc/news/pan/Makefile Mon May 29 12:59:49 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.132 2023/04/19 08:11:15 adam Exp $ +# $NetBSD: Makefile,v 1.133 2023/05/29 12:59:49 rhialto Exp $ PKGNAME= pan-0.154 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= news TAG= ${PKGNAME_NOREV:S/pan-/v/} # e.g. v0.151 MASTER_SITES= https://gitlab.gnome.org/GNOME/pan/-/archive/${TAG}/ --_----------=_1685365189178470--