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 /audio | |
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 'audio')
-rw-r--r-- | audio/gnome-vfs2-cdda/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/gnome-vfs2-cdda/Makefile b/audio/gnome-vfs2-cdda/Makefile index ce90436a7d5..9749f8395fe 100644 --- a/audio/gnome-vfs2-cdda/Makefile +++ b/audio/gnome-vfs2-cdda/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2005/12/31 12:32:31 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2006/01/20 13:29:13 jmmv Exp $ # GNOME_VFS2_NAME= cdda -PKGREVISION= 1 CATEGORIES= audio CPPFLAGS+= -I${BUILDLINK_PREFIX.cdparanoia}/include/cdparanoia |