diff options
author | novel <novel@FreeBSD.org> | 2011-08-22 01:11:24 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2011-08-22 01:11:24 +0800 |
commit | f0f745395354d5f3f31ab1337987fd2a195f44fa (patch) | |
tree | c4634797af17c3929387065bd5c0ca80db818cc4 /security/gnutls | |
parent | c2846cfb5397acc7ae1788b346feec673450e8e8 (diff) | |
download | freebsd-ports-gnome-f0f745395354d5f3f31ab1337987fd2a195f44fa.tar.gz freebsd-ports-gnome-f0f745395354d5f3f31ab1337987fd2a195f44fa.tar.zst freebsd-ports-gnome-f0f745395354d5f3f31ab1337987fd2a195f44fa.zip |
Update to 2.12.9.
Diffstat (limited to 'security/gnutls')
-rw-r--r-- | security/gnutls/Makefile | 6 | ||||
-rw-r--r-- | security/gnutls/distinfo | 4 | ||||
-rw-r--r-- | security/gnutls/files/patch-lib-configure | 16 |
3 files changed, 5 insertions, 21 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index e13b7031409c..1077300792bc 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnutls -PORTVERSION= 2.12.7 -PORTREVISION= 2 +PORTVERSION= 2.12.9 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_GNU} \ ${MASTER_SITE_GNUPG} @@ -17,7 +16,8 @@ MAINTAINER= novel@FreeBSD.org COMMENT= GNU Transport Layer Security library LIB_DEPENDS= nettle.4:${PORTSDIR}/security/nettle \ - gpg-error.0:${PORTSDIR}/security/libgpg-error + gpg-error.0:${PORTSDIR}/security/libgpg-error \ + p11-kit.0:${PORTSDIR}/security/p11-kit CONFLICTS= gnutls-devel-[0-9]* diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index a282b3e4edb8..f90865c274b3 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnutls-2.12.7.tar.bz2) = 77d84fe63a249dcdace421fb9e162cfde9a3f2c7be29007799fcfa2856a87527 -SIZE (gnutls-2.12.7.tar.bz2) = 7153031 +SHA256 (gnutls-2.12.9.tar.bz2) = 74a1c98f4838b354fa5cc807a068815f7453fa7681d7e7d5291ce46eb86f8e46 +SIZE (gnutls-2.12.9.tar.bz2) = 7151185 diff --git a/security/gnutls/files/patch-lib-configure b/security/gnutls/files/patch-lib-configure deleted file mode 100644 index dfe4a6c2b18c..000000000000 --- a/security/gnutls/files/patch-lib-configure +++ /dev/null @@ -1,16 +0,0 @@ ---- lib/configure.orig 2011-06-06 15:37:23.000000000 +0400 -+++ lib/configure 2011-06-06 15:40:46.000000000 +0400 -@@ -17201,13 +17201,6 @@ - $as_echo "no" >&6; } - fi - --if test x$ac_zlib != xno; then -- if test x$GNUTLS_REQUIRES_PRIVATE = x; then -- GNUTLS_REQUIRES_PRIVATE="Requires.private: zlib" -- else -- GNUTLS_REQUIRES_PRIVATE="$GNUTLS_REQUIRES_PRIVATE , zlib" -- fi --fi - - - |