- Update to 0.05 Port maintainer (tjs@cdpa.nsysu.edu.tw) is cc'd. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->clsung clsung@ wants his PRs
State Changed From-To: open->feedback Awaiting maintainers feedback
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 > > >
State Changed From-To: feedback->closed Committed. Thank You.