diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-08-21 17:11:24 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-08-21 17:11:24 +0000 |
commit | 2c478db886ff9ba71f6dc87b337859e9717c3ec1 (patch) | |
tree | 9ef5f0cfd62a43ff79d64267546d8e3a587bb6d3 /security/gnutls | |
parent | 0005861a3fed02e0dbdfe401999d1539c812a09b (diff) | |
download | ports-2c478db886ff9ba71f6dc87b337859e9717c3ec1.tar.gz ports-2c478db886ff9ba71f6dc87b337859e9717c3ec1.zip |
Notes
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 - - - |