Date: Wed, 19 Oct 2011 00:46:14 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mopsfelder@gmail.com Subject: ports/161776: [PATCH] www/p5-Mojolicious: update to 2.0 Message-ID: <20111018164614.3CB015D95@sunpoet.net> Resent-Message-ID: <201110181650.p9IGo9qU013259@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 161776 >Category: ports >Synopsis: [PATCH] www/p5-Mojolicious: update to 2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Oct 18 16:50:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Sep 28 22:36:13 CST 2011 >Description: - Update to 2.0 Changes: http://search.cpan.org/dist/Mojolicious/Changes Port maintainer (mopsfelder@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Mojolicious-2.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-Mojolicious/Makefile,v retrieving revision 1.15 diff -u -u -r1.15 Makefile --- Makefile 10 Oct 2011 02:50:46 -0000 1.15 +++ Makefile 18 Oct 2011 16:45:53 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Mojolicious -PORTVERSION= 1.99 +PORTVERSION= 2.0 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +18,7 @@ LICENSE_FILES= ${WRKSRC}/LICENSE -PERL_CONFIGURE= 5.10.0+ +PERL_CONFIGURE= 5.10.1+ MAN1= hypnotoad.1 \ mojo.1 \ @@ -43,13 +43,13 @@ Mojo::DOM::CSS.3 \ Mojo::DOM::HTML.3 \ Mojo::Date.3 \ + Mojo::EventEmitter.3 \ Mojo::Exception.3 \ Mojo::Headers.3 \ Mojo::HelloWorld.3 \ Mojo::Home.3 \ Mojo::IOLoop.3 \ Mojo::IOLoop::Client.3 \ - Mojo::IOLoop::EventEmitter.3 \ Mojo::IOLoop::Resolver.3 \ Mojo::IOLoop::Server.3 \ Mojo::IOLoop::Stream.3 \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/p5-Mojolicious/distinfo,v retrieving revision 1.13 diff -u -u -r1.13 distinfo --- distinfo 10 Oct 2011 02:50:46 -0000 1.13 +++ distinfo 18 Oct 2011 16:45:53 -0000 @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-1.99.tar.gz) = 7a52e0c18932e025d04596bd9e8c233c144c9a7b9abebb4915296715765260e1 -SIZE (Mojolicious-1.99.tar.gz) = 579354 +SHA256 (Mojolicious-2.0.tar.gz) = 822dfbfa4bfeda4468c1c0dc393ab9f12b68f1fd276e50614819be2ebaebb389 +SIZE (Mojolicious-2.0.tar.gz) = 581377 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/p5-Mojolicious/pkg-plist,v retrieving revision 1.11 diff -u -u -r1.11 pkg-plist --- pkg-plist 19 Sep 2011 02:46:14 -0000 1.11 +++ pkg-plist 18 Oct 2011 16:45:53 -0000 @@ -19,13 +19,13 @@ %%SITE_PERL%%/Mojo/DOM/CSS.pm %%SITE_PERL%%/Mojo/DOM/HTML.pm %%SITE_PERL%%/Mojo/Date.pm +%%SITE_PERL%%/Mojo/EventEmitter.pm %%SITE_PERL%%/Mojo/Exception.pm %%SITE_PERL%%/Mojo/Headers.pm %%SITE_PERL%%/Mojo/HelloWorld.pm %%SITE_PERL%%/Mojo/Home.pm %%SITE_PERL%%/Mojo/IOLoop.pm %%SITE_PERL%%/Mojo/IOLoop/Client.pm -%%SITE_PERL%%/Mojo/IOLoop/EventEmitter.pm %%SITE_PERL%%/Mojo/IOLoop/Resolver.pm %%SITE_PERL%%/Mojo/IOLoop/Server.pm %%SITE_PERL%%/Mojo/IOLoop/Stream.pm --- p5-Mojolicious-2.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111018164614.3CB015D95>