Date: Sat, 16 Nov 2019 05:33:44 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517718 - head/security/keepassxc Message-ID: <201911160533.xAG5XiHV081342@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat Nov 16 05:33:44 2019 New Revision: 517718 URL: https://svnweb.freebsd.org/changeset/ports/517718 Log: security/keepassxc: Update to 2.5.1 Changes: https://github.com/keepassxreboot/keepassxc/releases/tag/2.5.1 PR: 241907 Approved by: Andrew Romanenko <melanhit@gmail.com> (maintainer) Modified: head/security/keepassxc/Makefile head/security/keepassxc/distinfo head/security/keepassxc/pkg-plist Modified: head/security/keepassxc/Makefile ============================================================================== --- head/security/keepassxc/Makefile Sat Nov 16 04:31:13 2019 (r517717) +++ head/security/keepassxc/Makefile Sat Nov 16 05:33:44 2019 (r517718) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= keepassxc -DISTVERSION= 2.5.0 +DISTVERSION= 2.5.1 CATEGORIES= security MASTER_SITES= https://github.com/keepassxreboot/keepassxc/releases/download/${DISTVERSION}/${PORTNAME}-${DISTVERSION}-src.tar.xz?dummy=/ Modified: head/security/keepassxc/distinfo ============================================================================== --- head/security/keepassxc/distinfo Sat Nov 16 04:31:13 2019 (r517717) +++ head/security/keepassxc/distinfo Sat Nov 16 05:33:44 2019 (r517718) @@ -1,3 +1,3 @@ -TIMESTAMP = 1572180779 -SHA256 (keepassxc-2.5.0.tar.xz) = 6359ce972b720a8bce1e8ba54000666e9c58f9164f2e9e52bef2e24e46127881 -SIZE (keepassxc-2.5.0.tar.xz) = 6752776 +TIMESTAMP = 1573537402 +SHA256 (keepassxc-2.5.1.tar.xz) = ef33258b859a7b996af007113613b0f6210f2341e8f5fb3a005564262c2caf30 +SIZE (keepassxc-2.5.1.tar.xz) = 6798880 Modified: head/security/keepassxc/pkg-plist ============================================================================== --- head/security/keepassxc/pkg-plist Sat Nov 16 04:31:13 2019 (r517717) +++ head/security/keepassxc/pkg-plist Sat Nov 16 05:33:44 2019 (r517718) @@ -265,9 +265,11 @@ share/icons/hicolor/scalable/mimetypes/application-x-k %%DATADIR%%/translations/keepassx_da.qm %%DATADIR%%/translations/keepassx_de.qm %%DATADIR%%/translations/keepassx_el.qm +%%DATADIR%%/translations/keepassx_en.qm %%DATADIR%%/translations/keepassx_en_GB.qm %%DATADIR%%/translations/keepassx_en_US.qm %%DATADIR%%/translations/keepassx_es.qm +%%DATADIR%%/translations/keepassx_et.qm %%DATADIR%%/translations/keepassx_eu.qm %%DATADIR%%/translations/keepassx_fi.qm %%DATADIR%%/translations/keepassx_fr.qm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911160533.xAG5XiHV081342>