Received: by mail.netbsd.org (Postfix, from userid 605) id 3F53C84D2F; Tue, 6 Feb 2024 02:30:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6FFB684D07 for ; Tue, 6 Feb 2024 02:30:53 +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 RZeIlcepcV4N for ; Tue, 6 Feb 2024 02:30:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E7F7A84CF2 for ; Tue, 6 Feb 2024 02:30:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E04E8FA42; Tue, 6 Feb 2024 02:30:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170718665298820" MIME-Version: 1.0 Date: Tue, 6 Feb 2024 02:30:52 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/wm/obconf-qt To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20240206023052.E04E8FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170718665298820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Tue Feb 6 02:30:52 UTC 2024 Modified Files: pkgsrc/wm/obconf-qt: Makefile distinfo Log Message: obconf-qt: update to 0.16.4 Upstream changes are a fix for building with libxml2 2.12 and translation updates. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/wm/obconf-qt/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/wm/obconf-qt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170718665298820 Content-Disposition: inline Content-Length: 1562 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/obconf-qt/Makefile diff -u pkgsrc/wm/obconf-qt/Makefile:1.27 pkgsrc/wm/obconf-qt/Makefile:1.28 --- pkgsrc/wm/obconf-qt/Makefile:1.27 Tue Nov 14 14:03:01 2023 +++ pkgsrc/wm/obconf-qt/Makefile Tue Feb 6 02:30:52 2024 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2023/11/14 14:03:01 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2024/02/06 02:30:52 gutteridge Exp $ -DISTNAME= obconf-qt-0.16.3 -PKGREVISION= 5 +DISTNAME= obconf-qt-0.16.4 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/wm/obconf-qt/distinfo diff -u pkgsrc/wm/obconf-qt/distinfo:1.8 pkgsrc/wm/obconf-qt/distinfo:1.9 --- pkgsrc/wm/obconf-qt/distinfo:1.8 Thu Sep 7 01:53:01 2023 +++ pkgsrc/wm/obconf-qt/distinfo Tue Feb 6 02:30:52 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2023/09/07 01:53:01 gutteridge Exp $ +$NetBSD: distinfo,v 1.9 2024/02/06 02:30:52 gutteridge Exp $ -BLAKE2s (obconf-qt-0.16.3.tar.xz) = 967a9c0f0270af54ae63f5e46a17325ad02c06bb2cd24044153646406ad10d07 -SHA512 (obconf-qt-0.16.3.tar.xz) = 617b0b1e7ddd6efaf8f3d771fbddd88ede5fe3daf6a5c5233cffdb2cf44ecc27731c4860f38e156c49953a369f07c93db0a88c48dae83f526461da34066f6c84 -Size (obconf-qt-0.16.3.tar.xz) = 116488 bytes +BLAKE2s (obconf-qt-0.16.4.tar.xz) = 9a84c9001d75ddd9f5d8503287dfb46113f2e69fee51078158c6a51acfca74f8 +SHA512 (obconf-qt-0.16.4.tar.xz) = 4f75a5275e14cd7e8f0abc1bfcd40b4d860d613bc37c06c0e68d6f622ed126dce2fea98b5dd8e629b5de472ab5e668a5b0af7f6621d09fcb0b2287a11b0fb662 +Size (obconf-qt-0.16.4.tar.xz) = 118780 bytes --_----------=_170718665298820--