Bug 148897 - [PATCH] devel/p5-Module-Build: use YAML::Tiny
Summary: [PATCH] devel/p5-Module-Build: use YAML::Tiny
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-24 14:00 UTC by Sunpoet Po-Chuan Hsieh
Modified: 2010-07-28 04:47 UTC (History)
1 user (show)

See Also:


Attachments
p5-Module-Build-0.3607.patch (705 bytes, patch)
2010-07-24 14:00 UTC, Sunpoet Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sunpoet Po-Chuan Hsieh 2010-07-24 14:00:13 UTC
- 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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-07-24 14:00:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2010-07-28 04:47:05 UTC
State Changed
From-To: open->closed

Committed. Thank You.