Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Mar 2005 07:17:08 -0700
From:      "Aaron Dalton" <aaron@daltons.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/79087: Update Port: textproc/p5-YAML 0.35 -> 0.36
Message-ID:  <E1DDNiO-000EAL-Hb@mail.finch.st>
Resent-Message-ID: <200503211420.j2LEK24L064124@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         79087
>Category:       ports
>Synopsis:       Update Port: textproc/p5-YAML 0.35 -> 0.36
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 21 14:20:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD chariss.finch.st 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #1: Sat Mar 5 16:29:20 MST 2005 ross@chariss.finch.st:/usr/src/sys/i386/compile/CHARISS i386


	
>Description:
version: 0.36
date:    Sun Jan 30 21:00:28 PST 2005
changes:
- Slight changes to the way things are dumped.
- Fixed bugs dumping "foo\nbar" for svk acceptance

>How-To-Repeat:
	
>Fix:

	

--- submission.txt begins here ---
diff -ruN /usr/ports/textproc/p5-YAML/Makefile ./p5-YAML/Makefile
--- /usr/ports/textproc/p5-YAML/Makefile	Thu May  1 12:36:00 2003
+++ ./p5-YAML/Makefile	Mon Mar 21 07:07:09 2005
@@ -6,19 +6,19 @@
 #
 
 PORTNAME=	YAML
-PORTVERSION=	0.35
+PORTVERSION=	0.36
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	YAML
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	tobez@FreeBSD.org
-COMMENT=	"YAML implementation in Perl"
+COMMENT=	YAML implementation in Perl
 
 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 /usr/ports/textproc/p5-YAML/distinfo ./p5-YAML/distinfo
--- /usr/ports/textproc/p5-YAML/distinfo	Tue Mar 30 20:12:01 2004
+++ ./p5-YAML/distinfo	Mon Mar 21 07:01:53 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 /usr/ports/textproc/p5-YAML/pkg-plist ./p5-YAML/pkg-plist
--- /usr/ports/textproc/p5-YAML/pkg-plist	Thu May  1 12:36:00 2003
+++ ./p5-YAML/pkg-plist	Mon Mar 21 07:09:45 2005
@@ -1,13 +1,11 @@
-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
+%%SITE_PERL%%/YAML.pm
+%%SITE_PERL%%/YAML.pod
 %%SITE_PERL%%/YAML/Error.pm
 %%SITE_PERL%%/YAML/Family.pm
-%%SITE_PERL%%/YAML.pod
-%%SITE_PERL%%/YAML.pm
+%%SITE_PERL%%/YAML/Node.pm
+%%SITE_PERL%%/YAML/Transfer.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/.packlist
 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML 2>/dev/null || true
 @unexec rmdir %D/%%SITE_PERL%%/YAML 2>/dev/null || true
+
--- submission.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DDNiO-000EAL-Hb>