1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Upgrade to 2.0.16.

- Add license info.

PR:		ports/148756
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
This commit is contained in:
Jun Kuriyama 2010-07-20 14:01:50 +00:00
parent 1975dfdcab
commit f378817648
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257993
3 changed files with 15 additions and 13 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= gnupg
PORTVERSION= 2.0.15
PORTVERSION= 2.0.16
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= gnupg
@ -23,6 +23,9 @@ LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \
ksba.17:${PORTSDIR}/security/libksba \
pth.20:${PORTSDIR}/devel/pth
LICENSE= GPLv3 LGPL3
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/COPYING ${WRKSRC}/COPYING.LIB
USE_BZIP2= YES
USE_GMAKE= YES
GNU_CONFIGURE= YES
@ -45,6 +48,7 @@ OPTIONS= LDAP "LDAP keyserver interface" off \
GPGSM "Enable GPGSM (require LDAP)" off \
CAMELLIA "Enable Camellia algorithm" on \
KDNS "Use DNS CERT helper" off \
STD_SOCKET "Use standard socket for agent" off \
NLS "National Language Support" off
.include <bsd.port.pre.mk>
@ -80,6 +84,10 @@ CONFIGURE_SUB= -e '/GPGKEYS_KDNS=/s/".*"/""/'
PLIST_SUB+= ADNS="@comment "
.endif
.if defined(WITH_STD_SOCKET) && !defined(WITHOUT_STD_SOCKET)
CONFIGURE_ARGS+=--enable-standard-socket
.endif
.if defined(WITH_NLS) && !defined(WITHOUT_NLS)
USE_GETTEXT= YES
CONFIGURE_ARGS+=--enable-nls

View File

@ -1,6 +1,6 @@
MD5 (gnupg-2.0.15.tar.bz2) = c1286e85b66349879dc4b760dd83e2f1
SHA256 (gnupg-2.0.15.tar.bz2) = 5881882f4da120ce1c71da64468392704b391ca7652ddc512bc4f1d8968f0d1c
SIZE (gnupg-2.0.15.tar.bz2) = 3976879
MD5 (gnupg-2.0.15.tar.bz2.sig) = 4287193cc032b12a890ce6925a7d5211
SHA256 (gnupg-2.0.15.tar.bz2.sig) = f43a16e0291c3c10f18a4754687f8571fa753d0b37a71fc325f9a68afc407bcc
SIZE (gnupg-2.0.15.tar.bz2.sig) = 158
MD5 (gnupg-2.0.16.tar.bz2) = 88a4d46deca63d2eca29b2b611304afb
SHA256 (gnupg-2.0.16.tar.bz2) = 0d5abb977c02ebb0f6ce25a5ba71c8df90835aa666a85acd73a9b7f9df35a80b
SIZE (gnupg-2.0.16.tar.bz2) = 4004033
MD5 (gnupg-2.0.16.tar.bz2.sig) = 1c6b0b9b04c06deb5ec4bd8c959e25b0
SHA256 (gnupg-2.0.16.tar.bz2.sig) = a72156a1a231e4380225aa4c81f515ce66b787a19996f7f7d84315631be8df43
SIZE (gnupg-2.0.16.tar.bz2.sig) = 158

View File

@ -1,6 +1,3 @@
###############################################################################
A T T E N T I O N
@ -15,6 +12,3 @@ security/pinentry-qt (QT3 based dialog)
security/pinentry-q4 (QT4 based dialog)
###############################################################################