Subject: pkg/34439: [update] devel/gob2
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Wilke <miwi@FreeBSD.org>
List: pkgsrc-bugs
Date: 08/31/2006 09:25:00
>Number:         34439
>Category:       pkg
>Synopsis:       [update] devel/gob2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Aug 31 09:25:00 +0000 2006
>Originator:     Martin Wilke
>Release:        NetBSD 4.0_BETA i386
>Organization:
>Environment:


System: NetBSD 4.0_BETA (MIWIBOX) #0: Tue Aug 29 10:29:38 CEST 2006
	miwi@mwilke.ath.cx:/usr/obj/sys/arch/i386/compile/MIWIBOX



>Description:


- Update to 2.0.14

- Changelog

	* Fix major segfault

2.0.13:
	* --no-touch support to avoid spurious rebuilds (see manpage)
          (Jean-Yves Lefort)
	* abstract class flag support (Jean-Yves Lefort)
	* allow BOXED in signal arguments (see manpage) (Big Thor)
	* fix libglade support (Nicolas Bruguier)


>How-To-Repeat:





>Fix:


--- gob2.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/gob2/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	27 Jun 2006 16:05:25 -0000	1.7
+++ Makefile	31 Aug 2006 06:29:09 -0000
@@ -1,7 +1,6 @@
 # $NetBSD: Makefile,v 1.7 2006/06/27 16:05:25 minskim Exp $
 
-DISTNAME=	gob2-2.0.12
-PKGREVISION=	1
+DISTNAME=	gob2-2.0.14
 CATEGORIES=	devel gnome
 MASTER_SITES=	http://ftp.5z.com/pub/gob/ \
 		http://ftp.5z.com/pub/gob/old/
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/gob2/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	7 Sep 2005 10:31:55 -0000	1.3
+++ distinfo	31 Aug 2006 06:30:01 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.3 2005/09/07 10:31:55 adam Exp $
 
-SHA1 (gob2-2.0.12.tar.gz) = 348484793ede201d84c07613cd921098f33719e5
-RMD160 (gob2-2.0.12.tar.gz) = 07dc2d597820b070cf13c1ec6473bae7cd11efb7
-Size (gob2-2.0.12.tar.gz) = 236357 bytes
+SHA1 (gob2-2.0.14.tar.gz) = 603873f1f9455ee5a03ff5ba7d327489e91b700d
+RMD160 (gob2-2.0.14.tar.gz) = e190a728ea90a0f76ff375ef151505643f5e70bc
+Size (gob2-2.0.14.tar.gz) = 249857 bytes
--- gob2.diff ends here ---