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

Collapse All | Expand All

(-)keepassxc/Makefile (-7 / +19 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	keepassxc
3
PORTNAME=	keepassxc
4
PORTVERSION=	2.1.3
4
PORTVERSION=	2.1.4
5
PORTREVISION=	1
6
CATEGORIES=	security
5
CATEGORIES=	security
7
6
8
MAINTAINER=	melanhit@gmail.com
7
MAINTAINER=	melanhit@gmail.com
Lines 22-38 Link Here
22
21
23
CONFLICTS_INSTALL=	keepassx-0.* keepassx2-* keepassx-*
22
CONFLICTS_INSTALL=	keepassx-0.* keepassx2-* keepassx-*
24
23
25
USES=		cmake compiler:c++11-lib desktop-file-utils shared-mime-info
24
USES=		cmake:outsource compiler:c++11-lib desktop-file-utils shared-mime-info
26
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
27
INSTALLS_ICONS=	yes
26
INSTALLS_ICONS=	yes
28
USE_QT5=	buildtools_build concurrent core dbus gui linguisttools network \
27
USE_QT5=	buildtools_build concurrent core dbus gui linguisttools network \
29
		qmake_build testlib widgets x11extras
28
		qmake_build testlib widgets
30
USE_XORG=	ice inputproto sm x11 xcursor xext xfixes xi xrandr xrender \
29
USE_XORG=	ice inputproto sm x11 xcursor xext xfixes xrandr xrender xt
31
		xt xtst
32
30
33
USE_GITHUB=	yes
31
USE_GITHUB=	yes
34
GH_ACCOUNT=	keepassxreboot
32
GH_ACCOUNT=	keepassxreboot
35
33
36
CMAKE_ARGS+=	-DZLIB_SUPPORTS_GZIP:BOOL=ON -DWITH_XC_AUTOTYPE=ON -DWITH_XC_HTTP=ON
34
CMAKE_ARGS+=	-DZLIB_SUPPORTS_GZIP:BOOL=ON
37
35
36
OPTIONS_DEFINE=	AUTOTYPE HTTP TEST
37
OPTIONS_DEFAULT=AUTOTYPE HTTP
38
OPTIONS_SUB=	yes
39
40
AUTOTYPE_CMAKE_BOOL=	WITH_XC_AUTOTYPE
41
AUTOTYPE_DESC=		Auto-type passwords in input fields
42
AUTOTYPE_USE=		QT5=x11extras XORG=xi,xtst
43
44
HTTP_CMAKE_BOOL=	WITH_XC_HTTP
45
HTTP_DESC=		KeePassHTTP support for ChromeIPass and PassIFox
46
47
TEST_CMAKE_BOOL=	WITH_TESTS WITH_GUI_TESTS
48
TEST_TARGET=		test
49
38
.include <bsd.port.mk>
50
.include <bsd.port.mk>
(-)keepassxc/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1488819301
1
TIMESTAMP = 1491852798
2
SHA256 (keepassxreboot-keepassxc-2.1.3_GH0.tar.gz) = 9cfdcb519127197e4b35837160729a3f38c34771f869249b03fa88a8104fb0e4
2
SHA256 (keepassxreboot-keepassxc-2.1.4_GH0.tar.gz) = 40a990dbcf442eb3cad99452b58ffd36e5855b39e78f213ea20e99fbc7876701
3
SIZE (keepassxreboot-keepassxc-2.1.3_GH0.tar.gz) = 3329237
3
SIZE (keepassxreboot-keepassxc-2.1.4_GH0.tar.gz) = 3345520
(-)keepassxc/pkg-plist (-1 / +1 lines)
Lines 1-5 Link Here
1
bin/keepassxc
1
bin/keepassxc
2
lib/keepassxc/libkeepassx-autotype-xcb.so
2
%%AUTOTYPE%%lib/keepassxc/libkeepassx-autotype-xcb.so
3
share/applications/keepassxc.desktop
3
share/applications/keepassxc.desktop
4
share/icons/hicolor/128x128/apps/keepassxc-dark.png
4
share/icons/hicolor/128x128/apps/keepassxc-dark.png
5
share/icons/hicolor/128x128/apps/keepassxc-locked.png
5
share/icons/hicolor/128x128/apps/keepassxc-locked.png

Return to bug 218890