Received: by mail.netbsd.org (Postfix, from userid 605) id E5B1A84F66; Sun, 24 Apr 2022 15:34:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2DD9A84E82 for ; Sun, 24 Apr 2022 15:34:57 +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 mf9GFCYwlryb for ; Sun, 24 Apr 2022 15:34:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8F68C84D05 for ; Sun, 24 Apr 2022 15:34:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8BDB4FB1A; Sun, 24 Apr 2022 15:34:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165081449619770" MIME-Version: 1.0 Date: Sun, 24 Apr 2022 15:34:56 +0000 From: "pin" Subject: CVS commit: pkgsrc/x11/lxqt-qtplugin To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20220424153456.8BDB4FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165081449619770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sun Apr 24 15:34:56 UTC 2022 Modified Files: pkgsrc/x11/lxqt-qtplugin: Makefile distinfo Log Message: x11/lxqt-qtplugin: update to 1.1.0 -Bumped the version to 1.1.0 and updated the dependencies. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/lxqt-qtplugin/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/lxqt-qtplugin/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165081449619770 Content-Disposition: inline Content-Length: 1968 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/lxqt-qtplugin/Makefile diff -u pkgsrc/x11/lxqt-qtplugin/Makefile:1.13 pkgsrc/x11/lxqt-qtplugin/Makefile:1.14 --- pkgsrc/x11/lxqt-qtplugin/Makefile:1.13 Mon Apr 18 19:12:23 2022 +++ pkgsrc/x11/lxqt-qtplugin/Makefile Sun Apr 24 15:34:56 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2022/04/18 19:12:23 adam Exp $ +# $NetBSD: Makefile,v 1.14 2022/04/24 15:34:56 pin Exp $ -DISTNAME= lxqt-qtplugin-1.0.0 -PKGREVISION= 2 +DISTNAME= lxqt-qtplugin-1.1.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} @@ -29,7 +28,7 @@ SUBST_SED.prefix+= -e 's,/usr/share,${PR pre-configure: ${MKDIR} -p ${WRKSRC}/build -TOOL_DEPENDS+= lxqt-build-tools>=0.10.0:../../devel/lxqt-build-tools +TOOL_DEPENDS+= lxqt-build-tools>=0.11.0:../../devel/lxqt-build-tools TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools .include "../../x11/qt5-qtbase/buildlink3.mk" Index: pkgsrc/x11/lxqt-qtplugin/distinfo diff -u pkgsrc/x11/lxqt-qtplugin/distinfo:1.7 pkgsrc/x11/lxqt-qtplugin/distinfo:1.8 --- pkgsrc/x11/lxqt-qtplugin/distinfo:1.7 Fri Nov 19 09:59:49 2021 +++ pkgsrc/x11/lxqt-qtplugin/distinfo Sun Apr 24 15:34:56 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/11/19 09:59:49 pin Exp $ +$NetBSD: distinfo,v 1.8 2022/04/24 15:34:56 pin Exp $ -BLAKE2s (lxqt-qtplugin-1.0.0.tar.xz) = a86ea614fa878070a94e74dc401adedbb43895ea891f9fdab5b1a21cfd6c6e19 -SHA512 (lxqt-qtplugin-1.0.0.tar.xz) = 23345e5f5b72b893353b3165bbe1bbd44262ec926b43f87d8d4459afaa6e6c76f0501f3597cb0fc0b0fff71aff86ba16f93cbbfbdf2edfe108c82dc853fce4a7 -Size (lxqt-qtplugin-1.0.0.tar.xz) = 23824 bytes +BLAKE2s (lxqt-qtplugin-1.1.0.tar.xz) = f57ba212d2002e74d395f405fd70baa5f7a5c468ccc685fc2c849b75482b0726 +SHA512 (lxqt-qtplugin-1.1.0.tar.xz) = 37d3e8cda1f912482362d0bae4df65657f204c43734a8a0ca27c7a88819e9fc0aa089863ab08f50e47ef555e7f032b108cf5b97153525b4562d9b643b51d1240 +Size (lxqt-qtplugin-1.1.0.tar.xz) = 23836 bytes --_----------=_165081449619770--