diff options
author | mef <mef@pkgsrc.org> | 2015-02-08 13:35:48 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-02-08 13:35:48 +0000 |
commit | b785d80b39e676f9e4d1553899a6c025450310bb (patch) | |
tree | 858588c59ec97a5611a3e7617c16bf36d97b5e0e /devel/p5-glib2 | |
parent | 94b09880748e8ef2af0a5c25f79e17843a85bc72 (diff) | |
download | pkgsrc-b785d80b39e676f9e4d1553899a6c025450310bb.tar.gz |
Update 1.304 to 1.307
---------------------
Overview of changes in Glib 1.307 (stable)
==========================================
* Fix hang of t/9.t on FreeBSD/NetBSD perls not built with "-pthread";
closes RT#82349
* Add code comments about the peculiar Glib::InitiallyUnowned sink handling
Overview of changes in Glib 1.306 (stable)
==========================================
* Fix libpthread-related building issues on OpenBSD
Overview of changes in Glib 1.305 (stable)
==========================================
* Disable the warning message when handing callbacks over to the main loop.
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, 6 insertions, 7 deletions
diff --git a/devel/p5-glib2/Makefile b/devel/p5-glib2/Makefile index 2c764490ef1..feb932cc5e9 100644 --- a/devel/p5-glib2/Makefile +++ b/devel/p5-glib2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2014/10/09 14:06:29 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2015/02/08 13:35:48 mef Exp $ -DISTNAME= Glib-1.304 +DISTNAME= Glib-1.307 PKGNAME= p5-${DISTNAME:S/Glib/glib2/} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} diff --git a/devel/p5-glib2/distinfo b/devel/p5-glib2/distinfo index 8b9528cb36f..cc96025b905 100644 --- a/devel/p5-glib2/distinfo +++ b/devel/p5-glib2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2014/01/26 11:56:45 obache Exp $ +$NetBSD: distinfo,v 1.20 2015/02/08 13:35:48 mef Exp $ -SHA1 (Glib-1.304.tar.gz) = f66615b386f33a74eab62271dab0e09730fcf632 -RMD160 (Glib-1.304.tar.gz) = c7795ecabf80d87fc416ff4267b30db292b78c5e -Size (Glib-1.304.tar.gz) = 285931 bytes +SHA1 (Glib-1.307.tar.gz) = c8ff231ab9518ec4d307e2c67a64a1e8ab7f5464 +RMD160 (Glib-1.307.tar.gz) = d15c0a008b072334d9761203db3f37b7aa3f6c40 +Size (Glib-1.307.tar.gz) = 286956 bytes |