Received: by mail.netbsd.org (Postfix, from userid 605) id 0984984F63; Sun, 24 Apr 2022 15:32:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EE1D084F63 for ; Sun, 24 Apr 2022 15:32:07 +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 FcweRqrV6t8f for ; Sun, 24 Apr 2022 15:32:07 +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 6A4EB84E82 for ; Sun, 24 Apr 2022 15:32:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 67A2CFB1A; Sun, 24 Apr 2022 15:32:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165081432797860" MIME-Version: 1.0 Date: Sun, 24 Apr 2022 15:32:07 +0000 From: "pin" Subject: CVS commit: pkgsrc/security/lxqt-openssh-askpass To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20220424153207.67A2CFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165081432797860 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:32:07 UTC 2022 Modified Files: pkgsrc/security/lxqt-openssh-askpass: Makefile distinfo Log Message: security/lxqt-openssh-askpass: update to 1.1.0 Updated translations. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/lxqt-openssh-askpass/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/lxqt-openssh-askpass/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165081432797860 Content-Disposition: inline Content-Length: 2127 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/lxqt-openssh-askpass/Makefile diff -u pkgsrc/security/lxqt-openssh-askpass/Makefile:1.16 pkgsrc/security/lxqt-openssh-askpass/Makefile:1.17 --- pkgsrc/security/lxqt-openssh-askpass/Makefile:1.16 Mon Apr 18 19:12:00 2022 +++ pkgsrc/security/lxqt-openssh-askpass/Makefile Sun Apr 24 15:32:07 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2022/04/18 19:12:00 adam Exp $ +# $NetBSD: Makefile,v 1.17 2022/04/24 15:32:07 pin Exp $ -DISTNAME= lxqt-openssh-askpass-1.0.0 -PKGREVISION= 2 +DISTNAME= lxqt-openssh-askpass-1.1.0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} @@ -22,7 +21,7 @@ CMAKE_ARG_PATH= .. 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/security/lxqt-openssh-askpass/distinfo diff -u pkgsrc/security/lxqt-openssh-askpass/distinfo:1.7 pkgsrc/security/lxqt-openssh-askpass/distinfo:1.8 --- pkgsrc/security/lxqt-openssh-askpass/distinfo:1.7 Fri Nov 19 10:10:35 2021 +++ pkgsrc/security/lxqt-openssh-askpass/distinfo Sun Apr 24 15:32:07 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/11/19 10:10:35 pin Exp $ +$NetBSD: distinfo,v 1.8 2022/04/24 15:32:07 pin Exp $ -BLAKE2s (lxqt-openssh-askpass-1.0.0.tar.xz) = e6e359a26aa772941fe1e8a6e5c463f5e7dacef90e6df9656851882ec4739ee7 -SHA512 (lxqt-openssh-askpass-1.0.0.tar.xz) = fd2e39831cf5df58e146fb43b77ce43958ce5217266626f3edc480c29c3d5f5bad9876efa0c929ec8a03d05989049d97b88c2e51935f259bde47b7dc10dda32a -Size (lxqt-openssh-askpass-1.0.0.tar.xz) = 17452 bytes +BLAKE2s (lxqt-openssh-askpass-1.1.0.tar.xz) = e19cdf800569e486cd4cf4ebae8f33f78ac75a91939d1606a81bfb622035042f +SHA512 (lxqt-openssh-askpass-1.1.0.tar.xz) = 7909bb4deb2b0bce466e1cf89788d45e5e5b1db37d813f75d268ff7d36f26840f24ada0df55da1e605ba64aadde882ffdf800bfff38dcb4bda0205d64df320b9 +Size (lxqt-openssh-askpass-1.1.0.tar.xz) = 17452 bytes --_----------=_165081432797860--