From leeym@cn1.leeym.com  Thu Oct  2 15:24:19 2008
Return-Path: <leeym@cn1.leeym.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 618EE106568E
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  2 Oct 2008 15:24:19 +0000 (UTC)
	(envelope-from leeym@cn1.leeym.com)
Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237])
	by mx1.freebsd.org (Postfix) with ESMTP id 2E7328FC18
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  2 Oct 2008 15:24:19 +0000 (UTC)
	(envelope-from leeym@cn1.leeym.com)
Received: from cn1.leeym.com (localhost [127.0.0.1])
	by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id m92FOItb069437;
	Thu, 2 Oct 2008 08:24:18 -0700 (PDT)
	(envelope-from leeym@cn1.leeym.com)
Received: (from leeym@localhost)
	by cn1.leeym.com (8.14.2/8.14.2/Submit) id m92FOHwg069436;
	Thu, 2 Oct 2008 08:24:17 -0700 (PDT)
	(envelope-from leeym)
Message-Id: <200810021524.m92FOHwg069436@cn1.leeym.com>
Date: Thu, 2 Oct 2008 08:24:17 -0700 (PDT)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ychsiao@ychsiao.org
Subject: [PATCH] textproc/p5-YAML-Tiny: update to 1.32
X-Send-Pr-Version: 3.113
X-GNATS-Notify: ychsiao@ychsiao.org

>Number:         127802
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-YAML-Tiny: update to 1.32
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    leeym
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 02 15:30:01 UTC 2008
>Closed-Date:    Wed Oct 08 14:15:20 UTC 2008
>Last-Modified:  Wed Oct  8 14:20:02 UTC 2008
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
>Description:
- Update to 1.32

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

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

--- p5-YAML-Tiny-1.32.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-YAML-Tiny/Makefile,v
retrieving revision 1.7
diff -u -d -b -w -u -r1.7 Makefile
--- Makefile	25 Feb 2008 13:33:39 -0000	1.7
+++ Makefile	2 Oct 2008 15:24:10 -0000
@@ -6,18 +6,16 @@
 #
 
 PORTNAME=	YAML-Tiny
-PORTVERSION=	1.25
+PORTVERSION=	1.32
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	ychsiao@ychsiao.org
-COMMENT=	YAML::Tiny - Read/Write YAML files with as little code as possible
+COMMENT=	Read/Write YAML files with as little code as possible
 
 PERL_CONFIGURE=	yes
 
-BUILD_DEPENDS+=	p5-Test-Base>=0.47:${PORTSDIR}/devel/p5-Test-Base
-
 MAN3=	YAML::Tiny.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-YAML-Tiny/distinfo,v
retrieving revision 1.7
diff -u -d -b -w -u -r1.7 distinfo
--- distinfo	25 Feb 2008 13:33:39 -0000	1.7
+++ distinfo	2 Oct 2008 15:24:10 -0000
@@ -1,3 +1,3 @@
-MD5 (YAML-Tiny-1.25.tar.gz) = 12d21c46c74b006a2f87c21f7a464f20
-SHA256 (YAML-Tiny-1.25.tar.gz) = 3f780b2c0f1621141e8cba0b9d03d086b3f8b568541b5ba04350eed8434a8dc1
-SIZE (YAML-Tiny-1.25.tar.gz) = 30017
+MD5 (YAML-Tiny-1.32.tar.gz) = 494c5d61d5f0321b59a5b40351e504f6
+SHA256 (YAML-Tiny-1.32.tar.gz) = 16869250c6f6beeebd885dd7048992e474cabf1a86eab6f4c63fe57b033a8653
+SIZE (YAML-Tiny-1.32.tar.gz) = 32501
--- p5-YAML-Tiny-1.32.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->leeym 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Oct 2 15:30:12 UTC 2008 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127802 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Oct 2 15:30:16 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: ychsiao@ychsiao.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/127802: [PATCH] textproc/p5-YAML-Tiny: update to 1.32
Date: Thu, 2 Oct 2008 15:30:15 UT

 Maintainer of textproc/p5-YAML-Tiny,
 
 Please note that PR ports/127802 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/127802
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127802: [PATCH] textproc/p5-YAML-Tiny: update to 1.32
Date: Wed, 08 Oct 2008 18:02:49 +0800

 Edwin Groothuis wrote:
 > Maintainer of textproc/p5-YAML-Tiny,
 > 
 > Please note that PR ports/127802 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/127802
 > 
 please commit, thanks!
 
 -- 
 Best regards,
 ychsiao
 
 Yuan-Chung Hsiao(ychsiao)
 Computer Center, Shu-Te University
 Yen Chau, Kaohsiung County, Taiwan 824
 TEL:+886-7-6158000 Ext. 2438
State-Changed-From-To: feedback->closed 
State-Changed-By: leeym 
State-Changed-When: Wed Oct 8 14:15:09 UTC 2008 
State-Changed-Why:  
Committed, thanks. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127802: commit references a PR
Date: Wed,  8 Oct 2008 14:14:58 +0000 (UTC)

 leeym       2008-10-08 14:14:45 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/p5-YAML-Tiny Makefile distinfo 
   Log:
   - update to 0.32
   
   PR:             127802
   Submitted by:   leeym
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.8       +2 -4      ports/textproc/p5-YAML-Tiny/Makefile
   1.8       +3 -3      ports/textproc/p5-YAML-Tiny/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:
