diff options
author | mef <mef> | 2016-12-15 21:54:25 +0000 |
---|---|---|
committer | mef <mef> | 2016-12-15 21:54:25 +0000 |
commit | 02999a1441083aec882281f6c1752bb8f5fe0efa (patch) | |
tree | 61800672181e915ab8d3fd0c025515da671be757 /devel | |
parent | 8db43cf2afa3a1123c97e4bbd77d77a2ce75be23 (diff) | |
download | pkgsrc-02999a1441083aec882281f6c1752bb8f5fe0efa.tar.gz |
Updated devel/p5-Glib-Object-Introspection to 0.041
---------------------------------------------------
(From NEWS:)
Overview of changes in Glib::Object::Introspection 0.041
========================================================
∗ Tweak the test environment to work with newer ExtUtils::MakeMaker
* Use the stack in favor of heap allocation during marshalling
* Use custom code to find struct methods in order to avoid a bug
* Remove an unused internal variable
* Add support for object class functions
* Add support for marshalling GParamSpec
* Add Glib::Object::Introspection::GValueWrapper::get_value
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Glib-Object-Introspection/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Glib-Object-Introspection/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-Glib-Object-Introspection/Makefile b/devel/p5-Glib-Object-Introspection/Makefile index 9dd6cad1257..de7218c0c64 100644 --- a/devel/p5-Glib-Object-Introspection/Makefile +++ b/devel/p5-Glib-Object-Introspection/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2016/06/08 19:23:00 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2016/12/15 21:54:25 mef Exp $ -DISTNAME= Glib-Object-Introspection-0.040 +DISTNAME= Glib-Object-Introspection-0.041 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} \ ${MASTER_SITE_PERL_CPAN:=Glib/} diff --git a/devel/p5-Glib-Object-Introspection/distinfo b/devel/p5-Glib-Object-Introspection/distinfo index 0e045372d92..c6938a3b8ca 100644 --- a/devel/p5-Glib-Object-Introspection/distinfo +++ b/devel/p5-Glib-Object-Introspection/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2016/04/20 12:32:11 mef Exp $ +$NetBSD: distinfo,v 1.5 2016/12/15 21:54:25 mef Exp $ -SHA1 (Glib-Object-Introspection-0.040.tar.gz) = 848887992cc3d1993af6f428609481f9047cfeb6 -RMD160 (Glib-Object-Introspection-0.040.tar.gz) = cf978c42e5e2995d0f9b44fc79089c3a499edb49 -SHA512 (Glib-Object-Introspection-0.040.tar.gz) = bd5e4db8b6e331fb9641e75a50a95fff1a823597a8e4c4e9f99a81e7aa2ee30d93856c56ecfea3785b8719dba6590169bcd006ea06d97170889091e6b9480e9f -Size (Glib-Object-Introspection-0.040.tar.gz) = 79009 bytes +SHA1 (Glib-Object-Introspection-0.041.tar.gz) = d77ad8ea8bd6bb228a34dc82e76212790b6ec697 +RMD160 (Glib-Object-Introspection-0.041.tar.gz) = 901bfb1e7e37c66717799c36ace2c243753ff67e +SHA512 (Glib-Object-Introspection-0.041.tar.gz) = 0cf81b496871cafb3afdde67f2c4dcfcd1d3ae391dd6e4a99c709b65736904307e0b39baf35c6fa18ba41aee31012376379637005e7a57f8089dd870cddab039 +Size (Glib-Object-Introspection-0.041.tar.gz) = 80565 bytes |