From sunpoet@sunpoet.net  Sat Oct 15 13:43:55 2011
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C8D63106566B;
	Sat, 15 Oct 2011 13:43:55 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id 93F3D8FC15;
	Sat, 15 Oct 2011 13:43:55 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id A1C964303; Sat, 15 Oct 2011 21:43:52 +0800 (CST)
Message-Id: <20111015134352.A1C964303@sunpoet.net>
Date: Sat, 15 Oct 2011 21:43:52 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: swills@FreeBSD.org
Subject: [PATCH] devel/p5-Glib2: update to 1.240
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         161685
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Glib2: update to 1.240
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 15 13:50:10 UTC 2011
>Closed-Date:    Sat Oct 15 15:04:45 UTC 2011
>Last-Modified:  Sat Oct 15 15:10:10 UTC 2011
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Sep 28 22:36:13 CST 2011
>Description:
- Update to 1.240
- Remove outdated OSVERSION check

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

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Glib2-1.240.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Glib2/Makefile,v
retrieving revision 1.40
diff -u -u -r1.40 Makefile
--- Makefile	9 Dec 2010 02:36:55 -0000	1.40
+++ Makefile	15 Oct 2011 13:43:06 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Glib2
-PORTVERSION=	1.223
+PORTVERSION=	1.240
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN/Glib SF/gtk2-perl/Glib/${PORTVERSION}
 PKGNAMEPREFIX=	p5-
@@ -22,14 +22,8 @@
 PERL_CONFIGURE=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME:S/2//}-${PORTVERSION}
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 700000
-BROKEN=		does not compile on 6.X
-.endif
-
 post-install:
 	@cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \
 		's,^,${MAN3PREFIX:S,^${PREFIX}/,,}/man/man3/,' >> ${TMPPLIST}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Glib2/distinfo,v
retrieving revision 1.25
diff -u -u -r1.25 distinfo
--- distinfo	3 Jul 2011 14:57:21 -0000	1.25
+++ distinfo	15 Oct 2011 13:43:06 -0000
@@ -1,2 +1,2 @@
-SHA256 (Glib-1.223.tar.gz) = 250fc7b888ddf96bf5ace9fd738108acb256209d4b8678532c4ed7262e915ae7
-SIZE (Glib-1.223.tar.gz) = 267173
+SHA256 (Glib-1.240.tar.gz) = f47b3a6821133df3303c09057a2747df1fcfb022dc1cff007a9a8435a3ff5611
+SIZE (Glib-1.240.tar.gz) = 278781
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Glib2/pkg-plist,v
retrieving revision 1.11
diff -u -u -r1.11 pkg-plist
--- pkg-plist	13 Apr 2009 05:40:04 -0000	1.11
+++ pkg-plist	15 Oct 2011 13:43:06 -0000
@@ -19,16 +19,14 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/Glib/Object/Subclass.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Glib/OptionGroup.pod
 %%SITE_PERL%%/%%PERL_ARCH%%/Glib/OptionContext.pod
-%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Param/Boolean.pod
 %%SITE_PERL%%/%%PERL_ARCH%%/Glib/Param/Double.pod
 %%SITE_PERL%%/%%PERL_ARCH%%/Glib/Param/Enum.pod
 %%SITE_PERL%%/%%PERL_ARCH%%/Glib/Param/Flags.pod
+%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Param/GType.pod
 %%SITE_PERL%%/%%PERL_ARCH%%/Glib/Param/Int.pod
 %%SITE_PERL%%/%%PERL_ARCH%%/Glib/Param/Int64.pod
-%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Param/String.pod
 %%SITE_PERL%%/%%PERL_ARCH%%/Glib/Param/UInt.pod
 %%SITE_PERL%%/%%PERL_ARCH%%/Glib/Param/UInt64.pod
-%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Param/Unichar.pod
 %%SITE_PERL%%/%%PERL_ARCH%%/Glib/ParamSpec.pod
 %%SITE_PERL%%/%%PERL_ARCH%%/Glib/ParseXSDoc.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Glib/Signal.pod
--- p5-Glib2-1.240.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->swills 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Oct 15 13:50:20 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161685 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Sat Oct 15 15:04:44 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/161685: commit references a PR
Date: Sat, 15 Oct 2011 15:04:44 +0000 (UTC)

 swills      2011-10-15 15:04:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Glib2       Makefile distinfo pkg-plist 
   Log:
   - Update to 1.240
   
   PR:             ports/161685
   Submitted by:   sunpoet
   
   Revision  Changes    Path
   1.41      +2 -8      ports/devel/p5-Glib2/Makefile
   1.26      +2 -2      ports/devel/p5-Glib2/distinfo
   1.12      +1 -3      ports/devel/p5-Glib2/pkg-plist
 _______________________________________________
 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:
