diff options
author | he <he@pkgsrc.org> | 2008-07-27 16:03:32 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-07-27 16:03:32 +0000 |
commit | 15f3925f21312385b2b980db2d8c4d4680572391 (patch) | |
tree | 6d98aad6ce65fdfdbcf51c243f642df667a90014 /devel/p5-glib2 | |
parent | 1270427078b3ebc07e734ea52ced5756b819430d (diff) | |
download | pkgsrc-15f3925f21312385b2b980db2d8c4d4680572391.tar.gz |
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>
* Glib.pm
* NEWS
* README: Stable release 1.183.
2008-05-31 Torsten Schoenfeld <kaffeetisch@gmx.de>
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>
* GType.xs
* Glib.pm
* t/c.t: Overload '!=' and 'ne' for flags values for consistency.
2008-05-20 Torsten Schoenfeld <kaffeetisch@gmx.de>
* 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>
* 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>
* xs/GType.xs
* t/c.t: Register Glib::Enum and Glib::Flags. Remove special case
logic for these from Glib::Type::register().
Diffstat (limited to 'devel/p5-glib2')
-rw-r--r-- | devel/p5-glib2/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-glib2/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/p5-glib2/Makefile b/devel/p5-glib2/Makefile index f77a08b1a16..df4dfc34b7f 100644 --- a/devel/p5-glib2/Makefile +++ b/devel/p5-glib2/Makefile @@ -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 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} MAINTAINER= pkgsrc-users@NetBSD.org 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 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= pkg-config -DIST_VERSION= 1.182 +DIST_VERSION= 1.183 PERL5_PACKLIST= auto/Glib/.packlist diff --git a/devel/p5-glib2/distinfo b/devel/p5-glib2/distinfo index 155c54bc8f1..bb5680f3697 100644 --- a/devel/p5-glib2/distinfo +++ b/devel/p5-glib2/distinfo @@ -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 |