Bug 189532

Summary: [PATCH] devel/p5-Test-WWW-Mechanize-CGIApp: Added LICENSE, take maintainership
Product: Ports & Packages Reporter: Muhammad Moinur Rahman <bofh>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-Test-WWW-Mechanize-CGIApp-0.05.patch none

Description Muhammad Moinur Rahman freebsd_committer freebsd_triage 2014-05-09 22:30:00 UTC
- Added LICENSE
- Updated WWW
- Take maintainership

Generated with FreeBSD Port Tools 1.02 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-09 22:30:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-25 13:37:54 UTC
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"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-05-25 13:43:23 UTC
State Changed
From-To: open->closed

Committed. Thanks!