From sunpoet@sunpoet.net  Sun Aug 14 03:50:17 2011
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0B8FA106567A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 14 Aug 2011 03:50:17 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id 7359E8FC2A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 14 Aug 2011 03:50:16 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id C13231FA8; Sun, 14 Aug 2011 11:50:13 +0800 (CST)
Message-Id: <20110814035013.C13231FA8@sunpoet.net>
Date: Sun, 14 Aug 2011 11:50:13 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mopsfelder@gmail.com
Subject: [PATCH] www/p5-Mojolicious: update to 1.76
X-Send-Pr-Version: 3.113
X-GNATS-Notify: mopsfelder@gmail.com

>Number:         159759
>Category:       ports
>Synopsis:       [PATCH] www/p5-Mojolicious: update to 1.76
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 14 04:00:20 UTC 2011
>Closed-Date:    Wed Aug 17 04:08:01 UTC 2011
>Last-Modified:  Wed Aug 17 04:10:10 UTC 2011
>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: Sat Jul  9 23:23:51 CST
>Description:
- Update to 1.76

Port maintainer (mopsfelder@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Mojolicious-1.76.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-Mojolicious/Makefile,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile
--- Makefile	24 Jul 2011 16:17:40 -0000	1.10
+++ Makefile	14 Aug 2011 03:50:09 -0000
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	Mojolicious
-PORTVERSION=	1.64
+PORTVERSION=	1.76
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
-#MASTER_SITE_SUBDIR=	Mojolicious/KRAIH
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	mopsfelder@gmail.com
@@ -19,7 +18,7 @@
 
 LICENSE_FILES=	${WRKSRC}/LICENSE
 
-PERL_CONFIGURE=	yes
+PERL_CONFIGURE=	5.10.0+
 
 MAN1=		hypnotoad.1 \
 		mojo.1 \
@@ -40,8 +39,8 @@
 		Mojo::Cookie::Response.3 \
 		Mojo::CookieJar.3 \
 		Mojo::DOM.3 \
-		Mojo::DOM::Collection.3 \
 		Mojo::DOM::CSS.3 \
+		Mojo::DOM::Collection.3 \
 		Mojo::DOM::HTML.3 \
 		Mojo::Date.3 \
 		Mojo::Exception.3 \
@@ -49,9 +48,14 @@
 		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 \
+		Mojo::IOLoop::Trigger.3 \
 		Mojo::IOWatcher.3 \
-		Mojo::IOWatcher::Epoll.3 \
-		Mojo::IOWatcher::KQueue.3 \
+		Mojo::IOWatcher::EV.3 \
 		Mojo::JSON.3 \
 		Mojo::Loader.3 \
 		Mojo::Log.3 \
@@ -60,7 +64,6 @@
 		Mojo::Message::Response.3 \
 		Mojo::Parameters.3 \
 		Mojo::Path.3 \
-		Mojo::Resolver.3 \
 		Mojo::Server.3 \
 		Mojo::Server::CGI.3 \
 		Mojo::Server::Daemon.3 \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-Mojolicious/distinfo,v
retrieving revision 1.8
diff -u -u -r1.8 distinfo
--- distinfo	24 Jul 2011 16:17:40 -0000	1.8
+++ distinfo	14 Aug 2011 03:50:09 -0000
@@ -1,2 +1,2 @@
-SHA256 (Mojolicious-1.64.tar.gz) = a0df79802a242e809420bd8f4b07ab2700e7611e714b665b30d6e062533a1663
-SIZE (Mojolicious-1.64.tar.gz) = 561880
+SHA256 (Mojolicious-1.76.tar.gz) = ac438d61d3ad53248e9f7364e094c964d1f4280ff4ad079e52a664c5acc41415
+SIZE (Mojolicious-1.76.tar.gz) = 569671
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/p5-Mojolicious/pkg-plist,v
retrieving revision 1.8
diff -u -u -r1.8 pkg-plist
--- pkg-plist	24 Jul 2011 16:17:40 -0000	1.8
+++ pkg-plist	14 Aug 2011 03:50:09 -0000
@@ -26,9 +26,14 @@
 %%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
+%%SITE_PERL%%/Mojo/IOLoop/Trigger.pm
 %%SITE_PERL%%/Mojo/IOWatcher.pm
-%%SITE_PERL%%/Mojo/IOWatcher/Epoll.pm
-%%SITE_PERL%%/Mojo/IOWatcher/KQueue.pm
+%%SITE_PERL%%/Mojo/IOWatcher/EV.pm
 %%SITE_PERL%%/Mojo/JSON.pm
 %%SITE_PERL%%/Mojo/Loader.pm
 %%SITE_PERL%%/Mojo/Log.pm
@@ -37,7 +42,6 @@
 %%SITE_PERL%%/Mojo/Message/Response.pm
 %%SITE_PERL%%/Mojo/Parameters.pm
 %%SITE_PERL%%/Mojo/Path.pm
-%%SITE_PERL%%/Mojo/Resolver.pm
 %%SITE_PERL%%/Mojo/Server.pm
 %%SITE_PERL%%/Mojo/Server/CGI.pm
 %%SITE_PERL%%/Mojo/Server/Daemon.pm
@@ -146,27 +150,28 @@
 %%SITE_PERL%%/Mojolicious/templates/perldoc.html.ep
 %%SITE_PERL%%/README.pod
 %%SITE_PERL%%/Test/Mojo.pm
-%%SITE_PERL%%/mach/auto/Mojolicious/.packlist
 %%SITE_PERL%%/ojo.pm
-@dirrmtry %%SITE_PERL%%/mach/auto/Mojolicious
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious/.packlist
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious
 @dirrmtry %%SITE_PERL%%/Test
-@dirrmtry %%SITE_PERL%%/Mojolicious/templates
-@dirrmtry %%SITE_PERL%%/Mojolicious/public/js
-@dirrmtry %%SITE_PERL%%/Mojolicious/public/css
-@dirrmtry %%SITE_PERL%%/Mojolicious/public
-@dirrmtry %%SITE_PERL%%/Mojolicious/Routes
+@dirrm %%SITE_PERL%%/Mojolicious/templates
+@dirrm %%SITE_PERL%%/Mojolicious/public/js
+@dirrm %%SITE_PERL%%/Mojolicious/public/css
+@dirrm %%SITE_PERL%%/Mojolicious/public
+@dirrm %%SITE_PERL%%/Mojolicious/Routes
 @dirrmtry %%SITE_PERL%%/Mojolicious/Plugin
-@dirrmtry %%SITE_PERL%%/Mojolicious/Guides
-@dirrmtry %%SITE_PERL%%/Mojolicious/Command/Generate
-@dirrmtry %%SITE_PERL%%/Mojolicious/Command
+@dirrm %%SITE_PERL%%/Mojolicious/Guides
+@dirrm %%SITE_PERL%%/Mojolicious/Command/Generate
+@dirrm %%SITE_PERL%%/Mojolicious/Command
 @dirrmtry %%SITE_PERL%%/Mojolicious
-@dirrmtry %%SITE_PERL%%/Mojo/UserAgent
-@dirrmtry %%SITE_PERL%%/Mojo/Transaction
-@dirrmtry %%SITE_PERL%%/Mojo/Server
-@dirrmtry %%SITE_PERL%%/Mojo/Message
-@dirrmtry %%SITE_PERL%%/Mojo/IOWatcher
-@dirrmtry %%SITE_PERL%%/Mojo/DOM
-@dirrmtry %%SITE_PERL%%/Mojo/Cookie
-@dirrmtry %%SITE_PERL%%/Mojo/Content
-@dirrmtry %%SITE_PERL%%/Mojo/Asset
-@dirrmtry %%SITE_PERL%%/Mojo
+@dirrm %%SITE_PERL%%/Mojo/UserAgent
+@dirrm %%SITE_PERL%%/Mojo/Transaction
+@dirrm %%SITE_PERL%%/Mojo/Server
+@dirrm %%SITE_PERL%%/Mojo/Message
+@dirrm %%SITE_PERL%%/Mojo/IOWatcher
+@dirrm %%SITE_PERL%%/Mojo/IOLoop
+@dirrm %%SITE_PERL%%/Mojo/DOM
+@dirrm %%SITE_PERL%%/Mojo/Cookie
+@dirrm %%SITE_PERL%%/Mojo/Content
+@dirrm %%SITE_PERL%%/Mojo/Asset
+@dirrm %%SITE_PERL%%/Mojo
--- p5-Mojolicious-1.76.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Aug 14 04:00:46 UTC 2011 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159759 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Aug 14 04:00:53 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159759 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: mopsfelder@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/159759: [PATCH] www/p5-Mojolicious: update to 1.76
Date: Sun, 14 Aug 2011 04:00:50 UT

 Maintainer of www/p5-Mojolicious,
 
 Please note that PR ports/159759 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/159759
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Sun Aug 14 04:12:53 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159759 

From: Murilo Opsfelder Araujo <mopsfelder@gmail.com>
To: bug-followup@freebsd.org
Cc: Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org>
Subject: Re: ports/159759: [PATCH] www/p5-Mojolicious: update to 1.76
Date: Tue, 16 Aug 2011 21:07:05 -0300

 On Sun, Aug 14, 2011 at 1:00 AM, Edwin Groothuis <edwin@freebsd.org> wrote:
 > Maintainer of www/p5-Mojolicious,
 >
 > Please note that PR ports/159759 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 > =A0 =A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/159759
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
 Approved. Thanks!
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Wed Aug 17 04:08:00 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159759 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159759: commit references a PR
Date: Wed, 17 Aug 2011 04:07:52 +0000 (UTC)

 sunpoet     2011-08-17 04:07:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/p5-Mojolicious   Makefile distinfo pkg-plist 
   Log:
   - Update to 1.76
   - Sort MAN3
   
   Changes:        http://search.cpan.org/dist/Mojolicious/Changes
   PR:             ports/159759
   Submitted by:   sunpoet (myself)
   Approved by:    Murilo Opsfelder Araujo <mopsfelder@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.11      +10 -7     ports/www/p5-Mojolicious/Makefile
   1.9       +2 -2      ports/www/p5-Mojolicious/distinfo
   1.9       +28 -23    ports/www/p5-Mojolicious/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
