- Update to 2.11 - Take maintainership - Add LICENSE For Committer's reference: http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-CGI-Application-Plugin-Stream/2.11/84i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-CGI-Application-Plugin-Stream/2.11/84amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-CGI-Application-Plugin-Stream/2.11/92i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-CGI-Application-Plugin-Stream/2.11/92amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-CGI-Application-Plugin-Stream/2.11/10b3i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-CGI-Application-Plugin-Stream/2.11/10b3amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-CGI-Application-Plugin-Stream/2.11/11i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-CGI-Application-Plugin-Stream/2.11/11amd64-default.log Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->sunpoet sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed. Thanks!