Received: by mail.netbsd.org (Postfix, from userid 605) id B04E88509C; Sat, 12 Nov 2022 05:21:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DE13E84D13 for ; Sat, 12 Nov 2022 05:21:30 +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 IR5Cd-3rl5CY for ; Sat, 12 Nov 2022 05:21:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5585484CFE for ; Sat, 12 Nov 2022 05:21:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 52F25FA90; Sat, 12 Nov 2022 05:21:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1668230490169210" MIME-Version: 1.0 Date: Sat, 12 Nov 2022 05:21:30 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/archivers/lxqt-archiver To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20221112052130.52F25FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1668230490169210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sat Nov 12 05:21:30 UTC 2022 Modified Files: pkgsrc/archivers/lxqt-archiver: Makefile distinfo Log Message: lxqt-archiver: update to 0.7.0 Change log: lxqt-archiver-0.7.0 / 2022-11-05 =================================== * Removed the redundant function `n_fields()` from `glib-utils`. * Silenced some compilation warnings. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/archivers/lxqt-archiver/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/archivers/lxqt-archiver/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1668230490169210 Content-Disposition: inline Content-Length: 2049 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/lxqt-archiver/Makefile diff -u pkgsrc/archivers/lxqt-archiver/Makefile:1.15 pkgsrc/archivers/lxqt-archiver/Makefile:1.16 --- pkgsrc/archivers/lxqt-archiver/Makefile:1.15 Tue Jun 28 11:30:52 2022 +++ pkgsrc/archivers/lxqt-archiver/Makefile Sat Nov 12 05:21:30 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2022/06/28 11:30:52 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2022/11/12 05:21:30 gutteridge Exp $ -DISTNAME= lxqt-archiver-0.6.0 -PKGREVISION= 1 +DISTNAME= lxqt-archiver-0.7.0 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} @@ -24,7 +23,7 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX=${PR pre-configure: ${MKDIR} -p ${WRKSRC}/build -TOOL_DEPENDS+= lxqt-build-tools>=0.11.0:../../devel/lxqt-build-tools +TOOL_DEPENDS+= lxqt-build-tools>=0.12.0:../../devel/lxqt-build-tools TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools .include "../../x11/qt5-qtbase/buildlink3.mk" Index: pkgsrc/archivers/lxqt-archiver/distinfo diff -u pkgsrc/archivers/lxqt-archiver/distinfo:1.7 pkgsrc/archivers/lxqt-archiver/distinfo:1.8 --- pkgsrc/archivers/lxqt-archiver/distinfo:1.7 Sun Apr 24 15:25:18 2022 +++ pkgsrc/archivers/lxqt-archiver/distinfo Sat Nov 12 05:21:30 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2022/04/24 15:25:18 pin Exp $ +$NetBSD: distinfo,v 1.8 2022/11/12 05:21:30 gutteridge Exp $ -BLAKE2s (lxqt-archiver-0.6.0.tar.xz) = ce563731057139c68641cb9cbe23843c6a38f67a6b9ad7f0fb53f022103df1a0 -SHA512 (lxqt-archiver-0.6.0.tar.xz) = e714969ac285969b845cc3b293bf74fd3986be09ec0315aa11aca553e432397b8b68ec3830ae009f5fa950866b299e71aa89794de5af329f7012cb2524b310df -Size (lxqt-archiver-0.6.0.tar.xz) = 180844 bytes +BLAKE2s (lxqt-archiver-0.7.0.tar.xz) = c2dff63aeccb462ae7246886be287115a5e5abd18fa371fea270adc434158217 +SHA512 (lxqt-archiver-0.7.0.tar.xz) = d86fd636b1b2345ead8c4dc0161311b3e361d274902c5b34b9aaccf1a0b9af46d329fbec0d2249197b8e1c837d6949f723451f67fdc9ca4c6b7f1c2cf59daeca +Size (lxqt-archiver-0.7.0.tar.xz) = 181612 bytes --_----------=_1668230490169210--