From kagotani@serv52.infsys.cne.okayama-u.ac.jp  Mon Jun 18 08:29:53 2012
Return-Path: <kagotani@serv52.infsys.cne.okayama-u.ac.jp>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id ECC341065670;
	Mon, 18 Jun 2012 08:29:53 +0000 (UTC)
	(envelope-from kagotani@serv52.infsys.cne.okayama-u.ac.jp)
Received: from serv52.infsys.cne.okayama-u.ac.jp (serv52.infsys.cne.okayama-u.ac.jp [150.46.6.52])
	by mx1.freebsd.org (Postfix) with ESMTP id 86F368FC08;
	Mon, 18 Jun 2012 08:29:53 +0000 (UTC)
Received: from serv52.infsys.cne.okayama-u.ac.jp (localhost [127.0.0.1])
	by serv52.infsys.cne.okayama-u.ac.jp (8.14.5/8.14.5) with ESMTP id q5I8Tkrx074399;
	Mon, 18 Jun 2012 17:29:46 +0900 (JST)
	(envelope-from kagotani@serv52.infsys.cne.okayama-u.ac.jp)
Received: (from root@localhost)
	by serv52.infsys.cne.okayama-u.ac.jp (8.14.5/8.14.5/Submit) id q5I8TjUJ074398;
	Mon, 18 Jun 2012 17:29:45 +0900 (JST)
	(envelope-from kagotani)
Message-Id: <201206180829.q5I8TjUJ074398@serv52.infsys.cne.okayama-u.ac.jp>
Date: Mon, 18 Jun 2012 17:29:45 +0900 (JST)
From: Hiroto Kagotani <hiroto.kagotani@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: swills@freebsd.org
Subject: [PATCH] x11-toolkits/p5-Gtk2: update to 1.243
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         169192
>Category:       ports
>Synopsis:       [PATCH] x11-toolkits/p5-Gtk2: update to 1.243
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 18 08:30:13 UTC 2012
>Closed-Date:    Thu Jun 21 01:46:48 UTC 2012
>Last-Modified:  Thu Jun 21 01:50:08 UTC 2012
>Originator:     Hiroto Kagotani
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD myhost.mydomain 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC
>Description:
- Update to 1.243

1.242 is not compatible with devel/p5-Glib2-1.260.
This incompatibility causes some warnings related to
re-registration of GType for GConnectFlags for p5-Gtk2 apps,
and a segfault for my private app.

Port maintainer (swills@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
>How-To-Repeat:
>Fix:

--- p5-Gtk2-1.243.patch begins here ---
diff -ruN --exclude=CVS ../p5-Gtk2-1.242_1/Makefile ./Makefile
--- ../p5-Gtk2-1.242_1/Makefile	2012-06-01 14:25:57.000000000 +0900
+++ ./Makefile	2012-06-18 17:03:47.000000000 +0900
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	Gtk2
-PORTVERSION=	1.242
-PORTREVISION=	1
+PORTVERSION=	1.243
 CATEGORIES=	x11-toolkits lang perl5
 MASTER_SITES=	CPAN SF/${PORTNAME:L}-perl/${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	p5-
diff -ruN --exclude=CVS ../p5-Gtk2-1.242_1/distinfo ./distinfo
--- ../p5-Gtk2-1.242_1/distinfo	2012-02-02 01:56:14.000000000 +0900
+++ ./distinfo	2012-06-18 17:04:08.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (Gtk2-1.242.tar.gz) = 8c3ebd2d0bce82f421166fe2c2345b048214f6a83791a0e5cdd90eac0d756281
-SIZE (Gtk2-1.242.tar.gz) = 740140
+SHA256 (Gtk2-1.243.tar.gz) = 039bd521eab4133a5af0485efa64b7c52ec7539855d3057e27a551d562a03a8f
+SIZE (Gtk2-1.243.tar.gz) = 740472
--- p5-Gtk2-1.243.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->swills 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jun 18 08:30:24 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169192 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Thu Jun 21 01:46:46 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169192 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169192: commit references a PR
Date: Thu, 21 Jun 2012 01:45:16 +0000 (UTC)

 swills      2012-06-21 01:44:57 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11-toolkits/p5-Gtk2 Makefile distinfo 
   Log:
   - Update to 1.243
   
   PR:             ports/169192
   Submitted by:   Hiroto Kagotani <hiroto.kagotani@gmail.com>
   
   Revision  Changes    Path
   1.46      +9 -10     ports/x11-toolkits/p5-Gtk2/Makefile
   1.26      +2 -2      ports/x11-toolkits/p5-Gtk2/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
