diff options
author | rh <rh@pkgsrc.org> | 2001-05-22 05:53:21 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-05-22 05:53:21 +0000 |
commit | 0edbf1d6f0e852dbbc203c7d3788c2a7bbfa1afa (patch) | |
tree | 89589f7ac8ae7800164fe7e931fe187479085a24 /devel | |
parent | 328058611a1f3c1bbf3ab1a94c578fc6ddfadf8f (diff) | |
download | pkgsrc-0edbf1d6f0e852dbbc203c7d3788c2a7bbfa1afa.tar.gz |
Update bonobo to 1.0.4. Notable changes include:
Bonobo 1.0.4
* Revert WM Focus order fix
* Kill duff plug/socket assertion
* Canvas item redraw bug fixage
* Moniker mime query fixes
* Remove 'object' keyword misuse from IDL
* Honour gnome_preferences_get_menus_have_icons
* PropertyControl leak fixage
* UIContainer /Control / ControlFrame debug calming
* Dependency fix
* Documentation fixes.
Bonobo 1.0.3
* Focus fixage
* WM Focus order fixage
* Sensitivity fixage
* Much MacOS X build fixage & cleaning
* bonobo_x_object fix & test-xobject
* some re-enterancy issues nailed
* bonobo-listener fix
* Documentation fixage
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bonobo/Makefile | 9 | ||||
-rw-r--r-- | devel/bonobo/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index f2aee56dd6b..415be5dfd83 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.13 2001/04/27 19:44:39 danw Exp $ +# $NetBSD: Makefile,v 1.14 2001/05/22 05:53:21 rh Exp $ # -DISTNAME= bonobo-1.0.2 -PKGNAME= bonobo-1.0.2nb1 +DISTNAME= bonobo-1.0.4 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/bonobo/} +MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/bonobo/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/ COMMENT= Architecture for creating reusable software components BUILD_DEPENDS+= bison-*:../../devel/bison -DEPENDS+= ORBit>=0.5.7:../../net/ORBit +DEPENDS+= ORBit>=0.5.8:../../net/ORBit DEPENDS+= gdk-pixbuf-gnome>=0.10.0:../../graphics/gdk-pixbuf-gnome DEPENDS+= oaf>=0.6.5:../../devel/oaf DEPENDS+= gnome-libs>=1.2.13:../../x11/gnome-libs diff --git a/devel/bonobo/distinfo b/devel/bonobo/distinfo index 25d3241a257..38168202ee9 100644 --- a/devel/bonobo/distinfo +++ b/devel/bonobo/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2001/04/29 18:52:40 danw Exp $ +$NetBSD: distinfo,v 1.5 2001/05/22 05:53:21 rh Exp $ -SHA1 (bonobo-1.0.2.tar.gz) = 8b16282fc14014a92959d0bf8fc79850e63c1a68 -Size (bonobo-1.0.2.tar.gz) = 1476160 bytes +SHA1 (bonobo-1.0.4.tar.gz) = ad69bfb5f355187bbb479672158da62577539413 +Size (bonobo-1.0.4.tar.gz) = 1463398 bytes SHA1 (patch-aa) = abb08c79e9971e755f4fef72bce46a88e9299397 SHA1 (patch-ab) = dcb60df7c4eed7efbf8086135a9f1e6fdecc1d36 SHA1 (patch-ac) = 8bb5ccbf3755172fc1b88ea8ff03f74839d30133 |