- Added LICENSE - Updated WWW - Take maintainership Generated with FreeBSD Port Tools 1.02 (mode: change, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->sunpoet sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Author: sunpoet Date: Sun May 25 12:37:45 2014 New Revision: 355178 URL: http://svnweb.freebsd.org/changeset/ports/355178 QAT: https://qat.redports.org/buildarchive/r355178/ Log: - Add LICENSE - Fix WWW - Pass maintainership to submitter - While I'm here, sort *_DEPENDS PR: ports/189532 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Modified: head/devel/p5-Test-WWW-Mechanize-CGIApp/Makefile head/devel/p5-Test-WWW-Mechanize-CGIApp/pkg-descr Modified: head/devel/p5-Test-WWW-Mechanize-CGIApp/Makefile ============================================================================== --- head/devel/p5-Test-WWW-Mechanize-CGIApp/Makefile Sun May 25 12:37:40 2014 (r355177) +++ head/devel/p5-Test-WWW-Mechanize-CGIApp/Makefile Sun May 25 12:37:45 2014 (r355178) @@ -7,13 +7,16 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Test::WWW::Mechanize for CGIApp -RUN_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \ - p5-Test-WWW-Mechanize>=1.14:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \ - p5-HTTP-Request-AsCGI>=0:${PORTSDIR}/www/p5-HTTP-Request-AsCGI -BUILD_DEPENDS:= ${RUN_DEPENDS} +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \ + p5-HTTP-Request-AsCGI>=0:${PORTSDIR}/www/p5-HTTP-Request-AsCGI \ + p5-Test-WWW-Mechanize>=1.14:${PORTSDIR}/devel/p5-Test-WWW-Mechanize +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Test-WWW-Mechanize-CGIApp/pkg-descr ============================================================================== --- head/devel/p5-Test-WWW-Mechanize-CGIApp/pkg-descr Sun May 25 12:37:40 2014 (r355177) +++ head/devel/p5-Test-WWW-Mechanize-CGIApp/pkg-descr Sun May 25 12:37:45 2014 (r355178) @@ -10,4 +10,4 @@ start a server or issue HTTP requests. I request object directly to Catalyst. Thus you do not need to use a real hostname: "http://localhost/" will do. -WWW: http://search.cpan.org/dist/Test-WWW-Mechanize-Catalyst/ +WWW: http://search.cpan.org/dist/Test-WWW-Mechanize-CGIApp/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!