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 <brouwer@annejan.com> (maintainer) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D21973
This commit is contained in:
parent
c0558c205f
commit
0c5586a4ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514243
@ -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,15 +13,12 @@ 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
|
||||
|
||||
PLIST_FILES= bin/qtpass \
|
||||
share/pixmaps/qtpass.png
|
||||
USE_QT= core gui network testlib widgets buildtools_build linguisttools_build
|
||||
|
||||
# Create a desktop entry for the port.
|
||||
DESKTOP_ENTRIES= "QtPass" "" \
|
||||
@ -30,6 +26,9 @@ DESKTOP_ENTRIES= "QtPass" "" \
|
||||
"${PREFIX}/bin/qtpass" \
|
||||
"Security;Utility;" true
|
||||
|
||||
PLIST_FILES= bin/qtpass \
|
||||
share/pixmaps/qtpass.png
|
||||
|
||||
# Fix build with Qt 5.13
|
||||
pre-build:
|
||||
cd ${WRKSRC}/localization && ${LRELEASE} *ts
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user