diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-20 22:00:04 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-20 22:00:04 +0800 |
commit | 1513fe1ea82ca979f54d1d3a47d21f91563d727b (patch) | |
tree | b58e4f78bbafacb764c4a20c2f8ff9bfc3440c96 /devel | |
parent | 3f5b84c9848a8037175fe63a37a3289e24d9f299 (diff) | |
download | marcuscom-ports-1513fe1ea82ca979f54d1d3a47d21f91563d727b.tar marcuscom-ports-1513fe1ea82ca979f54d1d3a47d21f91563d727b.tar.gz marcuscom-ports-1513fe1ea82ca979f54d1d3a47d21f91563d727b.tar.bz2 marcuscom-ports-1513fe1ea82ca979f54d1d3a47d21f91563d727b.tar.lz marcuscom-ports-1513fe1ea82ca979f54d1d3a47d21f91563d727b.tar.xz marcuscom-ports-1513fe1ea82ca979f54d1d3a47d21f91563d727b.tar.zst marcuscom-ports-1513fe1ea82ca979f54d1d3a47d21f91563d727b.zip |
Update to 2.14.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6094 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnome-vfs/Makefile | 4 | ||||
-rw-r--r-- | devel/gnome-vfs/distinfo | 6 | ||||
-rw-r--r-- | devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-address.c | 15 | ||||
-rw-r--r-- | devel/gnome-vfs/pkg-plist | 4 | ||||
-rw-r--r-- | devel/gnomevfs2/Makefile | 4 | ||||
-rw-r--r-- | devel/gnomevfs2/distinfo | 6 | ||||
-rw-r--r-- | devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-address.c | 15 | ||||
-rw-r--r-- | devel/gnomevfs2/pkg-plist | 4 |
8 files changed, 20 insertions, 38 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index de840441e..2735aee18 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -3,11 +3,11 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gnomevfs2/Makefile,v 1.135 2006/03/13 20:41:08 marcus Exp $ +# $MCom: ports/devel/gnomevfs2/Makefile,v 1.136 2006/04/13 07:52:33 bland Exp $ # PORTNAME= gnomevfs2 -PORTVERSION= 2.14.0 +PORTVERSION= 2.14.1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-vfs/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/devel/gnome-vfs/distinfo b/devel/gnome-vfs/distinfo index d0e1915fd..da121ec28 100644 --- a/devel/gnome-vfs/distinfo +++ b/devel/gnome-vfs/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-vfs-2.14.0.tar.bz2) = f45ff7d95f7adf49d5abe13f744f5545 -SHA256 (gnome2/gnome-vfs-2.14.0.tar.bz2) = 2baae2577ed2a6a4878c935f020e7ed3c1d042d75658b54450f3a8eaa607d41e -SIZE (gnome2/gnome-vfs-2.14.0.tar.bz2) = 1807647 +MD5 (gnome2/gnome-vfs-2.14.1.tar.bz2) = d7ba7e667b46b5929b3e277a8b870868 +SHA256 (gnome2/gnome-vfs-2.14.1.tar.bz2) = cdcef326c3bacd89bf40551932f6b8e2c04bee4ebf3afc1633032af04a7631bf +SIZE (gnome2/gnome-vfs-2.14.1.tar.bz2) = 1813793 diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-address.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-address.c index da97640a1..1636ca99d 100644 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-address.c +++ b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-address.c @@ -1,5 +1,5 @@ ---- libgnomevfs/gnome-vfs-address.c.orig Tue Dec 13 21:41:32 2005 -+++ libgnomevfs/gnome-vfs-address.c Wed Dec 14 00:15:32 2005 +--- libgnomevfs/gnome-vfs-address.c.orig Wed Apr 12 10:16:28 2006 ++++ libgnomevfs/gnome-vfs-address.c Thu Apr 20 09:52:12 2006 @@ -32,6 +32,7 @@ #include <sys/types.h> @@ -8,14 +8,3 @@ #include <sys/select.h> #include <netinet/in.h> #include <arpa/inet.h> -@@ -388,8 +389,8 @@ static gboolean - v6_v6_equal (const struct sockaddr_in6 *a, - const struct sockaddr_in6 *b) - { -- return IN6_ARE_ADDR_EQUAL (a->sin6_addr.s6_addr, -- b->sin6_addr.s6_addr); -+ return IN6_ARE_ADDR_EQUAL (&a->sin6_addr, -+ &b->sin6_addr); - } - - static gboolean diff --git a/devel/gnome-vfs/pkg-plist b/devel/gnome-vfs/pkg-plist index 8b16f153d..739ca05e8 100644 --- a/devel/gnome-vfs/pkg-plist +++ b/devel/gnome-vfs/pkg-plist @@ -1,5 +1,6 @@ bin/gnomevfs-cat bin/gnomevfs-copy +bin/gnomevfs-df bin/gnomevfs-info bin/gnomevfs-ls bin/gnomevfs-mkdir @@ -203,6 +204,7 @@ share/locale/id/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/is/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/it/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/ja/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/ka/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/ko/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/li/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/lt/LC_MESSAGES/gnome-vfs-2.0.mo @@ -216,8 +218,8 @@ share/locale/nb/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/ne/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/nl/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/nn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/no/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/nso/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/or/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/pa/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/pl/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/pt/LC_MESSAGES/gnome-vfs-2.0.mo diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index de840441e..2735aee18 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/Makefile @@ -3,11 +3,11 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gnomevfs2/Makefile,v 1.135 2006/03/13 20:41:08 marcus Exp $ +# $MCom: ports/devel/gnomevfs2/Makefile,v 1.136 2006/04/13 07:52:33 bland Exp $ # PORTNAME= gnomevfs2 -PORTVERSION= 2.14.0 +PORTVERSION= 2.14.1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-vfs/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/devel/gnomevfs2/distinfo b/devel/gnomevfs2/distinfo index d0e1915fd..da121ec28 100644 --- a/devel/gnomevfs2/distinfo +++ b/devel/gnomevfs2/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-vfs-2.14.0.tar.bz2) = f45ff7d95f7adf49d5abe13f744f5545 -SHA256 (gnome2/gnome-vfs-2.14.0.tar.bz2) = 2baae2577ed2a6a4878c935f020e7ed3c1d042d75658b54450f3a8eaa607d41e -SIZE (gnome2/gnome-vfs-2.14.0.tar.bz2) = 1807647 +MD5 (gnome2/gnome-vfs-2.14.1.tar.bz2) = d7ba7e667b46b5929b3e277a8b870868 +SHA256 (gnome2/gnome-vfs-2.14.1.tar.bz2) = cdcef326c3bacd89bf40551932f6b8e2c04bee4ebf3afc1633032af04a7631bf +SIZE (gnome2/gnome-vfs-2.14.1.tar.bz2) = 1813793 diff --git a/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-address.c b/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-address.c index da97640a1..1636ca99d 100644 --- a/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-address.c +++ b/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-address.c @@ -1,5 +1,5 @@ ---- libgnomevfs/gnome-vfs-address.c.orig Tue Dec 13 21:41:32 2005 -+++ libgnomevfs/gnome-vfs-address.c Wed Dec 14 00:15:32 2005 +--- libgnomevfs/gnome-vfs-address.c.orig Wed Apr 12 10:16:28 2006 ++++ libgnomevfs/gnome-vfs-address.c Thu Apr 20 09:52:12 2006 @@ -32,6 +32,7 @@ #include <sys/types.h> @@ -8,14 +8,3 @@ #include <sys/select.h> #include <netinet/in.h> #include <arpa/inet.h> -@@ -388,8 +389,8 @@ static gboolean - v6_v6_equal (const struct sockaddr_in6 *a, - const struct sockaddr_in6 *b) - { -- return IN6_ARE_ADDR_EQUAL (a->sin6_addr.s6_addr, -- b->sin6_addr.s6_addr); -+ return IN6_ARE_ADDR_EQUAL (&a->sin6_addr, -+ &b->sin6_addr); - } - - static gboolean diff --git a/devel/gnomevfs2/pkg-plist b/devel/gnomevfs2/pkg-plist index 8b16f153d..739ca05e8 100644 --- a/devel/gnomevfs2/pkg-plist +++ b/devel/gnomevfs2/pkg-plist @@ -1,5 +1,6 @@ bin/gnomevfs-cat bin/gnomevfs-copy +bin/gnomevfs-df bin/gnomevfs-info bin/gnomevfs-ls bin/gnomevfs-mkdir @@ -203,6 +204,7 @@ share/locale/id/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/is/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/it/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/ja/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/ka/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/ko/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/li/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/lt/LC_MESSAGES/gnome-vfs-2.0.mo @@ -216,8 +218,8 @@ share/locale/nb/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/ne/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/nl/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/nn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/no/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/nso/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/or/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/pa/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/pl/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/pt/LC_MESSAGES/gnome-vfs-2.0.mo |