svn commit: r473401 - head/security/keepassxc

Tobias C. Berner tcberner at FreeBSD.org
Tue Jun 26 17:20:06 UTC 2018


Author: tcberner
Date: Tue Jun 26 17:20:04 2018
New Revision: 473401
URL: https://svnweb.freebsd.org/changeset/ports/473401

Log:
  security/keepassxc: update to version 2.3.3
  
  PR:		229312
  Submitted by:	Alexandre C. Guimarães <lebarondemerde at privacychain.ch>
  Approved by:	Andrew Romanenko <melanhit at 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	Tue Jun 26 17:15:37 2018	(r473400)
+++ head/security/keepassxc/Makefile	Tue Jun 26 17:20:04 2018	(r473401)
@@ -1,9 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	keepassxc
-DISTVERSION=	2.3.1
+DISTVERSION=	2.3.3
 CATEGORIES=	security
-MASTER_SITES=	https://github.com/keepassxreboot/keepassxc/releases/download/2.3.1/${PORTNAME}-${DISTVERSION}-src.tar.xz?dummy=/
+MASTER_SITES=	https://github.com/keepassxreboot/keepassxc/releases/download/${DISTVERSION}/${PORTNAME}-${DISTVERSION}-src.tar.xz?dummy=/
 
 MAINTAINER=	melanhit at gmail.com
 COMMENT=	KeePass Cross-platform Community Edition

Modified: head/security/keepassxc/distinfo
==============================================================================
--- head/security/keepassxc/distinfo	Tue Jun 26 17:15:37 2018	(r473400)
+++ head/security/keepassxc/distinfo	Tue Jun 26 17:20:04 2018	(r473401)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522556038
-SHA256 (keepassxc-2.3.1.tar.xz) = ce7d8251d4d5b35f602ff521764910964da6d8a67397399855a6e8c5ff5db9bd
-SIZE (keepassxc-2.3.1.tar.xz) = 4085284
+TIMESTAMP = 1529874021
+SHA256 (keepassxc-2.3.3.tar.xz) = cfff85ef89ba590aec798c59bea4aa3db00626d7bff8cdde0f62ee34aea60ad5
+SIZE (keepassxc-2.3.3.tar.xz) = 4113768

Modified: head/security/keepassxc/pkg-plist
==============================================================================
--- head/security/keepassxc/pkg-plist	Tue Jun 26 17:15:37 2018	(r473400)
+++ head/security/keepassxc/pkg-plist	Tue Jun 26 17:20:04 2018	(r473401)
@@ -246,11 +246,13 @@ share/icons/hicolor/scalable/mimetypes/application-x-k
 %%DATADIR%%/icons/database/C67_Certificate.png
 %%DATADIR%%/icons/database/C68_BlackBerry.png
 %%DATADIR%%/translations/keepassx_ar.qm
+%%DATADIR%%/translations/keepassx_bn.qm
 %%DATADIR%%/translations/keepassx_ca.qm
 %%DATADIR%%/translations/keepassx_cs.qm
 %%DATADIR%%/translations/keepassx_da.qm
 %%DATADIR%%/translations/keepassx_de.qm
 %%DATADIR%%/translations/keepassx_el.qm
+%%DATADIR%%/translations/keepassx_en_GB.qm
 %%DATADIR%%/translations/keepassx_en_US.qm
 %%DATADIR%%/translations/keepassx_es.qm
 %%DATADIR%%/translations/keepassx_eu.qm


More information about the svn-ports-all mailing list