summaryrefslogtreecommitdiffstats
path: root/devel/gnomevfs2
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-08-26 05:44:31 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-08-26 05:44:31 +0800
commitd805919a2e960a1a722eab9f07e844a581b0c576 (patch)
tree88479901d68507da3241cf1cb2db128fc7c871f0 /devel/gnomevfs2
parent0aaf48d60722b15448bb598d078d4ddb19412f1b (diff)
downloadmarcuscom-ports-d805919a2e960a1a722eab9f07e844a581b0c576.tar
marcuscom-ports-d805919a2e960a1a722eab9f07e844a581b0c576.tar.gz
marcuscom-ports-d805919a2e960a1a722eab9f07e844a581b0c576.tar.bz2
marcuscom-ports-d805919a2e960a1a722eab9f07e844a581b0c576.tar.lz
marcuscom-ports-d805919a2e960a1a722eab9f07e844a581b0c576.tar.xz
marcuscom-ports-d805919a2e960a1a722eab9f07e844a581b0c576.tar.zst
marcuscom-ports-d805919a2e960a1a722eab9f07e844a581b0c576.zip
Update to 2.3.8.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1086 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnomevfs2')
-rw-r--r--devel/gnomevfs2/Makefile2
-rw-r--r--devel/gnomevfs2/distinfo2
-rw-r--r--devel/gnomevfs2/files/patch-modules_http-method.c15
3 files changed, 2 insertions, 17 deletions
diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile
index cdc3af34e..e939e63af 100644
--- a/devel/gnomevfs2/Makefile
+++ b/devel/gnomevfs2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnomevfs2
-PORTVERSION= 2.3.7
+PORTVERSION= 2.3.8
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-vfs/2.3
diff --git a/devel/gnomevfs2/distinfo b/devel/gnomevfs2/distinfo
index a82d50a04..7b4f87d9f 100644
--- a/devel/gnomevfs2/distinfo
+++ b/devel/gnomevfs2/distinfo
@@ -1 +1 @@
-MD5 (gnome2/gnome-vfs-2.3.7.tar.bz2) = 3353e9a8bf82be222f36061bf154ca75
+MD5 (gnome2/gnome-vfs-2.3.8.tar.bz2) = e7a1c2c1228099020a0ae2f99d4cb143
diff --git a/devel/gnomevfs2/files/patch-modules_http-method.c b/devel/gnomevfs2/files/patch-modules_http-method.c
deleted file mode 100644
index 3e3115ef2..000000000
--- a/devel/gnomevfs2/files/patch-modules_http-method.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- modules/http-method.c.orig Mon Aug 11 12:17:18 2003
-+++ modules/http-method.c Mon Aug 11 12:19:48 2003
-@@ -198,8 +198,12 @@
- #ifdef ENABLE_IPV6
- struct in6_addr addr6;
- struct in6_addr mask6;
-+#ifdef __FreeBSD__
-+#define s6_addr32 __u6_addr.__u6_addr32
-+#endif
- #endif
- } ProxyHostAddr;
-+
-
- typedef struct {
- GnomeVFSSocketBuffer *socket_buffer;