diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-05-12 03:03:54 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-05-12 03:03:54 +0000 |
commit | b075b513331f3bbadd92516cae25b7cbc0fe95a5 (patch) | |
tree | afe512560ec28e752772761723a5733fd4dfaa15 /security/gnutls | |
parent | 87efb4a5d9e58dd7aaa12b7b2c0a089da279c172 (diff) | |
download | ports-b075b513331f3bbadd92516cae25b7cbc0fe95a5.tar.gz ports-b075b513331f3bbadd92516cae25b7cbc0fe95a5.zip |
Notes
Diffstat (limited to 'security/gnutls')
-rw-r--r-- | security/gnutls/Makefile | 17 | ||||
-rw-r--r-- | security/gnutls/distinfo | 6 |
2 files changed, 11 insertions, 12 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 735f9c730684..07120466f8f3 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -6,14 +6,13 @@ # PORTNAME= gnutls -PORTVERSION= 1.2.10 -PORTREVISION= 3 +PORTVERSION= 1.2.11 CATEGORIES= security net -MASTER_SITES= ${MASTER_SITE_GNUPG} \ +MASTER_SITES= http://josefsson.org/gnutls/releases/ \ + ftp://ftp.gnutls.org/pub/gnutls/ \ + ${MASTER_SITE_GNUPG} \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \ - ftp://ftp.mirrors.wiretapped.net/security/network-security/gnutls/ \ - http://josefsson.org/gnutls/releases/ \ - ftp://ftp.gnutls.org/pub/gnutls/ + ftp://ftp.mirrors.wiretapped.net/security/network-security/gnutls/ MASTER_SITE_SUBDIR= alpha/gnutls MAINTAINER= novel@FreeBSD.org @@ -26,9 +25,9 @@ LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ LIB_DEPENDS+= opencdk.8:${PORTSDIR}/security/opencdk .endif -#.if defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.3) -#LIB_DEPENDS+= tasn1.3:${PORTSDIR}/security/libtasn1 -#.endif +.if defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.3) +LIB_DEPENDS+= tasn1.3:${PORTSDIR}/security/libtasn1 +.endif CONFLICTS= gnutls-devel-[0-9]* diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index 3a23655c6a8d..f5bfdabf0a98 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,3 +1,3 @@ -MD5 (gnutls-1.2.10.tar.bz2) = 523273961e3cca45c92e50b2676b3c83 -SHA256 (gnutls-1.2.10.tar.bz2) = 1b16eecc4a8bf2f4941eb7a2ebf0632f908b9c2733457e0076b13a79798dce23 -SIZE (gnutls-1.2.10.tar.bz2) = 2737849 +MD5 (gnutls-1.2.11.tar.bz2) = e471ec76791929aa65311c57e0768a6f +SHA256 (gnutls-1.2.11.tar.bz2) = 400c118150b31f475a5d562d60ab6912ed7a52b12ef31b2ad9b30a6960ea446d +SIZE (gnutls-1.2.11.tar.bz2) = 2756620 |