View | Details | Raw Unified | Return to bug 153984
Collapse All | Expand All

(-)Makefile (-8 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	gnupg
8
PORTNAME=	gnupg
9
PORTVERSION=	2.0.16
9
PORTVERSION=	2.0.17
10
PORTREVISION=	6
11
CATEGORIES=	security
10
CATEGORIES=	security
12
MASTER_SITES=	${MASTER_SITE_GNUPG}
11
MASTER_SITES=	${MASTER_SITE_GNUPG}
13
MASTER_SITE_SUBDIR=	gnupg
12
MASTER_SITE_SUBDIR=	gnupg
Lines 47-54 Link Here
47
OPTIONS=	LDAP "LDAP keyserver interface" off \
46
OPTIONS=	LDAP "LDAP keyserver interface" off \
48
		SCDAEMON "Enable Smartcard daemon (with libusb)" off \
47
		SCDAEMON "Enable Smartcard daemon (with libusb)" off \
49
		CURL "Use the real curl library (worked around if no)" on \
48
		CURL "Use the real curl library (worked around if no)" on \
50
		GPGSM "Enable GPGSM (require LDAP)" off \
49
		GPGSM "Enable GPGSM (requires LDAP)" off \
51
		CAMELLIA "Enable Camellia algorithm" on \
52
		KDNS "Use DNS CERT helper" off \
50
		KDNS "Use DNS CERT helper" off \
53
		STD_SOCKET "Use standard socket for agent" off \
51
		STD_SOCKET "Use standard socket for agent" off \
54
		NLS "National Language Support" off
52
		NLS "National Language Support" off
Lines 74-83 Link Here
74
PLIST_SUB+=	LDAP="@comment "
72
PLIST_SUB+=	LDAP="@comment "
75
.endif
73
.endif
76
74
77
.if defined(WITH_CAMELLIA) && !defined(WITHOUT_CAMELLIA)
78
CONFIGURE_ARGS+=--enable-camellia
79
.endif
80
81
.if defined(WITH_KDNS) && !defined(WITHOUT_KDNS)
75
.if defined(WITH_KDNS) && !defined(WITHOUT_KDNS)
82
LIB_DEPENDS+=	adns:${PORTSDIR}/dns/adns
76
LIB_DEPENDS+=	adns:${PORTSDIR}/dns/adns
83
PLIST_SUB+=	ADNS=""
77
PLIST_SUB+=	ADNS=""
(-)distinfo (-6 / +4 lines)
Lines 1-6 Link Here
1
MD5 (gnupg-2.0.16.tar.bz2) = 88a4d46deca63d2eca29b2b611304afb
1
SHA256 (gnupg-2.0.17.tar.bz2) = ea649d5ecb2f97cc8d81c5796c6ad8d7d8581f9554241c39d2b11ab12139eea6
2
SHA256 (gnupg-2.0.16.tar.bz2) = 0d5abb977c02ebb0f6ce25a5ba71c8df90835aa666a85acd73a9b7f9df35a80b
2
SIZE (gnupg-2.0.17.tar.bz2) = 3997356
3
SIZE (gnupg-2.0.16.tar.bz2) = 4004033
3
SHA256 (gnupg-2.0.17.tar.bz2.sig) = 27918acebd48f93e3042c3b6f6396182bee2c9a5f0448d2063ce73986bb748ff
4
MD5 (gnupg-2.0.16.tar.bz2.sig) = 1c6b0b9b04c06deb5ec4bd8c959e25b0
4
SIZE (gnupg-2.0.17.tar.bz2.sig) = 287
5
SHA256 (gnupg-2.0.16.tar.bz2.sig) = a72156a1a231e4380225aa4c81f515ce66b787a19996f7f7d84315631be8df43
6
SIZE (gnupg-2.0.16.tar.bz2.sig) = 158
(-)pkg-plist (-1 lines)
Lines 34-40 Link Here
34
%%PORTDOCS%%%%DOCSDIR%%/examples/pwpattern.list
34
%%PORTDOCS%%%%DOCSDIR%%/examples/pwpattern.list
35
%%PORTDOCS%%%%DOCSDIR%%/examples/scd-event
35
%%PORTDOCS%%%%DOCSDIR%%/examples/scd-event
36
%%PORTDOCS%%%%DOCSDIR%%/examples/trustlist.txt
36
%%PORTDOCS%%%%DOCSDIR%%/examples/trustlist.txt
37
%%PORTDOCS%%%%DOCSDIR%%/faq.html
38
%%PORTDOCS%%%%DATADIR%%/com-certs.pem
37
%%PORTDOCS%%%%DATADIR%%/com-certs.pem
39
%%DATADIR%%/gpg-conf.skel
38
%%DATADIR%%/gpg-conf.skel
40
%%PORTDOCS%%%%DATADIR%%/help.be.txt
39
%%PORTDOCS%%%%DATADIR%%/help.be.txt

Return to bug 153984