diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-01-20 13:29:13 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-01-20 13:29:13 +0000 |
commit | 7f89f0cb25c5a542819cd5e9d84f8405ce1142d0 (patch) | |
tree | 7b61364ca3776738e627fd6b4c94787aa3619bd3 /sysutils/gnome-vfs2/Makefile | |
parent | 9d03c8f240e17c318eee28a3a91ce4cb5934a463 (diff) | |
download | pkgsrc-7f89f0cb25c5a542819cd5e9d84f8405ce1142d0.tar.gz |
Update gnome-vfs2* to 2.12.2:
* Correctly resolve nested symlinks without accessing
invalid memory
* Synch xdgmime with upstream to fix handling of the
mime cache
* Improve parsing of files which have names that match dates,
years or times of day.
* Correctly return GNOME_VFS_ERROR_CANCELLED if an
authentication was cancelled in the ftp, sftp and smb method
* Fix problem with multiple cd volumes
* Add logic for Win32 so we won't return crap like /x:/foo/bar.zap
and fix handling of file overwrites.
Diffstat (limited to 'sysutils/gnome-vfs2/Makefile')
-rw-r--r-- | sysutils/gnome-vfs2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/gnome-vfs2/Makefile b/sysutils/gnome-vfs2/Makefile index d07dfcb3277..e710da84875 100644 --- a/sysutils/gnome-vfs2/Makefile +++ b/sysutils/gnome-vfs2/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2005/12/31 12:32:45 wiz Exp $ - -PKGREVISION= 2 +# $NetBSD: Makefile,v 1.54 2006/01/20 13:29:13 jmmv Exp $ PKGCONFIG_OVERRIDE= gnome-vfs-2.0.pc.in PKGCONFIG_OVERRIDE+= gnome-vfs-module-2.0.pc.in |