From sunpoet@sunpoet.net  Thu Feb 27 17:56:17 2014
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id E1DD9E95
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Feb 2014 17:56:17 +0000 (UTC)
Received: from sunpoet.net (sunpoet.net [220.135.71.135])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id B26DA12BA
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Feb 2014 17:56:17 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 78AF73309; Fri, 28 Feb 2014 01:57:05 +0800 (CST)
Message-Id: <20140227175705.78AF73309@sunpoet.net>
Date: Fri, 28 Feb 2014 01:57:05 +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.61
X-Send-Pr-Version: 3.113
X-GNATS-Notify: ychsiao@ychsiao.org

>Number:         187119
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-YAML-Tiny: update to 1.61
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 27 18:00:00 UTC 2014
>Closed-Date:    Thu Feb 27 20:44:03 UTC 2014
>Last-Modified:  Thu Feb 27 20:50:00 UTC 2014
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 10.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 10.0-STABLE FreeBSD 10.0-STABLE #0 r261402: Mon Feb  3 22:35:15
>Description:
- Update to 1.61

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

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

Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- p5-YAML-Tiny-1.61.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 346380)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	YAML-Tiny
-PORTVERSION=	1.56
+PORTVERSION=	1.61
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,7 +13,8 @@
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-TEST_DEPENDS=	p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
+TEST_DEPENDS=	p5-Test-Simple>=0.99:${PORTSDIR}/devel/p5-Test-Simple \
+		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
 
 USES=		perl5
 USE_PERL5=	modbuildtiny
Index: distinfo
===================================================================
--- distinfo	(revision 346380)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (YAML-Tiny-1.56.tar.gz) = 145208ff411e2e2961de640860624492b82946ea2b0c3bd4069c0326e4de451e
-SIZE (YAML-Tiny-1.56.tar.gz) = 45380
+SHA256 (YAML-Tiny-1.61.tar.gz) = 59963b427531a47db54396df9611f55848415fb5cedc3ab0c596c32a3db48e17
+SIZE (YAML-Tiny-1.61.tar.gz) = 71703
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 346380)
+++ pkg-plist	(working copy)
@@ -1,6 +1,6 @@
 %%SITE_PERL%%/YAML/Tiny.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Tiny/.packlist
 %%PERL5_MAN3%%/YAML::Tiny.3.gz
-@dirrmtry %%SITE_PERL%%/YAML
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Tiny
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML
+@dirrmtry %%SITE_PERL%%/YAML
--- p5-YAML-Tiny-1.61.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Feb 27 18:00:11 UTC 2014 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187119 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Feb 27 18:00:13 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187119 
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Thu Feb 27 18:08:51 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: ychsiao@ychsiao.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/187119: [PATCH] textproc/p5-YAML-Tiny: update to 1.61
Date: Thu, 27 Feb 2014 18:00:12 UT

 Maintainer of textproc/p5-YAML-Tiny,
 
 Please note that PR ports/187119 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/187119
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Thu Feb 27 20:44:02 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/187119: commit references a PR
Date: Thu, 27 Feb 2014 20:44:02 +0000 (UTC)

 Author: sunpoet
 Date: Thu Feb 27 20:43:54 2014
 New Revision: 346387
 URL: http://svnweb.freebsd.org/changeset/ports/346387
 QAT: https://qat.redports.org/buildarchive/r346387/
 
 Log:
   - Update to 1.61
   
   Changes:	http://search.cpan.org/dist/YAML-Tiny/Changes
   PR:		ports/187119
   Submitted by:	sunpoet (myself)
   Approved by:	 Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
 
 Modified:
   head/textproc/p5-YAML-Tiny/Makefile
   head/textproc/p5-YAML-Tiny/distinfo
   head/textproc/p5-YAML-Tiny/pkg-plist
 
 Modified: head/textproc/p5-YAML-Tiny/Makefile
 ==============================================================================
 --- head/textproc/p5-YAML-Tiny/Makefile	Thu Feb 27 20:03:51 2014	(r346386)
 +++ head/textproc/p5-YAML-Tiny/Makefile	Thu Feb 27 20:43:54 2014	(r346387)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	YAML-Tiny
 -PORTVERSION=	1.56
 +PORTVERSION=	1.61
  CATEGORIES=	textproc perl5
  MASTER_SITES=	CPAN
  PKGNAMEPREFIX=	p5-
 @@ -13,7 +13,8 @@ COMMENT=	Read/Write YAML files with as l
  LICENSE=	ART10 GPLv1
  LICENSE_COMB=	dual
  
 -TEST_DEPENDS=	p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
 +TEST_DEPENDS=	p5-Test-Simple>=0.99:${PORTSDIR}/devel/p5-Test-Simple \
 +		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
  
  USES=		perl5
  USE_PERL5=	modbuildtiny
 
 Modified: head/textproc/p5-YAML-Tiny/distinfo
 ==============================================================================
 --- head/textproc/p5-YAML-Tiny/distinfo	Thu Feb 27 20:03:51 2014	(r346386)
 +++ head/textproc/p5-YAML-Tiny/distinfo	Thu Feb 27 20:43:54 2014	(r346387)
 @@ -1,2 +1,2 @@
 -SHA256 (YAML-Tiny-1.56.tar.gz) = 145208ff411e2e2961de640860624492b82946ea2b0c3bd4069c0326e4de451e
 -SIZE (YAML-Tiny-1.56.tar.gz) = 45380
 +SHA256 (YAML-Tiny-1.61.tar.gz) = 59963b427531a47db54396df9611f55848415fb5cedc3ab0c596c32a3db48e17
 +SIZE (YAML-Tiny-1.61.tar.gz) = 71703
 
 Modified: head/textproc/p5-YAML-Tiny/pkg-plist
 ==============================================================================
 --- head/textproc/p5-YAML-Tiny/pkg-plist	Thu Feb 27 20:03:51 2014	(r346386)
 +++ head/textproc/p5-YAML-Tiny/pkg-plist	Thu Feb 27 20:43:54 2014	(r346387)
 @@ -1,6 +1,6 @@
  %%SITE_PERL%%/YAML/Tiny.pm
  %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Tiny/.packlist
  %%PERL5_MAN3%%/YAML::Tiny.3.gz
 -@dirrmtry %%SITE_PERL%%/YAML
  @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Tiny
  @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML
 +@dirrmtry %%SITE_PERL%%/YAML
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
