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

(-)Makefile (-12 / +17 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	gnupg
8
PORTNAME=	gnupg
9
PORTVERSION=	2.0.4
9
PORTVERSION=	2.0.8
10
CATEGORIES=	security
10
CATEGORIES=	security
11
MASTER_SITES=	${MASTER_SITE_GNUPG}
11
MASTER_SITES=	${MASTER_SITE_GNUPG}
12
MASTER_SITE_SUBDIR=	gnupg
12
MASTER_SITE_SUBDIR=	gnupg
Lines 16-23 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} Link Here
16
MAINTAINER=	kuriyama@FreeBSD.org
16
MAINTAINER=	kuriyama@FreeBSD.org
17
COMMENT=	The GNU Privacy Guard
17
COMMENT=	The GNU Privacy Guard
18
18
19
BUILD_DEPENDS=	libassuan>=1.0.1:${PORTSDIR}/security/libassuan
19
BUILD_DEPENDS=	libassuan>=1.0.4:${PORTSDIR}/security/libassuan \
20
LIB_DEPENDS=	gcrypt.13:${PORTSDIR}/security/libgcrypt \
20
		libksba>=1.0.2:${PORTSDIR}/security/libksba
21
LIB_DEPENDS=	gcrypt.15:${PORTSDIR}/security/libgcrypt \
21
		gpg-error:${PORTSDIR}/security/libgpg-error \
22
		gpg-error:${PORTSDIR}/security/libgpg-error \
22
		ksba.17:${PORTSDIR}/security/libksba \
23
		ksba.17:${PORTSDIR}/security/libksba \
23
		pth.20:${PORTSDIR}/devel/pth
24
		pth.20:${PORTSDIR}/devel/pth
Lines 30-48 GNU_CONFIGURE= YES Link Here
30
USE_ICONV=	YES
31
USE_ICONV=	YES
31
USE_LDCONFIG=	YES
32
USE_LDCONFIG=	YES
32
USE_GETTEXT=	YES
33
USE_GETTEXT=	YES
33
CONFIGURE_TARGET=# empty
34
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
34
CONFIGURE_ARGS+=	--enable-nls
35
.if defined(NOPORTDOCS)
36
CONFIGURE_ARGS+=--disable-doc
37
WITHOUT_NLS=	YES
38
.else
35
MAN1=		gpg2.1 gpgsm.1 gpgv2.1 gpg-agent.1 scdaemon.1 watchgnupg.1 \
39
MAN1=		gpg2.1 gpgsm.1 gpgv2.1 gpg-agent.1 scdaemon.1 watchgnupg.1 \
36
		gpgconf.1 gpg-preset-passphrase.1 gpg-connect-agent.1 \
40
		gpgconf.1 gpg-preset-passphrase.1 gpg-connect-agent.1 \
37
		gpgparsemail.1 symcryptrun.1 gpgsm-gencert.sh.1
41
		gpgparsemail.1 symcryptrun.1 gpgsm-gencert.sh.1
38
MAN8=		addgnupghome.8 applygnupgdefaults.8
42
MAN8=		addgnupghome.8 applygnupgdefaults.8
39
INFO=		gnupg
43
INFO=		gnupg
44
.endif
40
45
41
OPTIONS=	LDAP "LDAP keyserver interface" off \
46
OPTIONS=	LDAP "LDAP keyserver interface" off \
42
		SCDAEMON "Enable Smartcard daemon (with libusb)" off \
47
		SCDAEMON "Enable Smartcard daemon (with libusb)" off \
43
		CURL "Use the real curl library (worked around if no)" on \
48
		CURL "Use the real curl library (worked around if no)" on \
44
		GPGSM "Enable GPGSM (require LDAP)" on
49
		GPGSM "Enable GPGSM (require LDAP)" on \
45
#OPTIONS+=	NLS "National Language Support" off
50
		NLS "National Language Support" on
