Bug 183993 - [PATCH] www/p5-CGI-Application-Plugin-Session: update to 1.04, take maintainership
Summary: [PATCH] www/p5-CGI-Application-Plugin-Session: update to 1.04, take maintaine...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-15 11:10 UTC by Muhammad Moinur Rahman
Modified: 2013-11-15 21:00 UTC (History)
0 users

See Also:


Attachments
p5-CGI-Application-Plugin-Session-1.04.patch (2.54 KB, patch)
2013-11-15 11:10 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-15 11:10:08 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 2013-11-15 20:52:35 UTC
Author: sunpoet
Date: Fri Nov 15 20:52:26 2013
New Revision: 333923
URL: http://svnweb.freebsd.org/changeset/ports/333923

Log:
  - Update to 1.04
  - Add LICENSE
  - Pass maintainership to submitter
  - While I'm here, fix *_DEPENDS and add TEST_DEPENDS
  
  Changes:	http://search.cpan.org/dist/CGI-Application-Plugin-Session/Changes
  PR:		ports/183993
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/www/p5-CGI-Application-Plugin-Session/Makefile
  head/www/p5-CGI-Application-Plugin-Session/distinfo   (contents, props changed)

Modified: head/www/p5-CGI-Application-Plugin-Session/Makefile
==============================================================================
--- head/www/p5-CGI-Application-Plugin-Session/Makefile	Fri Nov 15 20:52:21 2013	(r333922)
+++ head/www/p5-CGI-Application-Plugin-Session/Makefile	Fri Nov 15 20:52:26 2013	(r333923)
@@ -2,21 +2,25 @@
 # $FreeBSD$
 
 PORTNAME=	CGI-Application-Plugin-Session
-PORTVERSION=	1.03
-PORTREVISION=	1
+PORTVERSION=	1.04
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Plugin that adds session support to CGI::Application
 
-BUILD_DEPENDS=	p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
-		p5-CGI-Session>=0:${PORTSDIR}/www/p5-CGI-Session \
-		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-CGI-Application>=3.21:${PORTSDIR}/www/p5-CGI-Application \
+		p5-CGI-Session>=4.48:${PORTSDIR}/www/p5-CGI-Session
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-CGI-Simple>=0:${PORTSDIR}/www/p5-CGI-Simple \
+		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
+		p5-Test-Simple>=1.001.002:${PORTSDIR}/devel/p5-Test-Simple
 
 USES=		perl5
-USE_PERL5=	modbuild
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/www/p5-CGI-Application-Plugin-Session/distinfo
==============================================================================
--- head/www/p5-CGI-Application-Plugin-Session/distinfo	Fri Nov 15 20:52:21 2013	(r333922)
+++ head/www/p5-CGI-Application-Plugin-Session/distinfo	Fri Nov 15 20:52:26 2013	(r333923)
@@ -1,2 +1,2 @@
-SHA256 (CGI-Application-Plugin-Session-1.03.tar.gz) = 7dd7eb41bfb4d70a3a9b29213de21d33bc308ed0f2ccaca64570bfca79f532be
-SIZE (CGI-Application-Plugin-Session-1.03.tar.gz) = 13599
+SHA256 (CGI-Application-Plugin-Session-1.04.tar.gz) = aa8488a6d4a094da284f9737db7f689127ed6cbfdcdf525f281479f4434f8e53
+SIZE (CGI-Application-Plugin-Session-1.04.tar.gz) = 24488
_______________________________________________
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 2013-11-15 20:53:18 UTC
State Changed
From-To: open->closed

Committed. Thanks!