aboutsummaryrefslogtreecommitdiffstats
path: root/security/gnutls
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2008-07-01 14:50:08 +0800
committernovel <novel@FreeBSD.org>2008-07-01 14:50:08 +0800
commit653073147dd705fc969d575679d8ec7cace06637 (patch)
tree2462fed147e9e1fd092030918255a8c56bf03665 /security/gnutls
parent34d55b56f393fa43c8ef2c68ed35e862c345162c (diff)
downloadfreebsd-ports-gnome-653073147dd705fc969d575679d8ec7cace06637.tar.gz
freebsd-ports-gnome-653073147dd705fc969d575679d8ec7cace06637.tar.zst
freebsd-ports-gnome-653073147dd705fc969d575679d8ec7cace06637.zip
Update to 2.4.1.
Diffstat (limited to 'security/gnutls')
-rw-r--r--security/gnutls/Makefile4
-rw-r--r--security/gnutls/distinfo6
-rw-r--r--security/gnutls/files/patch-lib-Makefile.am30
-rw-r--r--security/gnutls/files/patch-libextra-Makefile.am11
4 files changed, 5 insertions, 46 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 740d41c7604d..be0f18382c12 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnutls
-PORTVERSION= 2.4.0
+PORTVERSION= 2.4.1
CATEGORIES= security net
MASTER_SITES= http://josefsson.org/gnutls/releases/ \
ftp://ftp.gnutls.org/pub/gnutls/ \
@@ -28,7 +28,7 @@ USE_ICONV= yes
USE_GNOME= pkgconfig ltverhack
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool:15 autoconf:261 automake:110
+USE_AUTOTOOLS= libtool:15
USE_GCC= 3.4+
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo
index c121ef75caa9..914c3e554b08 100644
--- a/security/gnutls/distinfo
+++ b/security/gnutls/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnutls-2.4.0.tar.bz2) = dce4000841ba5f80d310c4972b5f3efe
-SHA256 (gnutls-2.4.0.tar.bz2) = c682bca6f1ccc28bdc15751168893e0b28107217b275168b456d519292e44d87
-SIZE (gnutls-2.4.0.tar.bz2) = 4942092
+MD5 (gnutls-2.4.1.tar.bz2) = 573db36cb3f8472b0293cfa1f52c607a
+SHA256 (gnutls-2.4.1.tar.bz2) = d91401a6828d7300dc2b1106ff99610479aa35af05d39746cacdab8cdc7be5fd
+SIZE (gnutls-2.4.1.tar.bz2) = 4940118
diff --git a/security/gnutls/files/patch-lib-Makefile.am b/security/gnutls/files/patch-lib-Makefile.am
deleted file mode 100644
index 99688a111a62..000000000000
--- a/security/gnutls/files/patch-lib-Makefile.am
+++ /dev/null
@@ -1,30 +0,0 @@
---- lib/Makefile.am.orig 2008-06-04 12:25:18.000000000 +0400
-+++ lib/Makefile.am 2008-06-23 07:31:35.000000000 +0400
-@@ -32,8 +32,7 @@
- -I$(top_srcdir)/lgl -I$(top_builddir)/lgl \
- -I$(top_srcdir)/includes -I../includes \
- -I$(srcdir)/x509 \
-- -I$(top_srcdir)/libextra -I$(top_srcdir)/lib/openpgp/ \
-- $(LIBGCRYPT_CFLAGS)
-+ -I$(top_srcdir)/libextra -I$(top_srcdir)/lib/openpgp/
-
- if ENABLE_OPENPGP
- SUBDIRS += opencdk
-@@ -41,6 +40,8 @@
- AM_CPPFLAGS += -I$(srcdir)/opencdk -I$(top_srcdir)/lib/opencdk
- endif
-
-+AM_CPPFLAGS += $(LIBGCRYPT_CFLAGS)
-+
- if ENABLE_MINITASN1
- AM_CPPFLAGS += -I$(srcdir)/minitasn1
- else
-@@ -53,7 +54,7 @@
- dist_m4data_DATA = libgnutls.m4
-
- # Pkg-config script.
--pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfigdir = $(prefix)/libdata/pkgconfig
- pkgconfig_DATA = gnutls.pc
- DISTCLEANFILES = $(pkgconfig_DATA)
-
diff --git a/security/gnutls/files/patch-libextra-Makefile.am b/security/gnutls/files/patch-libextra-Makefile.am
deleted file mode 100644
index 264b8b7da020..000000000000
--- a/security/gnutls/files/patch-libextra-Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
---- libextra/Makefile.am.orig 2008-06-23 07:45:46.000000000 +0400
-+++ libextra/Makefile.am 2008-06-23 07:46:28.000000000 +0400
-@@ -39,7 +39,7 @@
- dist_m4data_DATA = libgnutls-extra.m4
-
- # Pkg-config script.
--pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfigdir = $(prefix)/libdata/pkgconfig
- pkgconfig_DATA = gnutls-extra.pc
- DISTCLEANFILES = $(pkgconfig_DATA)
-