pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-glib2 Update from version 1.182 to 1.183.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0138cba1ea74
branches: trunk
changeset: 545146:0138cba1ea74
user: he <he%pkgsrc.org@localhost>
date: Sun Jul 27 16:03:32 2008 +0000
description:
Update from version 1.182 to 1.183.
Pkgsrc change:
o Add commented-out homepage on search.cpan.org.
Upstream changes:
2008-06-02 Torsten Schoenfeld <kaffeetisch%gmx.de@localhost>
* Glib.pm
* NEWS
* README: Stable release 1.183.
2008-05-31 Torsten Schoenfeld <kaffeetisch%gmx.de@localhost>
Merge from HEAD:
* GSignal.xs: In the xsub for g_signal_add_emission_hook, make
sure that the type class exists before we try to fetch information
about one of its signals.
2008-05-22 Torsten Schoenfeld <kaffeetisch%gmx.de@localhost>
* GType.xs
* Glib.pm
* t/c.t: Overload '!=' and 'ne' for flags values for consistency.
2008-05-20 Torsten Schoenfeld <kaffeetisch%gmx.de@localhost>
* GClosure.xs (gperl_callback_invoke): Put a mortal copy of the
user data on the stack to avoid prematurely destroying it in
certain cases. Patch by Kevin Ryde.
* t/c.t: Test that empty flags values ([], undef) work.
* GType.xs (gperl_convert_flag_one): Don't call
gperl_type_flags_get_values needlessly.
2008-05-04 Torsten Schoenfeld <kaffeetisch%gmx.de@localhost>
* GBoxed.xs
* GType.xs: Use const char* to store the return value of
sv_reftype.
* Subclass.pm: Improve the documentation of GET_PROPERTY and
SET_PROPERTY. (Patch by Kevin Ryde)
2008-04-19 muppet <scott%asofyet.org@localhost>
* xs/GType.xs
* t/c.t: Register Glib::Enum and Glib::Flags. Remove special case
logic for these from Glib::Type::register().
diffstat:
devel/p5-glib2/Makefile | 5 +++--
devel/p5-glib2/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (39 lines):
diff -r 9de8ce9e5872 -r 0138cba1ea74 devel/p5-glib2/Makefile
--- a/devel/p5-glib2/Makefile Sun Jul 27 16:02:09 2008 +0000
+++ b/devel/p5-glib2/Makefile Sun Jul 27 16:03:32 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2008/06/14 20:56:04 heinz Exp $
+# $NetBSD: Makefile,v 1.25 2008/07/27 16:03:32 he Exp $
#
DISTNAME= Glib-${DIST_VERSION}
@@ -9,6 +9,7 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://gtk2-perl.sourceforge.net/
+#HOMEPAGE= http://search.cpan.org/dist/Glib/
COMMENT= Perl bindings for Glib 2
DEPENDS+= p5-ExtUtils-Depends>=0.300:../../devel/p5-ExtUtils-Depends
@@ -21,7 +22,7 @@
USE_TOOLS+= pkg-config
-DIST_VERSION= 1.182
+DIST_VERSION= 1.183
PERL5_PACKLIST= auto/Glib/.packlist
diff -r 9de8ce9e5872 -r 0138cba1ea74 devel/p5-glib2/distinfo
--- a/devel/p5-glib2/distinfo Sun Jul 27 16:02:09 2008 +0000
+++ b/devel/p5-glib2/distinfo Sun Jul 27 16:03:32 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2008/04/21 14:40:09 xtraeme Exp $
+$NetBSD: distinfo,v 1.9 2008/07/27 16:03:32 he Exp $
-SHA1 (Glib-1.182.tar.gz) = 2eb77871038347291f387cbba535f4a845122ef1
-RMD160 (Glib-1.182.tar.gz) = b1ea0e6d18c983cc248c8c031de940ca2302bf7a
-Size (Glib-1.182.tar.gz) = 247621 bytes
+SHA1 (Glib-1.183.tar.gz) = c0cbe4212db75bb33d174a9499d39c3f0dad0559
+RMD160 (Glib-1.183.tar.gz) = 2c2346b313452c07875480fda861fd98c695a779
+Size (Glib-1.183.tar.gz) = 248539 bytes
Home |
Main Index |
Thread Index |
Old Index