View | Details | Raw Unified | Return to bug 224285 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	keepassxc
3
PORTNAME=	keepassxc
4
PORTVERSION=	2.2.2
4
PORTVERSION=	2.2.4
5
CATEGORIES=	security
5
CATEGORIES=	security
6
6
7
MAINTAINER=	melanhit@gmail.com
7
MAINTAINER=	melanhit@gmail.com
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1508968102
1
TIMESTAMP = 1513195459
2
SHA256 (keepassxreboot-keepassxc-2.2.2_GH0.tar.gz) = d36b21415f666d68eb130d739302759a0746b8df9315f828b44b7c1333c2d6a3
2
SHA256 (keepassxreboot-keepassxc-2.2.4_GH0.tar.gz) = e884439ed3ad461e426a25f0492f5fa78ab8ba06fb718977b3867d8f098ccd0a
3
SIZE (keepassxreboot-keepassxc-2.2.2_GH0.tar.gz) = 3885990
3
SIZE (keepassxreboot-keepassxc-2.2.4_GH0.tar.gz) = 3895421
(-)pkg-plist (-3 / +4 lines)
Lines 1-7 Link Here
1
bin/keepassxc
1
bin/keepassxc
2
bin/keepassxc-cli
2
bin/keepassxc-cli
3
%%AUTOTYPE%%lib/keepassxc/libkeepassx-autotype-xcb.so
3
%%AUTOTYPE%%lib/keepassxc/libkeepassx-autotype-xcb.so
4
share/applications/org.keepassxc.desktop
4
share/applications/org.keepassxc.KeePassXC.desktop
5
share/icons/hicolor/128x128/apps/keepassxc-dark.png
5
share/icons/hicolor/128x128/apps/keepassxc-dark.png
6
share/icons/hicolor/128x128/apps/keepassxc-locked.png
6
share/icons/hicolor/128x128/apps/keepassxc-locked.png
7
share/icons/hicolor/128x128/apps/keepassxc-unlocked.png
7
share/icons/hicolor/128x128/apps/keepassxc-unlocked.png
Lines 40-45 Link Here
40
share/icons/hicolor/scalable/apps/keepassxc-unlocked.svgz
40
share/icons/hicolor/scalable/apps/keepassxc-unlocked.svgz
41
share/icons/hicolor/scalable/apps/keepassxc.svgz
41
share/icons/hicolor/scalable/apps/keepassxc.svgz
42
share/icons/hicolor/scalable/mimetypes/application-x-keepassxc.svgz
42
share/icons/hicolor/scalable/mimetypes/application-x-keepassxc.svgz
43
share/metainfo/org.keepassxc.KeePassXC.appdata.xml
44
share/mime/packages/keepassxc.xml
43
%%DATADIR%%/icons/application/128x128/apps/keepassxc-dark.png
45
%%DATADIR%%/icons/application/128x128/apps/keepassxc-dark.png
44
%%DATADIR%%/icons/application/128x128/apps/keepassxc-locked.png
46
%%DATADIR%%/icons/application/128x128/apps/keepassxc-locked.png
45
%%DATADIR%%/icons/application/128x128/apps/keepassxc-unlocked.png
47
%%DATADIR%%/icons/application/128x128/apps/keepassxc-unlocked.png
Lines 202-207 Link Here
202
%%DATADIR%%/icons/database/C66_Money.png
204
%%DATADIR%%/icons/database/C66_Money.png
203
%%DATADIR%%/icons/database/C67_Certificate.png
205
%%DATADIR%%/icons/database/C67_Certificate.png
204
%%DATADIR%%/icons/database/C68_BlackBerry.png
206
%%DATADIR%%/icons/database/C68_BlackBerry.png
207
%%DATADIR%%/translations/keepassx_ca.qm
205
%%DATADIR%%/translations/keepassx_cs.qm
208
%%DATADIR%%/translations/keepassx_cs.qm
206
%%DATADIR%%/translations/keepassx_da.qm
209
%%DATADIR%%/translations/keepassx_da.qm
207
%%DATADIR%%/translations/keepassx_de.qm
210
%%DATADIR%%/translations/keepassx_de.qm
Lines 230-234 Link Here
230
%%DATADIR%%/translations/keepassx_zh_CN.qm
233
%%DATADIR%%/translations/keepassx_zh_CN.qm
231
%%DATADIR%%/translations/keepassx_zh_TW.qm
234
%%DATADIR%%/translations/keepassx_zh_TW.qm
232
%%DATADIR%%/wordlists/eff_large.wordlist
235
%%DATADIR%%/wordlists/eff_large.wordlist
233
share/metainfo/org.keepassxc.appdata.xml
234
share/mime/packages/keepassxc.xml

Return to bug 224285