|
Lines 1-7
Link Here
|
| 1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
| 2 |
|
2 |
|
| 3 |
PORTNAME= gnupg |
3 |
PORTNAME= gnupg |
| 4 |
PORTVERSION= 2.2.13 |
4 |
PORTVERSION= 2.2.14 |
| 5 |
CATEGORIES= security |
5 |
CATEGORIES= security |
| 6 |
MASTER_SITES= GNUPG |
6 |
MASTER_SITES= GNUPG |
| 7 |
|
7 |
|
|
Lines 22-31
Link Here
|
| 22 |
libgpg-error>=1.16:security/libgpg-error |
22 |
libgpg-error>=1.16:security/libgpg-error |
| 23 |
RUN_DEPENDS= pinentry:security/pinentry |
23 |
RUN_DEPENDS= pinentry:security/pinentry |
| 24 |
|
24 |
|
|
|
25 |
USES= compiler:c11 cpe gmake iconv pkgconfig readline sqlite tar:bzip2 |
| 26 |
|
| 25 |
CONFLICTS= gnupg-2.0.* dirmngr-[0-9]* |
27 |
CONFLICTS= gnupg-2.0.* dirmngr-[0-9]* |
| 26 |
CPE_VENDOR= gnupg |
28 |
CPE_VENDOR= gnupg |
| 27 |
|
29 |
|
| 28 |
USES= compiler:c11 cpe gmake iconv pkgconfig readline sqlite tar:bzip2 |
|
|
| 29 |
CONFIGURE_ARGS= --disable-ntbtls --disable-wks-tools \ |
30 |
CONFIGURE_ARGS= --disable-ntbtls --disable-wks-tools \ |
| 30 |
--enable-gpg-is-gpg2 --enable-symcryptrun |
31 |
--enable-gpg-is-gpg2 --enable-symcryptrun |
| 31 |
GNU_CONFIGURE= yes |
32 |
GNU_CONFIGURE= yes |
|
Lines 51-57
Link Here
|
| 51 |
LDAP_CONFIGURE_WITH= ldap=${LOCALBASE} |
52 |
LDAP_CONFIGURE_WITH= ldap=${LOCALBASE} |
| 52 |
LDAP_LIBS= -L${LOCALBASE}/lib |
53 |
LDAP_LIBS= -L${LOCALBASE}/lib |
| 53 |
LDAP_USE= OPENLDAP=yes |
54 |
LDAP_USE= OPENLDAP=yes |
| 54 |
LDAP_USES= readline |
|
|
| 55 |
|
55 |
|
| 56 |
NLS_CONFIGURE_ENABLE= nls |
56 |
NLS_CONFIGURE_ENABLE= nls |
| 57 |
NLS_USES= gettext |
57 |
NLS_USES= gettext |