diff options
author | wiz <wiz@pkgsrc.org> | 2009-01-07 21:28:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-01-07 21:28:56 +0000 |
commit | cf0000d2eb81777f7e7618cf5884f86e9915745b (patch) | |
tree | 311fa8dafff43f947395d41ce76199b01979a9d3 /devel/py-gobject | |
parent | 73a9566fece6a62878c22827fb18f4cc028d58dd (diff) | |
download | pkgsrc-cf0000d2eb81777f7e7618cf5884f86e9915745b.tar.gz |
Update py-gobject to 2.16.0:
2.16.0 04-jan-2009
- gobject.timeout_add_seconds() not found in docs
(Paul Pogonyshev, #547119)
- _wrap_g_output_stream_write_async not adding a reference to the
buffer passed (Paul, #564102)
- gio.VolumeMonitor segfaults (Gian Mario Tagliaretti, #555613)
- Test if `domain' is not-null before using it to avoids segfaults
(Paul, #561826)
- g_output_stream_write_all use gsize instead of gssize (Gian)
- add __repr__ to gio.Drive, gio.Mount and gio.Volume
(Paul, #530935)
- Missing AC_CONFIG_MACRO_DIR([m4]) (Loïc Minier, #551227)
- Make codegen not import when corresponding argument types are not
registered (Paul, #551056)
- Fix typos breaking compilation (Frederic Peters #551212)
- GFile load_contents methods chop data at first \0
(Jonathan Matthew, #551059)
Diffstat (limited to 'devel/py-gobject')
-rw-r--r-- | devel/py-gobject/Makefile | 5 | ||||
-rw-r--r-- | devel/py-gobject/Makefile.common | 8 | ||||
-rw-r--r-- | devel/py-gobject/distinfo | 12 | ||||
-rw-r--r-- | devel/py-gobject/patches/patch-aa | 10 | ||||
-rw-r--r-- | devel/py-gobject/patches/patch-ab | 8 |
5 files changed, 22 insertions, 21 deletions
diff --git a/devel/py-gobject/Makefile b/devel/py-gobject/Makefile index 34aad047a2a..0242fd7eb47 100644 --- a/devel/py-gobject/Makefile +++ b/devel/py-gobject/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2008/11/08 10:14:25 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2009/01/07 21:28:56 wiz Exp $ # -PKGNAME= ${PYPKGPREFIX}-gobject-2.15.4 -PKGREVISION= 1 +PKGNAME= ${PYPKGPREFIX}-gobject-2.16.0 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/py-gobject/Makefile.common b/devel/py-gobject/Makefile.common index b57658efca2..9e521a5d252 100644 --- a/devel/py-gobject/Makefile.common +++ b/devel/py-gobject/Makefile.common @@ -1,9 +1,11 @@ -# $NetBSD: Makefile.common,v 1.10 2008/10/16 13:52:05 drochner Exp $ +# $NetBSD: Makefile.common,v 1.11 2009/01/07 21:28:56 wiz Exp $ # +# used by devel/py-gobject/Makefile +# used by devel/py-gobject-shared/Makefile -DISTNAME= pygobject-2.15.4 +DISTNAME= pygobject-2.16.0 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygobject/2.15/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygobject/2.16/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.pygtk.org/ diff --git a/devel/py-gobject/distinfo b/devel/py-gobject/distinfo index 825e38096ba..c9db691ab2e 100644 --- a/devel/py-gobject/distinfo +++ b/devel/py-gobject/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.12 2008/10/16 13:52:05 drochner Exp $ +$NetBSD: distinfo,v 1.13 2009/01/07 21:28:57 wiz Exp $ -SHA1 (pygobject-2.15.4.tar.gz) = 3da6654aee9b03b578bb11bf6879e57bd939a60b -RMD160 (pygobject-2.15.4.tar.gz) = 651b2670e8065b6519dc67ae7684097180534d56 -Size (pygobject-2.15.4.tar.gz) = 602031 bytes -SHA1 (patch-aa) = f6ddc269a63e6655cf6beb72fa3786ff6a43ca09 -SHA1 (patch-ab) = e7aed7052b6f1cc9f4b82c4f3f48644bc1156a72 +SHA1 (pygobject-2.16.0.tar.gz) = 7145d8245507a3e5493eaa9da54ba08db33a18d6 +RMD160 (pygobject-2.16.0.tar.gz) = 7b4cd5cba9178adc2cba12098c0d391d62945bbe +Size (pygobject-2.16.0.tar.gz) = 629647 bytes +SHA1 (patch-aa) = 7017840985a985ef92ec8983dd8f4d8763c38ed3 +SHA1 (patch-ab) = 6e547a4e1fdfc7e6754805f9bc1244bbcf13a916 SHA1 (patch-ac) = a2353cb390ab1d85483ec15b1c07c3a9e3373567 diff --git a/devel/py-gobject/patches/patch-aa b/devel/py-gobject/patches/patch-aa index 56ad6a8c310..b5cef08c404 100644 --- a/devel/py-gobject/patches/patch-aa +++ b/devel/py-gobject/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.4 2008/10/16 13:52:05 drochner Exp $ +$NetBSD: patch-aa,v 1.5 2009/01/07 21:28:57 wiz Exp $ ---- Makefile.in.orig 2008-09-03 09:51:10.000000000 +0200 +--- Makefile.in.orig 2009-01-04 21:34:58.000000000 +0100 +++ Makefile.in -@@ -802,7 +802,7 @@ info: info-recursive +@@ -816,7 +816,7 @@ info: info-recursive info-am: -install-data-am: install-data-local install-pkgconfigDATA +install-data-am: install-data-local - install-dvi: install-dvi-recursive - + install-exec-am: install-exec-local install-pkgpyexecLTLIBRARIES \ + install-pkgpyexecPYTHON install-pyexecLTLIBRARIES \ diff --git a/devel/py-gobject/patches/patch-ab b/devel/py-gobject/patches/patch-ab index 7c7e9e00265..01522fe2727 100644 --- a/devel/py-gobject/patches/patch-ab +++ b/devel/py-gobject/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.4 2008/10/16 13:52:05 drochner Exp $ +$NetBSD: patch-ab,v 1.5 2009/01/07 21:28:57 wiz Exp $ ---- gobject/Makefile.in.orig 2008-09-03 09:51:10.000000000 +0200 +--- gobject/Makefile.in.orig 2009-01-04 21:34:58.000000000 +0100 +++ gobject/Makefile.in -@@ -675,7 +675,7 @@ info: info-am +@@ -693,7 +693,7 @@ info: info-am info-am: install-data-am: install-nodist_pygobjectPYTHON \ @@ -10,4 +10,4 @@ $NetBSD: patch-ab,v 1.4 2008/10/16 13:52:05 drochner Exp $ + install-pygobjectLTLIBRARIES \ install-pygobjectPYTHON - install-dvi: install-dvi-am + install-exec-am: |