46
51
47
.include <bsd.port.pre.mk>
52
.include <bsd.port.pre.mk>
48
53
Lines 65-77 CONFIGURE_ARGS+=--disable-ldap Link Here
65
PLIST_SUB+=	LDAP="@comment "
70
PLIST_SUB+=	LDAP="@comment "
66
.endif
71
.endif
67
72
68
#.if defined(WITH_NLS)
73
.if defined(WITH_NLS) && !defined(WITHOUT_NLS)
69
CONFIGURE_ARGS+=--enable-nls
74
CONFIGURE_ARGS+=--enable-nls
70
PLIST_SUB+=	NLS=""
75
PLIST_SUB+=	NLS=""
71
#.else
76
.else
72
#CONFIGURE_ARGS+=--disable-nls
77
CONFIGURE_ARGS+=--disable-nls
73
#PLIST_SUB+=	NLS="@comment "
78
PLIST_SUB+=	NLS="@comment "
74
#.endif
79
.endif
75
80
76
.if defined(WITH_SCDAEMON)
81
.if defined(WITH_SCDAEMON)
77
CONFIGURE_ARGS+=--enable-scdaemon
82
CONFIGURE_ARGS+=--enable-scdaemon
(-)distinfo (-6 / +6 lines)
Lines 1-6 Link Here
1
MD5 (gnupg-2.0.4.tar.bz2) = e16efce067ba132f933792a3ec7f180e
1
MD5 (gnupg-2.0.8.tar.bz2) = fc4377ca67e1bf687eeaf22e79c0b9d1
2
SHA256 (gnupg-2.0.4.tar.bz2) = 3872d7280e5a12a947509c73b70c3024521c29ff4427c8fb4caa17dde2f4248c
2
SHA256 (gnupg-2.0.8.tar.bz2) = 16f310afe4740a26475c7273f585861a4bdefecbde27c214cc30c0db45d26913
3
SIZE (gnupg-2.0.4.tar.bz2) = 3575021
3
SIZE (gnupg-2.0.8.tar.bz2) = 3654523
4
MD5 (gnupg-2.0.4.tar.bz2.sig) = 5c92699afb465541b510d989617c9aa9
4
MD5 (gnupg-2.0.8.tar.bz2.sig) = 5f4fefbca2568910e3628b4d8ea3d485
5
SHA256 (gnupg-2.0.4.tar.bz2.sig) = 0ceb6be2036f2699643b4c2e7e7ba165b1bfd362f3fd362e5252d7cb90b6dc9d
5
SHA256 (gnupg-2.0.8.tar.bz2.sig) = e68772c8d16a80311c5380ef024c52ad140f2fc3cf43c778a2e2d3bf2eea24d5
6
SIZE (gnupg-2.0.4.tar.bz2.sig) = 158
6
SIZE (gnupg-2.0.8.tar.bz2.sig) = 158
(-)pkg-plist (-4 / +33 lines)
Lines 10-15 bin/gpgv2 Link Here
10
%%GPGSM%%bin/kbxutil
10
%%GPGSM%%bin/kbxutil
11
%%SCDAEMON%%bin/scdaemon
11
%%SCDAEMON%%bin/scdaemon
12
bin/watchgnupg
12
bin/watchgnupg
13
libexec/gpg-check-pattern
13
%%SCDAEMON%%libexec/gnupg-pcsc-wrapper
14
%%SCDAEMON%%libexec/gnupg-pcsc-wrapper
14
libexec/gpg-preset-passphrase
15
libexec/gpg-preset-passphrase
15
libexec/gpg-protect-tool
16
libexec/gpg-protect-tool
Lines 19-29 libexec/gpg2keys_hkp Link Here
19
%%LDAP%%libexec/gpg2keys_ldap
20
%%LDAP%%libexec/gpg2keys_ldap
20
sbin/addgnupghome
21
sbin/addgnupghome
21
sbin/applygnupgdefaults
22
sbin/applygnupgdefaults
22
share/gnupg/FAQ
23
%%PORTDOCS%%share/gnupg/FAQ
23
share/gnupg/com-certs.pem
24
%%PORTDOCS%%share/gnupg/com-certs.pem
24
share/gnupg/faq.html
25
%%PORTDOCS%%share/gnupg/faq.html
25
share/gnupg/gpg-conf.skel
26
share/gnupg/gpg-conf.skel
26
share/gnupg/qualified.txt
27
%%PORTDOCS%%share/gnupg/help.be.txt
28
%%PORTDOCS%%share/gnupg/help.ca.txt
29
%%PORTDOCS%%share/gnupg/help.cs.txt
30
%%PORTDOCS%%share/gnupg/help.da.txt
31
%%PORTDOCS%%share/gnupg/help.de.txt
32
%%PORTDOCS%%share/gnupg/help.el.txt
33
%%PORTDOCS%%share/gnupg/help.eo.txt
34
%%PORTDOCS%%share/gnupg/help.es.txt
35
%%PORTDOCS%%share/gnupg/help.et.txt
36
%%PORTDOCS%%share/gnupg/help.fi.txt
37
%%PORTDOCS%%share/gnupg/help.fr.txt
38
%%PORTDOCS%%share/gnupg/help.gl.txt
39
%%PORTDOCS%%share/gnupg/help.hu.txt
40
%%PORTDOCS%%share/gnupg/help.id.txt
41
%%PORTDOCS%%share/gnupg/help.it.txt
42
%%PORTDOCS%%share/gnupg/help.ja.txt
43
%%PORTDOCS%%share/gnupg/help.nb.txt
44
%%PORTDOCS%%share/gnupg/help.pl.txt
45
%%PORTDOCS%%share/gnupg/help.pt.txt
46
%%PORTDOCS%%share/gnupg/help.pt_BR.txt
47
%%PORTDOCS%%share/gnupg/help.ro.txt
48
%%PORTDOCS%%share/gnupg/help.ru.txt
49
%%PORTDOCS%%share/gnupg/help.sk.txt
50
%%PORTDOCS%%share/gnupg/help.sv.txt
51
%%PORTDOCS%%share/gnupg/help.tr.txt
52
%%PORTDOCS%%share/gnupg/help.txt
53
%%PORTDOCS%%share/gnupg/help.zh_CN.txt
54
%%PORTDOCS%%share/gnupg/help.zh_TW.txt
55
%%PORTDOCS%%share/gnupg/qualified.txt
27
%%NLS%%share/locale/da/LC_MESSAGES/gnupg2.mo
56
%%NLS%%share/locale/da/LC_MESSAGES/gnupg2.mo
28
%%NLS%%share/locale/de/LC_MESSAGES/gnupg2.mo
57
%%NLS%%share/locale/de/LC_MESSAGES/gnupg2.mo
29
%%NLS%%share/locale/eo/LC_MESSAGES/gnupg2.mo
58
%%NLS%%share/locale/eo/LC_MESSAGES/gnupg2.mo

Return to bug 118895