From rafan@infor.org  Tue Mar  1 17:40:00 2005
Return-Path: <rafan@infor.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C6E2916A4CE; Tue,  1 Mar 2005 17:40:00 +0000 (GMT)
Received: from muse.csie.ntu.edu.tw (muse.csie.ntu.edu.tw [140.112.28.162])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 026D143D1D; Tue,  1 Mar 2005 17:40:00 +0000 (GMT)
	(envelope-from rafan@infor.org)
Received: from localhost (localhost.csie.ntu.edu.tw [127.0.0.1])
	by muse.csie.ntu.edu.tw (Postfix) with ESMTP id A8B6D5230C;
	Wed,  2 Mar 2005 01:39:54 +0800 (CST)
Received: from muse.csie.ntu.edu.tw ([127.0.0.1])
 by localhost (muse.csie.ntu.edu.tw [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 06408-99; Wed,  2 Mar 2005 01:39:53 +0800 (CST)
Received: from woodstock.csie.org (220-135-116-9.HINET-IP.hinet.net [220.135.116.9])
	by muse.csie.ntu.edu.tw (Postfix) with ESMTP id D0A0952355;
	Wed,  2 Mar 2005 01:39:52 +0800 (CST)
Received: (from rafan@localhost)
	by woodstock.csie.org (8.13.3/8.13.3/Submit) id j21HdjdP008279;
	Wed, 2 Mar 2005 01:39:45 +0800 (CST)
	(envelope-from rafan)
Message-Id: <200503011739.j21HdjdP008279@woodstock.csie.org>
Date: Wed, 2 Mar 2005 01:39:45 +0800 (CST)
From: Rong-En Fan <rafan@infor.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: tobez@freebsd.org
Subject: [PATCH] textproc/p5-YAML: update to 0.36
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         78246
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-YAML: update to 0.36
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    tobez
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 01 17:40:25 GMT 2005
>Closed-Date:    Tue May 24 10:04:24 CEST 2005
>Last-Modified:  Tue May 24 10:04:24 CEST 2005
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
NTU CSIE
>Environment:
System: FreeBSD woodstock.csie.org 6.0-CURRENT FreeBSD 6.0-CURRENT #61: Sun Feb 27 18:06:00 CST 2005
>Description:
- Update to 0.36 and is required by devel/p5-SVK 0.30
  which I'm maintainer and will update later.

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

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

--- p5-YAML-0.36.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/p5-YAML/Makefile /home/rafan/tmp/ports/p5-YAML/Makefile
--- /usr/ports/textproc/p5-YAML/Makefile	Fri May  2 02:36:00 2003
+++ /home/rafan/tmp/ports/p5-YAML/Makefile	Wed Mar  2 01:33:03 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	YAML
-PORTVERSION=	0.35
+PORTVERSION=	0.36
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	YAML
@@ -18,7 +18,7 @@
 PERL_CONFIGURE=	yes
 CONFIGURE_ARGS+=	</dev/null
 
-MAN1=		phone2yaml.1 ysh.1 yaml2outline.1 xyx.1
+MAN1=		ysh.1
 MAN3=		YAML.3 YAML::Node.3
 
 .include <bsd.port.pre.mk>
diff -ruN --exclude=CVS /usr/ports/textproc/p5-YAML/distinfo /home/rafan/tmp/ports/p5-YAML/distinfo
--- /usr/ports/textproc/p5-YAML/distinfo	Thu Apr  1 12:59:14 2004
+++ /home/rafan/tmp/ports/p5-YAML/distinfo	Wed Mar  2 01:31:57 2005
@@ -1,2 +1,2 @@
-MD5 (YAML-0.35.tar.gz) = 03f1c4446fae2bcc7d606b0b3ded0632
-SIZE (YAML-0.35.tar.gz) = 55741
+MD5 (YAML-0.36.tar.gz) = fa3dfd21c0c813de56c51dedc36092a8
+SIZE (YAML-0.36.tar.gz) = 59834
diff -ruN --exclude=CVS /usr/ports/textproc/p5-YAML/pkg-plist /home/rafan/tmp/ports/p5-YAML/pkg-plist
--- /usr/ports/textproc/p5-YAML/pkg-plist	Fri May  2 02:36:00 2003
+++ /home/rafan/tmp/ports/p5-YAML/pkg-plist	Wed Mar  2 01:34:06 2005
@@ -1,7 +1,4 @@
-bin/xyx
 bin/ysh
-bin/yaml2outline
-bin/phone2yaml
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/.packlist
 %%SITE_PERL%%/YAML/Transfer.pm
 %%SITE_PERL%%/YAML/Node.pm
--- p5-YAML-0.36.patch ends here ---

>Release-Note:
>Audit-Trail:

From: Anton Berezin <tobez@FreeBSD.org>
To: Rong-En Fan <rafan@infor.org>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/78246: [PATCH] textproc/p5-YAML: update to 0.36
Date: Tue, 1 Mar 2005 18:45:08 +0100

 Thanks, but I am reluctant to do this upgrade, since it does not pass
 tests on 5.6.X and 5.005_03.
 
 \Anton.
 -- 
 The moronity of the universe is a monotonically increasing function. --
 Jarkko Hietaniemi

From: Rong-En Fan <rafan@infor.org>
To: Anton Berezin <tobez@FreeBSD.org>,
	FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/78246: [PATCH] textproc/p5-YAML: update to 0.36
Date: Wed, 2 Mar 2005 01:53:15 +0800

 Thanks.
 
 since it's Makefile.PL requires at least perl 5.5.3, 
 I don't think 5.005_03 will pass the test?
 
 rafan.
 
 On Tue, Mar 01, 2005 at 06:45:08PM +0100, Anton Berezin wrote:
 > Thanks, but I am reluctant to do this upgrade, since it does not pass
 > tests on 5.6.X and 5.005_03.
 > 
 > \Anton.
 > -- 
 > The moronity of the universe is a monotonically increasing function. --
 > Jarkko Hietaniemi
Responsible-Changed-From-To: freebsd-ports-bugs->tobez 
Responsible-Changed-By: vs 
Responsible-Changed-When: Tue Mar 1 21:10:47 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78246 
State-Changed-From-To: open->suspended 
State-Changed-By: tobez 
State-Changed-When: Thu Mar 3 11:07:22 CET 2005 
State-Changed-Why:  
Let's wait some time with this upgrade, as per Audit-Trail. 

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

From: Rong-En Fan <rafan@infor.org>
To: Anton Berezin <tobez@FreeBSD.org>,
	FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/78246: [PATCH] textproc/p5-YAML: update to 0.36
Date: Tue, 19 Apr 2005 23:52:56 +0800

 On Tue, Mar 01, 2005 at 06:45:08PM +0100, Anton Berezin wrote:
 > Thanks, but I am reluctant to do this upgrade, since it does not pass
 > tests on 5.6.X and 5.005_03.
 
 Hmm. there is 0.39 available, but still not pass tests on 5.6.x
 according to my test. Anyway, I put diff here, if anyone who wants
 it, he can grab.
 
 ===> Generating patch
 ===> Viewing diff with less
 diff -ruN --exclude=CVS /usr/ports/textproc/p5-YAML/Makefile /home/rafan/tmp/ports/p5-YAML/Makefile
 --- /usr/ports/textproc/p5-YAML/Makefile	Fri May  2 02:36:00 2003
 +++ /home/rafan/tmp/ports/p5-YAML/Makefile	Thu Apr 14 12:54:14 2005
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	YAML
 -PORTVERSION=	0.35
 +PORTVERSION=	0.39
  CATEGORIES=	textproc perl5
  MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
  MASTER_SITE_SUBDIR=	YAML
 @@ -18,7 +18,7 @@
  PERL_CONFIGURE=	yes
  CONFIGURE_ARGS+=	</dev/null
  
 -MAN1=		phone2yaml.1 ysh.1 yaml2outline.1 xyx.1
 +MAN1=		ysh.1
  MAN3=		YAML.3 YAML::Node.3
  
  .include <bsd.port.pre.mk>
 diff -ruN --exclude=CVS /usr/ports/textproc/p5-YAML/diff /home/rafan/tmp/ports/p5-YAML/diff
 --- /usr/ports/textproc/p5-YAML/diff	Thu Jan  1 08:00:00 1970
 +++ /home/rafan/tmp/ports/p5-YAML/diff	Tue Apr 19 23:51:16 2005
 @@ -0,0 +1 @@
 +===> Generating patch
 diff -ruN --exclude=CVS /usr/ports/textproc/p5-YAML/distinfo /home/rafan/tmp/ports/p5-YAML/distinfo
 --- /usr/ports/textproc/p5-YAML/distinfo	Wed Mar 31 11:12:01 2004
 +++ /home/rafan/tmp/ports/p5-YAML/distinfo	Thu Apr 14 12:54:29 2005
 @@ -1,2 +1,2 @@
 -MD5 (YAML-0.35.tar.gz) = 03f1c4446fae2bcc7d606b0b3ded0632
 -SIZE (YAML-0.35.tar.gz) = 55741
 +MD5 (YAML-0.39.tar.gz) = b8a49f49cb0ee6d9698807fb3f606922
 +SIZE (YAML-0.39.tar.gz) = 61243
 diff -ruN --exclude=CVS /usr/ports/textproc/p5-YAML/pkg-plist /home/rafan/tmp/ports/p5-YAML/pkg-plist
 --- /usr/ports/textproc/p5-YAML/pkg-plist	Fri May  2 02:36:00 2003
 +++ /home/rafan/tmp/ports/p5-YAML/pkg-plist	Thu Apr 14 12:54:05 2005
 @@ -1,7 +1,4 @@
 -bin/xyx
  bin/ysh
 -bin/yaml2outline
 -bin/phone2yaml
  %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/.packlist
  %%SITE_PERL%%/YAML/Transfer.pm
  %%SITE_PERL%%/YAML/Node.pm
 ===> Done
 
 Regards,
 Rong-En Fan
State-Changed-From-To: suspended->closed 
State-Changed-By: tobez 
State-Changed-When: Tue May 24 10:04:00 CEST 2005 
State-Changed-Why:  
Update committed, thanks! 

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