Bug 185186 - [PATCH] www/p5-CGI-Application-Plugin-Stream: update to 2.11, take maintainership
Summary: [PATCH] www/p5-CGI-Application-Plugin-Stream: update to 2.11, take maintainer...
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-12-25 19:50 UTC by Muhammad Moinur Rahman
Modified: 2014-01-02 16:30 UTC (History)
0 users

See Also:


Attachments
p5-CGI-Application-Plugin-Stream-2.11.patch (1.46 KB, patch)
2013-12-25 19:50 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-12-25 19:50:07 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-01-02 16:23:57 UTC
Author: sunpoet
Date: Thu Jan  2 16:23:29 2014
New Revision: 338459
URL: http://svnweb.freebsd.org/changeset/ports/338459

Log:
  - Update to 2.11
  - Add LICENSE
  - Pass maintainership to submitter
  
  Changes:	http://search.cpan.org/dist/CGI-Application-Plugin-Stream/Changes
  PR:		ports/185186
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

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

Modified: head/www/p5-CGI-Application-Plugin-Stream/Makefile
==============================================================================
--- head/www/p5-CGI-Application-Plugin-Stream/Makefile	Thu Jan  2 16:23:24 2014	(r338458)
+++ head/www/p5-CGI-Application-Plugin-Stream/Makefile	Thu Jan  2 16:23:29 2014	(r338459)
@@ -2,14 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	CGI-Application-Plugin-Stream
-PORTVERSION=	2.10
+PORTVERSION=	2.11
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Plugin that adds file streaming support to CGI::Application
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
 		p5-CGI-Application-Plugin-AutoRunmode>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-AutoRunmode \
 		p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic

Modified: head/www/p5-CGI-Application-Plugin-Stream/distinfo
==============================================================================
--- head/www/p5-CGI-Application-Plugin-Stream/distinfo	Thu Jan  2 16:23:24 2014	(r338458)
+++ head/www/p5-CGI-Application-Plugin-Stream/distinfo	Thu Jan  2 16:23:29 2014	(r338459)
@@ -1,2 +1,2 @@
-SHA256 (CGI-Application-Plugin-Stream-2.10.tar.gz) = 4d61b8c280492afdadf486b9e0e2c84aa103caf6f77d17631c3aabca2fd811e1
-SIZE (CGI-Application-Plugin-Stream-2.10.tar.gz) = 5958
+SHA256 (CGI-Application-Plugin-Stream-2.11.tar.gz) = 672667ad73145656ac799d3f54ac29349f516295aa4d8d315dedb90b8db10e40
+SIZE (CGI-Application-Plugin-Stream-2.11.tar.gz) = 7260
_______________________________________________
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-01-02 16:25:25 UTC
State Changed
From-To: open->closed

Committed. Thanks!