From owner-svn-ports-all@freebsd.org Sun Oct 27 22:23:29 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 734991594F9; Sun, 27 Oct 2019 22:23:29 +0000 (UTC) (envelope-from tobik@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 471XS12H0gz4DLs; Sun, 27 Oct 2019 22:23:29 +0000 (UTC) (envelope-from tobik@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 3264B27ED1; Sun, 27 Oct 2019 22:23:29 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9RMNTmc084807; Sun, 27 Oct 2019 22:23:29 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9RMNS8Y084805; Sun, 27 Oct 2019 22:23:28 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201910272223.x9RMNS8Y084805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 27 Oct 2019 22:23:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515828 - head/security/keepassxc X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/security/keepassxc X-SVN-Commit-Revision: 515828 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: Sun, 27 Oct 2019 22:23:29 -0000 Author: tobik Date: Sun Oct 27 22:23:28 2019 New Revision: 515828 URL: https://svnweb.freebsd.org/changeset/ports/515828 Log: security/keepassxc: Update to 2.5.0 Changes: https://github.com/keepassxreboot/keepassxc/releases/tag/2.5.0 PR: 241520 Approved by: Andrew Romanenko (maintainer) Modified: head/security/keepassxc/Makefile head/security/keepassxc/distinfo head/security/keepassxc/pkg-plist Modified: head/security/keepassxc/Makefile ============================================================================== --- head/security/keepassxc/Makefile Sun Oct 27 21:57:45 2019 (r515827) +++ head/security/keepassxc/Makefile Sun Oct 27 22:23:28 2019 (r515828) @@ -1,14 +1,10 @@ # $FreeBSD$ PORTNAME= keepassxc -DISTVERSION= 2.4.3 -PORTREVISION= 1 +DISTVERSION= 2.5.0 CATEGORIES= security MASTER_SITES= https://github.com/keepassxreboot/keepassxc/releases/download/${DISTVERSION}/${PORTNAME}-${DISTVERSION}-src.tar.xz?dummy=/ -PATCH_SITES= https://github.com/keepassxreboot/keepassxc/commit/ -PATCHFILES= ef3c2daef142cc4dc60ec779d1019d50ed679a99.patch:-p1 - MAINTAINER= melanhit@gmail.com COMMENT= KeePass Cross-platform Community Edition @@ -28,10 +24,10 @@ LIB_DEPENDS= libargon2.so:security/libargon2 \ libqrencode.so:graphics/libqrencode \ libsodium.so:security/libsodium -USES= cmake compiler:c++11-lang desktop-file-utils qt:5 \ - shared-mime-info tar:xz -USE_QT= buildtools_build concurrent core dbus gui linguisttools network \ - qmake_build svg testlib widgets +USES= cmake compiler:c++11-lang desktop-file-utils qt:5 readline \ + shared-mime-info tar:xz xorg +USE_QT= concurrent core dbus gui network svg widgets buildtools_build \ + linguisttools_build qmake_build testlib_build USE_XORG= x11 USE_LDCONFIG= yes Modified: head/security/keepassxc/distinfo ============================================================================== --- head/security/keepassxc/distinfo Sun Oct 27 21:57:45 2019 (r515827) +++ head/security/keepassxc/distinfo Sun Oct 27 22:23:28 2019 (r515828) @@ -1,5 +1,3 @@ -TIMESTAMP = 1561224293 -SHA256 (keepassxc-2.4.3.tar.xz) = d7c952192131047689c3f8fb7275df0e0dfbf2094a554dbbee9a6d6cfa8f2734 -SIZE (keepassxc-2.4.3.tar.xz) = 3301944 -SHA256 (ef3c2daef142cc4dc60ec779d1019d50ed679a99.patch) = d0e5d3dc630ff62e1973115f3552e8b9a417b0175469ce8f0ce947833d937234 -SIZE (ef3c2daef142cc4dc60ec779d1019d50ed679a99.patch) = 11551 +TIMESTAMP = 1572180779 +SHA256 (keepassxc-2.5.0.tar.xz) = 6359ce972b720a8bce1e8ba54000666e9c58f9164f2e9e52bef2e24e46127881 +SIZE (keepassxc-2.5.0.tar.xz) = 6752776 Modified: head/security/keepassxc/pkg-plist ============================================================================== --- head/security/keepassxc/pkg-plist Sun Oct 27 21:57:45 2019 (r515827) +++ head/security/keepassxc/pkg-plist Sun Oct 27 22:23:28 2019 (r515828) @@ -3,6 +3,7 @@ bin/keepassxc-cli %%BROWSER%%bin/keepassxc-proxy %%AUTOTYPE%%lib/keepassxc/libkeepassx-autotype-xcb.so man/man1/keepassxc-cli.1.gz +man/man1/keepassxc.1.gz share/applications/org.keepassxc.KeePassXC.desktop share/icons/hicolor/128x128/apps/keepassxc-dark.png share/icons/hicolor/128x128/apps/keepassxc-locked.png @@ -42,6 +43,9 @@ share/icons/hicolor/scalable/apps/keepassxc-locked.svg share/icons/hicolor/scalable/apps/keepassxc-unlocked.svg share/icons/hicolor/scalable/apps/keepassxc.svg share/icons/hicolor/scalable/mimetypes/application-x-keepassxc.svg +%%DATADIR%%/docs/KeePassXC_GettingStarted.pdf +%%DATADIR%%/docs/KeePassXC_UserGuide.pdf +@comment @dir %%DATADIR%%/docs/man %%DATADIR%%/icons/application/128x128/apps/keepassxc-dark.png %%DATADIR%%/icons/application/128x128/apps/keepassxc-locked.png %%DATADIR%%/icons/application/128x128/apps/keepassxc-unlocked.png @@ -52,9 +56,9 @@ share/icons/hicolor/scalable/mimetypes/application-x-k %%DATADIR%%/icons/application/16x16/actions/auto-type.png %%DATADIR%%/icons/application/16x16/actions/configure.png %%DATADIR%%/icons/application/16x16/actions/database-change-key.png +%%DATADIR%%/icons/application/16x16/actions/database-lock.png %%DATADIR%%/icons/application/16x16/actions/document-close.png %%DATADIR%%/icons/application/16x16/actions/document-edit.png -%%DATADIR%%/icons/application/16x16/actions/document-encrypt.png %%DATADIR%%/icons/application/16x16/actions/document-new.png %%DATADIR%%/icons/application/16x16/actions/document-open.png %%DATADIR%%/icons/application/16x16/actions/document-save-as.png @@ -90,9 +94,9 @@ share/icons/hicolor/scalable/mimetypes/application-x-k %%DATADIR%%/icons/application/22x22/actions/auto-type.png %%DATADIR%%/icons/application/22x22/actions/chronometer.png %%DATADIR%%/icons/application/22x22/actions/database-change-key.png +%%DATADIR%%/icons/application/22x22/actions/database-lock.png %%DATADIR%%/icons/application/22x22/actions/dialog-close.png %%DATADIR%%/icons/application/22x22/actions/dialog-ok.png -%%DATADIR%%/icons/application/22x22/actions/document-encrypt.png %%DATADIR%%/icons/application/22x22/actions/document-new.png %%DATADIR%%/icons/application/22x22/actions/document-open.png %%DATADIR%%/icons/application/22x22/actions/document-save.png @@ -129,11 +133,11 @@ share/icons/hicolor/scalable/mimetypes/application-x-k %%DATADIR%%/icons/application/32x32/actions/chronometer.png %%DATADIR%%/icons/application/32x32/actions/configure.png %%DATADIR%%/icons/application/32x32/actions/database-change-key.png +%%DATADIR%%/icons/application/32x32/actions/database-lock.png %%DATADIR%%/icons/application/32x32/actions/dialog-close.png %%DATADIR%%/icons/application/32x32/actions/dialog-ok.png %%DATADIR%%/icons/application/32x32/actions/document-close.png %%DATADIR%%/icons/application/32x32/actions/document-edit.png -%%DATADIR%%/icons/application/32x32/actions/document-encrypt.png %%DATADIR%%/icons/application/32x32/actions/document-new.png %%DATADIR%%/icons/application/32x32/actions/document-open.png %%DATADIR%%/icons/application/32x32/actions/document-properties.png @@ -154,6 +158,7 @@ share/icons/hicolor/scalable/mimetypes/application-x-k %%DATADIR%%/icons/application/32x32/actions/password-generator.png %%DATADIR%%/icons/application/32x32/actions/password-show-off.png %%DATADIR%%/icons/application/32x32/actions/password-show-on.png +%%DATADIR%%/icons/application/32x32/actions/statistics.png %%DATADIR%%/icons/application/32x32/actions/system-help.png %%DATADIR%%/icons/application/32x32/actions/system-search.png %%DATADIR%%/icons/application/32x32/actions/url-copy.png @@ -178,6 +183,7 @@ share/icons/hicolor/scalable/mimetypes/application-x-k %%DATADIR%%/icons/application/64x64/apps/keepassxc-unlocked.png %%DATADIR%%/icons/application/64x64/apps/keepassxc.png %%DATADIR%%/icons/application/64x64/mimetypes/application-x-keepassxc.png +%%DATADIR%%/icons/application/scalable/apps/freedesktop.svg %%DATADIR%%/icons/application/scalable/apps/keepassxc-dark.svg %%DATADIR%%/icons/application/scalable/apps/keepassxc-locked.svg %%DATADIR%%/icons/application/scalable/apps/keepassxc-unlocked.svg