Bug 100527 - [PATCH] devel/p5-Test-Dependencies: update to 0.05
Summary: [PATCH] devel/p5-Test-Dependencies: update to 0.05
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: 2006-07-19 10:50 UTC by gslin
Modified: 2006-07-20 04:39 UTC (History)
1 user (show)

See Also:


Attachments
p5-Test-Dependencies-0.05.patch (2.50 KB, patch)
2006-07-19 10:50 UTC, gslin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-07-19 10:50:10 UTC
- Update to 0.05

Port maintainer (tjs@cdpa.nsysu.edu.tw) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-07-19 10:50:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-07-19 10:50:27 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 tjs 2006-07-19 17:02:33 UTC
Hello Edwin, gslin

Some difference in Makefile

--- Makefile.patch begins here ---
--- Makefile.orig       Wed Jul 19 22:02:11 2006
+++ Makefile    Wed Jul 19 23:53:34 2006
@@ -6,7 +6,7 @@
 #

 PORTNAME=      Test-Dependencies
-PORTVERSION=   0.03
+PORTVERSION=   0.05
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=    Test
@@ -15,11 +15,12 @@
 MAINTAINER=    tjs@cdpa.nsysu.edu.tw
 COMMENT=       Ensure that your Makefile.PL specifies all module 
dependencies

-BUILD_DEPENDS= 
${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \
+BUILD_DEPENDS= 
${SITE_PERL}/B/PerlReq.pm:${PORTSDIR}/devel/p5-rpm-build-perl \
+               
${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \
                
${SITE_PERL}/Module/CoreList.pm:${PORTSDIR}/devel/p5-Module-CoreList \
-               
${SITE_PERL}/B/PerlReq.pm:${PORTSDIR}/devel/p5-rpm-build-perl \
                
${SITE_PERL}/PerlReq/Utils.pm:${PORTSDIR}/devel/p5-rpm-build-perl \
-               
${SITE_PERL}/Test/Builder/Module.pm:${PORTSDIR}/devel/p5-Test-Simple
+               p5-Test-Simple>=0.64:${PORTSDIR}/devel/p5-Test-Simple \
+               ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
 RUN_DEPENDS=   ${BUILD_DEPENDS}

 PERL_CONFIGURE=        yes
--- Makefile.patch ends here ---

I approve this patch. Thanks !

Regards,
Sam


Edwin Groothuis æå°:

>Maintainer of devel/p5-Test-Dependencies,
>
>Please note that PR ports/100527 has just been submitted.
>
>If it contains a patch for an upgrade, an enhancement or a bug fix
>you agree on, reply to this email stating that you approve the patch
>and a committer will take care of it.
>
>The full text of the PR can be found at:
>    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/100527
>
>  
>
Comment 4 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-20 04:39:50 UTC
State Changed
From-To: feedback->closed

Committed. Thank You.