Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 May 2014 12:37:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355178 - head/devel/p5-Test-WWW-Mechanize-CGIApp
Message-ID:  <201405251237.s4PCbjMh030191@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405251237.s4PCbjMh030191>