diff options
author | adam <adam@pkgsrc.org> | 2006-09-24 16:50:47 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-09-24 16:50:47 +0000 |
commit | c9474312a797beff0620aa9aa8cb4844b3a773be (patch) | |
tree | 1c1ad1ef242d41af9d2d64215bf7bcb7043b4fe2 /sysutils/gnome-vfsmm | |
parent | ba0f25025f4c6552fcc7ccc6eef25d3d90903eae (diff) | |
download | pkgsrc-c9474312a797beff0620aa9aa8cb4844b3a773be.tar.gz |
Changes 2.16.0/2.15.1:
Gnome::Vfs::Mime:
* Removed get_default_component(), get_short_list_components(),
get_all_components(), id_in_component_list(), and
id_list_from_component_list().
This is because the underlying functions have been removed from
gnome-vfs. This _is_ an ABI break, but we are taking this
extraordinary step because it is very unlikely that anyone is using
these methods, and in order to remove the dependency on Bonobo.
If you really need to use these methods, you should use
the underlying C functions, which have been moved to
libbonobo.
Diffstat (limited to 'sysutils/gnome-vfsmm')
-rw-r--r-- | sysutils/gnome-vfsmm/Makefile | 7 | ||||
-rw-r--r-- | sysutils/gnome-vfsmm/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/gnome-vfsmm/Makefile b/sysutils/gnome-vfsmm/Makefile index 5f812f83fbf..13d4759401d 100644 --- a/sysutils/gnome-vfsmm/Makefile +++ b/sysutils/gnome-vfsmm/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2006/09/16 12:20:32 jmmv Exp $ +# $NetBSD: Makefile,v 1.10 2006/09/24 16:50:47 adam Exp $ -DISTNAME= gnome-vfsmm-2.14.0 -PKGREVISION= 1 +DISTNAME= gnome-vfsmm-2.16.0 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-vfsmm/2.14/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-vfsmm/2.16/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= adam@NetBSD.org diff --git a/sysutils/gnome-vfsmm/distinfo b/sysutils/gnome-vfsmm/distinfo index 56d8644901a..93a807a4bee 100644 --- a/sysutils/gnome-vfsmm/distinfo +++ b/sysutils/gnome-vfsmm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2006/06/14 07:27:57 adam Exp $ +$NetBSD: distinfo,v 1.4 2006/09/24 16:50:47 adam Exp $ -SHA1 (gnome-vfsmm-2.14.0.tar.bz2) = 01b23f8258ad09a2ee993995d10e5a698877695a -RMD160 (gnome-vfsmm-2.14.0.tar.bz2) = 30f10b0884b1344e221aa476de3b397301957991 -Size (gnome-vfsmm-2.14.0.tar.bz2) = 324357 bytes +SHA1 (gnome-vfsmm-2.16.0.tar.bz2) = 97ba002b42ef0903e1b3453bc5130c7c2159359a +RMD160 (gnome-vfsmm-2.16.0.tar.bz2) = 464f50d37197cfa802efba388b6ea531c8378749 +Size (gnome-vfsmm-2.16.0.tar.bz2) = 328827 bytes |