diff options
author | novel <novel@FreeBSD.org> | 2006-05-12 11:03:54 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-05-12 11:03:54 +0800 |
commit | e54483e6be9c019ddd9e6535cece3d7a6871d942 (patch) | |
tree | d17fb594b4f20b9639d14da80862e4449537e44d /security/gnutls | |
parent | a481d0b7b3efa68b61b22fbbdb372f1f4dfe0131 (diff) | |
download | freebsd-ports-gnome-e54483e6be9c019ddd9e6535cece3d7a6871d942.tar.gz freebsd-ports-gnome-e54483e6be9c019ddd9e6535cece3d7a6871d942.tar.zst freebsd-ports-gnome-e54483e6be9c019ddd9e6535cece3d7a6871d942.zip |
- Update to 1.2.11
- Order MASTER_SITEs by relevance
- Allow using libtasn1 from ports (disabled in previous commit due to
problems)
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 |