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: ports/148897: [PATCH] devel/p5-Module-Build: use YAML::Tiny Message-ID: <20100724125949.DE3562AEC559@sunpoet.net> Resent-Message-ID: <201007241300.o6OD0DhW099294@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 148897 >Category: ports >Synopsis: [PATCH] devel/p5-Module-Build: use YAML::Tiny >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 24 13:00:13 UTC 2010 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100724125949.DE3562AEC559>