From owner-svn-ports-head@freebsd.org Sat Jun 20 08:51:13 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E455934BA0B; Sat, 20 Jun 2020 08:51:13 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49pqCP5NJmz4fvC; Sat, 20 Jun 2020 08:51:13 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B1FE19E20; Sat, 20 Jun 2020 08:51:13 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05K8pDjM097424; Sat, 20 Jun 2020 08:51:13 GMT (envelope-from jsm@FreeBSD.org) Received: (from jsm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05K8pDDI097418; Sat, 20 Jun 2020 08:51:13 GMT (envelope-from jsm@FreeBSD.org) Message-Id: <202006200851.05K8pDDI097418@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jsm set sender to jsm@FreeBSD.org using -f From: Jesper Schmitz Mouridsen Date: Sat, 20 Jun 2020 08:51:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539714 - head/security/lxqt-openssh-askpass X-SVN-Group: ports-head X-SVN-Commit-Author: jsm X-SVN-Commit-Paths: head/security/lxqt-openssh-askpass X-SVN-Commit-Revision: 539714 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jun 2020 08:51:14 -0000 Author: jsm Date: Sat Jun 20 08:51:12 2020 New Revision: 539714 URL: https://svnweb.freebsd.org/changeset/ports/539714 Log: Upgrade to 0.15.0 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D24714 Modified: head/security/lxqt-openssh-askpass/Makefile head/security/lxqt-openssh-askpass/distinfo head/security/lxqt-openssh-askpass/pkg-plist Modified: head/security/lxqt-openssh-askpass/Makefile ============================================================================== --- head/security/lxqt-openssh-askpass/Makefile Sat Jun 20 08:48:06 2020 (r539713) +++ head/security/lxqt-openssh-askpass/Makefile Sat Jun 20 08:51:12 2020 (r539714) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lxqt-openssh-askpass -PORTVERSION= 0.14.1 +PORTVERSION= 0.15.0 CATEGORIES= security MASTER_SITES= LXQT @@ -12,10 +12,11 @@ COMMENT= LXQt GUI dialog for OpenSSH authentication LICENSE= LGPL21+ USES= cmake compiler:c++11-lang gettext-runtime kde:5 lxqt \ - pkgconfig qt:5 tar:xz + pkgconfig qt:5 tar:xz gnome USE_QT= buildtools_build qmake_build core dbus gui linguisttools \ svg widgets x11extras xml USE_KDE= windowsystem USE_LXQT= buildtools lxqt +USE_GNOME= glib20 .include Modified: head/security/lxqt-openssh-askpass/distinfo ============================================================================== --- head/security/lxqt-openssh-askpass/distinfo Sat Jun 20 08:48:06 2020 (r539713) +++ head/security/lxqt-openssh-askpass/distinfo Sat Jun 20 08:51:12 2020 (r539714) @@ -1,3 +1,3 @@ -TIMESTAMP = 1563914584 -SHA256 (lxqt/lxqt-openssh-askpass-0.14.1.tar.xz) = 9a05cf15d123f5f09eefe77bf5bef96c2752fd0b16c1ad8020d6c5dba27c6bbb -SIZE (lxqt/lxqt-openssh-askpass-0.14.1.tar.xz) = 16848 +TIMESTAMP = 1588435842 +SHA256 (lxqt/lxqt-openssh-askpass-0.15.0.tar.xz) = 5371e955b18494eaa342c9ccfc7ef64b38af4c78514bdcdc4c81a017898416c1 +SIZE (lxqt/lxqt-openssh-askpass-0.15.0.tar.xz) = 17032 Modified: head/security/lxqt-openssh-askpass/pkg-plist ============================================================================== --- head/security/lxqt-openssh-askpass/pkg-plist Sat Jun 20 08:48:06 2020 (r539713) +++ head/security/lxqt-openssh-askpass/pkg-plist Sat Jun 20 08:51:12 2020 (r539714) @@ -1,12 +1,14 @@ bin/lxqt-openssh-askpass -share/man/man1/lxqt-openssh-askpass.1.gz %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_ar.qm +%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_arn.qm +%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_da.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_de.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_el.qm +%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_es.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_gl.qm @@ -21,6 +23,9 @@ share/man/man1/lxqt-openssh-askpass.1.gz %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_ru.qm +%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_sk_SK.qm +%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_zh_CN.qm +share/man/man1/lxqt-openssh-askpass.1.gz