From sunpoet@sunpoet.net  Sat Jul 24 12:59:49 2010
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 061041065674;
	Sat, 24 Jul 2010 12:59:49 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54])
	by mx1.freebsd.org (Postfix) with ESMTP id D2CED8FC0C;
	Sat, 24 Jul 2010 12:59:48 +0000 (UTC)
Received: by pwj9 with SMTP id 9so4511091pwj.13
        for <multiple recipients>; Sat, 24 Jul 2010 05:59:48 -0700 (PDT)
Received: by 10.114.109.10 with SMTP id h10mr7489411wac.132.1279976388095;
        Sat, 24 Jul 2010 05:59:48 -0700 (PDT)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
        by mx.google.com with ESMTPS id n32sm2418491wag.11.2010.07.24.05.59.45
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sat, 24 Jul 2010 05:59:47 -0700 (PDT)
Received: by sunpoet.net (Postfix, from userid 1000)
	id DE3562AEC559; Sat, 24 Jul 2010 20:59:49 +0800 (CST)
Message-Id: <20100724125949.DE3562AEC559@sunpoet.net>
Date: Sat, 24 Jul 2010 20:59:49 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: clsung@FreeBSD.org
Subject: [PATCH] devel/p5-Module-Build: use YAML::Tiny
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         148897
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Module-Build: use YAML::Tiny
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 24 13:00:13 UTC 2010
>Closed-Date:    Wed Jul 28 03:47:07 UTC 2010
>Last-Modified:  Wed Jul 28 03:47:07 UTC 2010
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.1-PRERELEASE amd64
>Organization:
SUNPOET.net
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0: Sun Jun 20 12:49:47 CST 2010
>Description:
- Use YAML::Tiny for YAML support

excerpt from Changes
 - Replaced use of YAML.pm with YAML::Tiny; Module::Build::YAML is now
   based on YAML::Tiny as well

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

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:

% cd /usr/ports/devel/p5-Module-Build
% make
===>  License check disabled, port has not defined LICENSE
===>  Extracting for p5-Module-Build-0.3607
=> MD5 Checksum OK for Module-Build-0.3607.tar.gz.
=> SHA256 Checksum OK for Module-Build-0.3607.tar.gz.
===>   p5-Module-Build-0.3607 depends on file: /usr/local/bin/perl5.12.1 - found
===>  Patching for p5-Module-Build-0.3607
===>   p5-Module-Build-0.3607 depends on file: /usr/local/bin/perl5.12.1 - found
===>   p5-Module-Build-0.3607 depends on package: p5-YAML>=0.35 - found
===>   p5-Module-Build-0.3607 depends on package: p5-ExtUtils-CBuilder>=0.15 - found
===>   p5-Module-Build-0.3607 depends on package: p5-ExtUtils-ParseXS>=1.02 - found
===>   p5-Module-Build-0.3607 depends on package: p5-ExtUtils-Install>=1.54 - found
===>   p5-Module-Build-0.3607 depends on package: p5-Test-Harness>=3.16 - found
===>   p5-Module-Build-0.3607 depends on file: /usr/local/bin/perl5.12.1 - found
===>   p5-Module-Build-0.3607 depends on file: /usr/local/bin/perl5.12.1 - found
===>  Configuring for p5-Module-Build-0.3607

Checking optional features...
YAML_support............disabled
  requires:
    ! YAML::Tiny is not installed
license_creation........disabled
  requires:
    ! Software::License is not installed

ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
of the modules indicated above before proceeding with this installation

Creating new 'MYMETA.yml' with configuration results
Creating new 'Build' script for 'Module-Build' version '0.3607'
===>  Building for p5-Module-Build-0.3607
Building Module-Build

>Fix:

--- p5-Module-Build-0.3607.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-Module-Build/Makefile /usr/ports/sunpoet/p5-Module-Build/Makefile
--- /usr/ports/devel/p5-Module-Build/Makefile	2010-05-16 14:42:14.000000000 +0800
+++ /usr/ports/sunpoet/p5-Module-Build/Makefile	2010-07-24 20:26:32.000000000 +0800
@@ -15,7 +15,7 @@
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	Build and install Perl modules
 
-RUN_DEPENDS=	p5-YAML>=0.35:${PORTSDIR}/textproc/p5-YAML \
+RUN_DEPENDS=	p5-YAML-Tiny>=1.40:${PORTSDIR}/textproc/p5-YAML-Tiny \
 		p5-ExtUtils-CBuilder>=0.15:${PORTSDIR}/devel/p5-ExtUtils-CBuilder \
 		p5-ExtUtils-ParseXS>=1.02:${PORTSDIR}/devel/p5-ExtUtils-ParseXS \
 		p5-ExtUtils-Install>=1.54:${PORTSDIR}/devel/p5-ExtUtils-Install \
--- p5-Module-Build-0.3607.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Jul 24 13:00:24 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148897 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Wed Jul 28 03:47:05 UTC 2010 
State-Changed-Why:  
Committed. Thank You. 

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