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

Collapse All | Expand All

(-)Makefile (-3 / +13 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 33-38 Link Here
33
USE_GITHUB=	yes
32
USE_GITHUB=	yes
34
GH_ACCOUNT=	keepassxreboot
33
GH_ACCOUNT=	keepassxreboot
35
34
36
CMAKE_ARGS+=	-DZLIB_SUPPORTS_GZIP:BOOL=ON -DWITH_XC_AUTOTYPE=ON -DWITH_XC_HTTP=ON
35
TEST_TARGET=	test
37
36
37
CMAKE_ARGS=	-DZLIB_SUPPORTS_GZIP:BOOL=ON
38
39
OPTIONS_DEFAULT=	AUTOTYPE HTTP
40
OPTIONS_DEFINE=	AUTOTYPE HTTP
41
OPTIONS_SUB=	yes
42
43
AUTOTYPE_CMAKE_BOOL=	WITH_XC_AUTOTYPE
44
AUTOTYPE_DESC=	Auto-type passwords in input fields
45
HTTP_CMAKE_BOOL=	WITH_XC_HTTP
46
HTTP_DESC=	KeePassHTTP support for ChromeIPass and PassIFox
47
38
.include <bsd.port.mk>
48
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1488819301
1
TIMESTAMP = 1493214137
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
(-)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