From sunpoet@sunpoet.net  Tue May 22 09:02:31 2012
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 19F8E106566B;
	Tue, 22 May 2012 09:02:31 +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 D7AEF8FC08;
	Tue, 22 May 2012 09:02:30 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 3VxW8B6hqXz7V8; Tue, 22 May 2012 17:02:18 +0800 (CST)
Message-Id: <3VxW8B6hqXz7V8@sunpoet.net>
Date: Tue, 22 May 2012 17:02:18 +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.260
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         168224
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Glib2: update to 1.260
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 22 09:10:02 UTC 2012
>Closed-Date:    Mon Jun 11 02:11:48 UTC 2012
>Last-Modified:  Mon Jun 11 02:20:09 UTC 2012
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun May  6 00:46:29 CST
>Description:
- Update to 1.260
- Add LICENSE

Changes:	http://search.cpan.org/dist/Glib/NEWS

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

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

--- p5-Glib2-1.260.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Glib2/Makefile,v
retrieving revision 1.45
diff -u -u -r1.45 Makefile
--- Makefile	15 Feb 2012 14:10:21 -0000	1.45
+++ Makefile	22 May 2012 09:01:01 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	Glib2
-PORTVERSION=	1.250
-PORTREVISION=	1
+PORTVERSION=	1.260
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN/Glib SF/gtk2-perl/Glib/${PORTVERSION}
 PKGNAMEPREFIX=	p5-
@@ -16,8 +15,10 @@
 MAINTAINER=	swills@FreeBSD.org
 COMMENT=	This module provides access to Glib and GObject libraries
 
-BUILD_DEPENDS=	${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
-		${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends
+LICENSE=	LGPL21
+
+BUILD_DEPENDS=	p5-ExtUtils-Depends>=0.300:${PORTSDIR}/devel/p5-ExtUtils-Depends \
+		p5-ExtUtils-PkgConfig>=1:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
 
 USE_GNOME=	glib20
 PERL_CONFIGURE=	yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Glib2/distinfo,v
retrieving revision 1.29
diff -u -u -r1.29 distinfo
--- distinfo	1 Feb 2012 16:54:10 -0000	1.29
+++ distinfo	22 May 2012 09:01:01 -0000
@@ -1,2 +1,2 @@
-SHA256 (Glib-1.250.tar.gz) = 383a6ea6343944fa969fbb2eccff3a6d021c9344ee5669ae94ea265201b4bfc6
-SIZE (Glib-1.250.tar.gz) = 276583
+SHA256 (Glib-1.260.tar.gz) = db01e042278b6cd64a0be7bbb5b2432da236ec4f4bfb472d3ab5b2fe07c105a3
+SIZE (Glib-1.260.tar.gz) = 278587
--- p5-Glib2-1.260.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->swills 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue May 22 09:10:14 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168224 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Mon Jun 11 02:11:47 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168224: commit references a PR
Date: Mon, 11 Jun 2012 02:11:55 +0000 (UTC)

 swills      2012-06-11 02:11:40 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Glib2       Makefile distinfo 
   Log:
   - Update to 1.260
   
   PR:             ports/168224
   Submitted by:   sunpoet
   
   Revision  Changes    Path
   1.46      +5 -4      ports/devel/p5-Glib2/Makefile
   1.30      +2 -2      ports/devel/p5-Glib2/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:
