svn commit: r355178 - head/devel/p5-Test-WWW-Mechanize-CGIApp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 25 12:37:46 UTC 2014


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 at 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 at FreeBSD.org
+MAINTAINER=	5u623l20 at 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/


More information about the svn-ports-all mailing list