Bug 78246 - [PATCH] textproc/p5-YAML: update to 0.36
Summary: [PATCH] textproc/p5-YAML: update to 0.36
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Anton Berezin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-01 17:40 UTC by Rong-En Fan
Modified: 2005-05-24 09:04 UTC (History)
1 user (show)

See Also:


Attachments
p5-YAML-0.36.patch (1.41 KB, patch)
2005-03-01 17:40 UTC, Rong-En Fan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rong-En Fan 2005-03-01 17:40:25 UTC
- 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
Comment 1 Anton Berezin freebsd_committer freebsd_triage 2005-03-01 17:45:08 UTC
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
Comment 2 Rong-En Fan 2005-03-01 17:53:15 UTC
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
Comment 3 Volker Stolz freebsd_committer freebsd_triage 2005-03-01 21:10:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tobez

Over to maintainer
Comment 4 Anton Berezin freebsd_committer freebsd_triage 2005-03-03 10:07:22 UTC
State Changed
From-To: open->suspended

Let's wait some time with this upgrade, as per Audit-Trail.
Comment 5 Rong-En Fan 2005-04-19 16:52:56 UTC
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
Comment 6 Anton Berezin freebsd_committer freebsd_triage 2005-05-24 09:04:00 UTC
State Changed
From-To: suspended->closed

Update committed, thanks!