diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-05 21:56:16 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-05 21:56:16 +0800 |
commit | d8bf069dd801ec884aa107343af61089eca9e496 (patch) | |
tree | fb83abaa89d1bd6e8a395302a95fa3968923a801 /devel | |
parent | 3afce21ede86c61df99424af80f755282ad22671 (diff) | |
download | marcuscom-ports-d8bf069dd801ec884aa107343af61089eca9e496.tar.gz marcuscom-ports-d8bf069dd801ec884aa107343af61089eca9e496.tar.zst marcuscom-ports-d8bf069dd801ec884aa107343af61089eca9e496.zip |
Update to 2.12.1.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4918 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnome-vfs/Makefile | 4 | ||||
-rw-r--r-- | devel/gnome-vfs/distinfo | 4 | ||||
-rw-r--r-- | devel/gnome-vfs/files/patch-modules_smb-method.c | 11 | ||||
-rw-r--r-- | devel/gnomevfs2/Makefile | 4 | ||||
-rw-r--r-- | devel/gnomevfs2/distinfo | 4 | ||||
-rw-r--r-- | devel/gnomevfs2/files/patch-modules_smb-method.c | 11 |
6 files changed, 8 insertions, 30 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index f09354d91..bf9d1070a 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.111 2005/09/20 05:50:55 marcus Exp $ +# $MCom: ports/devel/gnomevfs2/Makefile,v 1.112 2005/10/03 16:07:15 marcus Exp $ # PORTNAME= gnomevfs2 -PORTVERSION= 2.12.1 +PORTVERSION= 2.12.1.1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-vfs/2.12 diff --git a/devel/gnome-vfs/distinfo b/devel/gnome-vfs/distinfo index d99c78971..df476c602 100644 --- a/devel/gnome-vfs/distinfo +++ b/devel/gnome-vfs/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gnome-vfs-2.12.1.tar.bz2) = 95b0308d49aba17b9cb36c84f8467017 -SIZE (gnome2/gnome-vfs-2.12.1.tar.bz2) = 1725467 +MD5 (gnome2/gnome-vfs-2.12.1.1.tar.bz2) = bc62212600167acf78c9771add5cce7e +SIZE (gnome2/gnome-vfs-2.12.1.1.tar.bz2) = 1726588 diff --git a/devel/gnome-vfs/files/patch-modules_smb-method.c b/devel/gnome-vfs/files/patch-modules_smb-method.c deleted file mode 100644 index 416dae018..000000000 --- a/devel/gnome-vfs/files/patch-modules_smb-method.c +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/smb-method.c.orig Mon Sep 12 02:29:46 2005 -+++ modules/smb-method.c Mon Sep 12 02:30:57 2005 -@@ -1486,7 +1486,7 @@ do_close (GnomeVFSMethod *method, - - /* Important: perform_authentication leaves and re-enters the lock! */ - while (perform_authentication (&actx) > 0) { -- r = smb_context->close (smb_context, handle->file); -+ r = smb_context->close_fn (smb_context, handle->file); - actx.res = (r >= 0) ? GNOME_VFS_OK : gnome_vfs_result_from_errno (); - } - diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index f09354d91..bf9d1070a 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.111 2005/09/20 05:50:55 marcus Exp $ +# $MCom: ports/devel/gnomevfs2/Makefile,v 1.112 2005/10/03 16:07:15 marcus Exp $ # PORTNAME= gnomevfs2 -PORTVERSION= 2.12.1 +PORTVERSION= 2.12.1.1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-vfs/2.12 diff --git a/devel/gnomevfs2/distinfo b/devel/gnomevfs2/distinfo index d99c78971..df476c602 100644 --- a/devel/gnomevfs2/distinfo +++ b/devel/gnomevfs2/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gnome-vfs-2.12.1.tar.bz2) = 95b0308d49aba17b9cb36c84f8467017 -SIZE (gnome2/gnome-vfs-2.12.1.tar.bz2) = 1725467 +MD5 (gnome2/gnome-vfs-2.12.1.1.tar.bz2) = bc62212600167acf78c9771add5cce7e +SIZE (gnome2/gnome-vfs-2.12.1.1.tar.bz2) = 1726588 diff --git a/devel/gnomevfs2/files/patch-modules_smb-method.c b/devel/gnomevfs2/files/patch-modules_smb-method.c deleted file mode 100644 index 416dae018..000000000 --- a/devel/gnomevfs2/files/patch-modules_smb-method.c +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/smb-method.c.orig Mon Sep 12 02:29:46 2005 -+++ modules/smb-method.c Mon Sep 12 02:30:57 2005 -@@ -1486,7 +1486,7 @@ do_close (GnomeVFSMethod *method, - - /* Important: perform_authentication leaves and re-enters the lock! */ - while (perform_authentication (&actx) > 0) { -- r = smb_context->close (smb_context, handle->file); -+ r = smb_context->close_fn (smb_context, handle->file); - actx.res = (r >= 0) ? GNOME_VFS_OK : gnome_vfs_result_from_errno (); - } - |