Lines 6-13
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= gnupg |
8 |
PORTNAME= gnupg |
9 |
PORTVERSION= 2.0.17 |
9 |
PORTVERSION= 2.0.18 |
10 |
PORTREVISION= 3 |
|
|
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 17-23
Link Here
|
17 |
MAINTAINER= kuriyama@FreeBSD.org |
16 |
MAINTAINER= kuriyama@FreeBSD.org |
18 |
COMMENT= The GNU Privacy Guard |
17 |
COMMENT= The GNU Privacy Guard |
19 |
|
18 |
|
20 |
BUILD_DEPENDS= libksba>=1.2.0:${PORTSDIR}/security/libksba |
|
|
21 |
LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \ |
19 |
LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \ |
22 |
gcrypt.18:${PORTSDIR}/security/libgcrypt \ |
20 |
gcrypt.18:${PORTSDIR}/security/libgcrypt \ |
23 |
gpg-error:${PORTSDIR}/security/libgpg-error \ |
21 |
gpg-error:${PORTSDIR}/security/libgpg-error \ |
Lines 115-124
Link Here
|
115 |
verify: checksum |
113 |
verify: checksum |
116 |
gpg2 --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig |
114 |
gpg2 --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig |
117 |
|
115 |
|
118 |
pre-configure: |
116 |
post-patch: |
119 |
${REINPLACE_CMD} -e "s@-lpthread@${PTHREAD_LIBS}@g" ${CONFIGURE_SUB} \ |
117 |
@${REINPLACE_CMD} -e "s@-lpthread@${PTHREAD_LIBS}@g" ${CONFIGURE_SUB} \ |
120 |
${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4 ${WRKSRC}/configure |
118 |
${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4 ${WRKSRC}/configure |
121 |
${REINPLACE_CMD} -e "/#include <utmp.h>/d" \ |
119 |
@${REINPLACE_CMD} -e "/#include <utmp.h>/d" \ |
122 |
${WRKSRC}/tools/symcryptrun.c |
120 |
${WRKSRC}/tools/symcryptrun.c |
123 |
|
121 |
|
124 |
post-install: |
122 |
post-install: |