Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  2 Dec 2013 01:53:43 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        tobez@FreeBSD.org
Subject:   ports/184417: [PATCH] textproc/p5-YAML: update to 0.87
Message-ID:  <20131201175343.C81EC3A90@sunpoet.net>
Resent-Message-ID: <201312011800.rB1I007W081933@freefall.freebsd.org>

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

>Number:         184417
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-YAML: update to 0.87
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 01 18:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 10.0-BETA3 amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257593: Mon Nov  4 17:36:04
>Description:
- Update to 0.87
- Support STAGEDIR

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

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

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

--- p5-YAML-0.87.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 335414)
+++ Makefile	(working copy)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	YAML
-PORTVERSION=	0.84
+PORTVERSION=	0.87
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -9,22 +9,10 @@
 MAINTAINER=	tobez@FreeBSD.org
 COMMENT=	YAML implementation in Perl
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	\
-	Test::YAML.3 \
-	YAML.3 \
-	YAML::Any.3 \
-	YAML::Dumper.3 \
-	YAML::Dumper::Base.3 \
-	YAML::Error.3 \
-	YAML::Loader.3 \
-	YAML::Loader::Base.3 \
-	YAML::Marshall.3 \
-	YAML::Node.3 \
-	YAML::Tag.3 \
-	YAML::Types.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 335414)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (YAML-0.84.tar.gz) = 0a351f0a771526ca4a448c573a781614debdd5296fd0832396fc89f1854d640c
-SIZE (YAML-0.84.tar.gz) = 121150
+SHA256 (YAML-0.87.tar.gz) = 729d73730ca517130cee6af7bb29d90a9f4d88e417ed4e5e4d3d281bd390cb13
+SIZE (YAML-0.87.tar.gz) = 121954
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 335414)
+++ pkg-plist	(working copy)
@@ -1,4 +1,3 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/.packlist
 %%SITE_PERL%%/Test/YAML.pm
 %%SITE_PERL%%/YAML.pm
 %%SITE_PERL%%/YAML/Any.pm
@@ -12,8 +11,21 @@
 %%SITE_PERL%%/YAML/Node.pm
 %%SITE_PERL%%/YAML/Tag.pm
 %%SITE_PERL%%/YAML/Types.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/.packlist
+%%PERL5_MAN3%%/Test::YAML.3.gz
+%%PERL5_MAN3%%/YAML.3.gz
+%%PERL5_MAN3%%/YAML::Any.3.gz
+%%PERL5_MAN3%%/YAML::Dumper.3.gz
+%%PERL5_MAN3%%/YAML::Dumper::Base.3.gz
+%%PERL5_MAN3%%/YAML::Error.3.gz
+%%PERL5_MAN3%%/YAML::Loader.3.gz
+%%PERL5_MAN3%%/YAML::Loader::Base.3.gz
+%%PERL5_MAN3%%/YAML::Marshall.3.gz
+%%PERL5_MAN3%%/YAML::Node.3.gz
+%%PERL5_MAN3%%/YAML::Tag.3.gz
+%%PERL5_MAN3%%/YAML::Types.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML
+@dirrmtry %%SITE_PERL%%/YAML/Loader
 @dirrmtry %%SITE_PERL%%/YAML/Dumper
-@dirrmtry %%SITE_PERL%%/YAML/Loader
+@dirrmtry %%SITE_PERL%%/YAML
 @dirrmtry %%SITE_PERL%%/Test
-@dirrmtry %%SITE_PERL%%/YAML
--- p5-YAML-0.87.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131201175343.C81EC3A90>