diff options
author | drochner <drochner@pkgsrc.org> | 2005-05-13 11:11:29 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-05-13 11:11:29 +0000 |
commit | 2ec36f52e2c81859c9aa7a78a821eec9e8701e63 (patch) | |
tree | dd128734f3012bad557ed7a1acef5c111fe8dd6a /x11/py-gtk2 | |
parent | 36ccbedf479214fb021c0f0247379d51aae93495 (diff) | |
download | pkgsrc-2ec36f52e2c81859c9aa7a78a821eec9e8701e63.tar.gz |
update to 2.6.2
changes:
- Allow None to be sent in to set_group radio widgets
- guint/gsize as longs
- Check for exceptions in child_watch
- Bug fixes
Diffstat (limited to 'x11/py-gtk2')
-rw-r--r-- | x11/py-gtk2/Makefile | 4 | ||||
-rw-r--r-- | x11/py-gtk2/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile index 13dcaf1d79d..e6efe092dd6 100644 --- a/x11/py-gtk2/Makefile +++ b/x11/py-gtk2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2005/04/26 20:28:24 drochner Exp $ +# $NetBSD: Makefile,v 1.25 2005/05/13 11:11:29 drochner Exp $ # -DISTNAME= pygtk-2.6.1 +DISTNAME= pygtk-2.6.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pygtk/gtk2/} CATEGORIES= x11 python MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygtk/2.6/} diff --git a/x11/py-gtk2/distinfo b/x11/py-gtk2/distinfo index a95c57c831a..9bd0acaa432 100644 --- a/x11/py-gtk2/distinfo +++ b/x11/py-gtk2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2005/04/26 20:28:24 drochner Exp $ +$NetBSD: distinfo,v 1.9 2005/05/13 11:11:29 drochner Exp $ -SHA1 (pygtk-2.6.1.tar.bz2) = a34cedeaeb9e794c9d3a2ce2b35387382b985a3a -RMD160 (pygtk-2.6.1.tar.bz2) = 75c88308bda1c9c245b8e1d618e61b8b62d84ddb -Size (pygtk-2.6.1.tar.bz2) = 729460 bytes +SHA1 (pygtk-2.6.2.tar.bz2) = 3d1ecf9c9dbff44b8388fab4e04c5061ecd41a7e +RMD160 (pygtk-2.6.2.tar.bz2) = 464639d4d9d4dbb39175a3615126c29c5453b2a2 +Size (pygtk-2.6.2.tar.bz2) = 731185 bytes |