From sunpoet@sunpoet.net  Tue Mar 13 03:38:39 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 453661065670
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Mar 2012 03:38:39 +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 0E9FB8FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Mar 2012 03:38:39 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 3V6MCS6smBz4JD; Tue, 13 Mar 2012 11:35:32 +0800 (CST)
Message-Id: <3V6MCS6smBz4JD@sunpoet.net>
Date: Tue, 13 Mar 2012 11:35:32 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ychsiao@ychsiao.org
Subject: [PATCH] textproc/p5-YAML-Tiny: update to 1.51
X-Send-Pr-Version: 3.113
X-GNATS-Notify: ychsiao@ychsiao.org

>Number:         165990
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-YAML-Tiny: update to 1.51
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 13 03:40:12 UTC 2012
>Closed-Date:    Sat Mar 31 00:51:00 UTC 2012
>Last-Modified:  Sat Mar 31 00:51:00 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 Jan 29 23:36:49 CST 2012
>Description:
- Update to 1.51
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/YAML-Tiny/Changes

Port maintainer (ychsiao@ychsiao.org) is cc'd.

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

--- p5-YAML-Tiny-1.51.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-YAML-Tiny/Makefile,v
retrieving revision 1.15
diff -u -u -r1.15 Makefile
--- Makefile	26 Jun 2011 15:32:18 -0000	1.15
+++ Makefile	13 Mar 2012 03:38:08 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	YAML-Tiny
-PORTVERSION=	1.50
+PORTVERSION=	1.51
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,6 +14,8 @@
 MAINTAINER=	ychsiao@ychsiao.org
 COMMENT=	Read/Write YAML files with as little code as possible
 
+TEST_DEPENDS=	p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
+
 PERL_CONFIGURE=	yes
 
 MAN3=		YAML::Tiny.3
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-YAML-Tiny/distinfo,v
retrieving revision 1.15
diff -u -u -r1.15 distinfo
--- distinfo	26 Jun 2011 15:32:18 -0000	1.15
+++ distinfo	13 Mar 2012 03:38:08 -0000
@@ -1,2 +1,2 @@
-SHA256 (YAML-Tiny-1.50.tar.gz) = a379dfad04db22d70edc47c611765b401b5c03dbb08b817cd7c362e01ea5e129
-SIZE (YAML-Tiny-1.50.tar.gz) = 42411
+SHA256 (YAML-Tiny-1.51.tar.gz) = 5c6e9b3d9e558fc428d8b8710da49ff3bcb9fb606decb63c24816da01c9f8b4d
+SIZE (YAML-Tiny-1.51.tar.gz) = 43342
--- p5-YAML-Tiny-1.51.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Mar 13 03:40:22 UTC 2012 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165990 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Mar 13 03:40:26 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: ychsiao@ychsiao.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/165990: [PATCH] textproc/p5-YAML-Tiny: update to 1.51
Date: Tue, 13 Mar 2012 03:40:24 UT

 Maintainer of textproc/p5-YAML-Tiny,
 
 Please note that PR ports/165990 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165990
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Tue Mar 13 04:12:54 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165990 
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Sat Mar 17 13:14:56 UTC 2012 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165990 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Sat Mar 31 00:50:58 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165990 
>Unformatted:
