- Update to 1.04 - Add LICENSE - Add STAGE support - Take maintainership For Committer's reference: http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-CGI-Application-Plugin-Session/1.04/84i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-CGI-Application-Plugin-Session/1.04/84amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-CGI-Application-Plugin-Session/1.04/92i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-CGI-Application-Plugin-Session/1.04/92amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-CGI-Application-Plugin-Session/1.04/10b3i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-CGI-Application-Plugin-Session/1.04/10b3amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-CGI-Application-Plugin-Session/1.04/11i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-CGI-Application-Plugin-Session/1.04/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: 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"
State Changed From-To: open->closed Committed. Thanks!