From owner-svn-ports-all@freebsd.org Thu Oct 10 19:45:50 2019 Return-Path: Delivered-To: svn-ports-all@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 81E6F147C7D; Thu, 10 Oct 2019 19:45:50 +0000 (UTC) (envelope-from dmgk@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) server-signature RSA-PSS (4096 bits) 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 46q1ly2p8Dz4VFn; Thu, 10 Oct 2019 19:45:50 +0000 (UTC) (envelope-from dmgk@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 25C616DC9; Thu, 10 Oct 2019 19:45:50 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9AJjn78042993; Thu, 10 Oct 2019 19:45:49 GMT (envelope-from dmgk@FreeBSD.org) Received: (from dmgk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9AJjnI1042992; Thu, 10 Oct 2019 19:45:49 GMT (envelope-from dmgk@FreeBSD.org) Message-Id: <201910101945.x9AJjnI1042992@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dmgk set sender to dmgk@FreeBSD.org using -f From: Dmitri Goutnik Date: Thu, 10 Oct 2019 19:45:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514243 - head/sysutils/qtpass X-SVN-Group: ports-head X-SVN-Commit-Author: dmgk X-SVN-Commit-Paths: head/sysutils/qtpass X-SVN-Commit-Revision: 514243 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2019 19:45:50 -0000 Author: dmgk Date: Thu Oct 10 19:45:49 2019 New Revision: 514243 URL: https://svnweb.freebsd.org/changeset/ports/514243 Log: sysutils/qtpass: Update to 1.3.2 - Pet portclippy while here Changelog: * First run and build fixes #482 #473 #467 #479 (maciejsszmigiero) * Add OTP (two factor authentication) support #327 #394 (Noettore) * Display passwords as QR codes #421 (frawi) * Renaming password #463 #469 (Noettore) * Correct font color with Dark themes #340 #476 (a-andreyev) * Sorted profiles dropdown as in #404 #472 (Noettore) PR: 241176 Submitted by: Anne Jan Brouwer (maintainer) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D21973 Modified: head/sysutils/qtpass/Makefile head/sysutils/qtpass/distinfo Modified: head/sysutils/qtpass/Makefile ============================================================================== --- head/sysutils/qtpass/Makefile Thu Oct 10 19:02:28 2019 (r514242) +++ head/sysutils/qtpass/Makefile Thu Oct 10 19:45:49 2019 (r514243) @@ -2,8 +2,7 @@ PORTNAME= qtpass DISTVERSIONPREFIX= v -DISTVERSION= 1.2.3 -PORTREVISION= 3 +DISTVERSION= 1.3.2 CATEGORIES= sysutils MAINTAINER= brouwer@annejan.com @@ -14,21 +13,21 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= pass:sysutils/password-store -USES= compiler:c++11-lang gl qmake:outsource qt:5 +USES= compiler:c++11-lang gl qmake:outsource qt:5 xorg USE_GITHUB= yes GH_ACCOUNT= IJhack GH_PROJECT= QtPass -USE_QT= core gui network testlib widgets buildtools_build linguisttools_build USE_GL= gl +USE_QT= core gui network testlib widgets buildtools_build linguisttools_build -PLIST_FILES= bin/qtpass \ - share/pixmaps/qtpass.png - # Create a desktop entry for the port. DESKTOP_ENTRIES= "QtPass" "" \ "${PREFIX}/share/pixmaps/qtpass.png" \ "${PREFIX}/bin/qtpass" \ "Security;Utility;" true + +PLIST_FILES= bin/qtpass \ + share/pixmaps/qtpass.png # Fix build with Qt 5.13 pre-build: Modified: head/sysutils/qtpass/distinfo ============================================================================== --- head/sysutils/qtpass/distinfo Thu Oct 10 19:02:28 2019 (r514242) +++ head/sysutils/qtpass/distinfo Thu Oct 10 19:45:49 2019 (r514243) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528241916 -SHA256 (IJhack-QtPass-v1.2.3_GH0.tar.gz) = 658b632bb06e9ad63d5076aace5fe0e57a0f7f20e0aafdfb64f86a25bdadbb07 -SIZE (IJhack-QtPass-v1.2.3_GH0.tar.gz) = 369412 +TIMESTAMP = 1570635705 +SHA256 (IJhack-QtPass-v1.3.2_GH0.tar.gz) = 7a68e1afe68462c878c212a79c40ade5ba14b72710c5e62450cf54c7b5621254 +SIZE (IJhack-QtPass-v1.3.2_GH0.tar.gz) = 310316