From nobody@FreeBSD.org  Mon Jun 10 21:43:04 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 769CCB26
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Jun 2013 21:43:04 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id 6872212DD
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Jun 2013 21:43:04 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5ALh3ZN083007
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Jun 2013 21:43:03 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5ALh3I1083006;
	Mon, 10 Jun 2013 21:43:03 GMT
	(envelope-from nobody)
Message-Id: <201306102143.r5ALh3I1083006@oldred.freebsd.org>
Date: Mon, 10 Jun 2013 21:43:03 GMT
From: Andy Walker <awalker@sourcefire.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: p5-Dancer is out of date
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         179464
>Category:       ports
>Synopsis:       [update] www/p5-Dancer to 1.3115
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kuriyama
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 10 21:50:00 UTC 2013
>Closed-Date:    Tue Jun 25 16:59:34 UTC 2013
>Last-Modified:  Tue Jun 25 17:00:01 UTC 2013
>Originator:     Andy Walker
>Release:        9.1
>Organization:
SourceFire
>Environment:
>Description:
Please update to latest release (1.3115).  This release fixes a bug related to "megasplat" routes and passing.  If a route is created that uses a megasplat to do initialization or preparation for routes beneath it (e.g. the entry/*/tags/** route in the documentation) and then passes, if no further routes match the framework will throw an error 500 instead of the expected 404.
>How-To-Repeat:
as per: https://github.com/PerlDancer/Dancer/issues/605#issuecomment-4152683
>Fix:
Framework bug.  An update to 1.3115 should resolve the issue.

>Release-Note:
>Audit-Trail:
Class-Changed-From-To: update->sw-bug 
Class-Changed-By: rakuco 
Class-Changed-When: Tue Jun 11 18:38:38 UTC 2013 
Class-Changed-Why:  
Fix PR class and assign to maintainer. 


Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama 
Responsible-Changed-By: rakuco 
Responsible-Changed-When: Tue Jun 11 18:38:38 UTC 2013 
Responsible-Changed-Why:  
Fix PR class and assign to maintainer. 

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

From: Ryan Steinmetz <zi@FreeBSD.org>
To: Andy Walker <awalker@sourcefire.com>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/179464: p5-Dancer is out of date
Date: Wed, 12 Jun 2013 20:37:05 -0400

 --jRHKVT23PllUwdXP
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Disposition: inline
 
 Attached is a patch to:
 - Update to 1.3115
 - Convert to new 'created by' header
 
 --jRHKVT23PllUwdXP
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="p5-dancer.diff.txt"
 
 Index: Makefile
 ===================================================================
 --- Makefile	(revision 320727)
 +++ Makefile	(working copy)
 @@ -1,15 +1,11 @@
 -# New ports collection makefile for:	Dancer
 -# Date created:		16 Apr 2010
 -# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
 -#
 +# Created by: Jun Kuriyama <kuriyama@FreeBSD.org>
  # $FreeBSD$
 -#
  
  PORTNAME=	Dancer
 -PORTVERSION=	1.3110
 +PORTVERSION=	1.3115
  CATEGORIES=	www perl5
  MASTER_SITES=	CPAN
 -MASTER_SITE_SUBDIR=	CPAN:XSAWYERX
 +MASTER_SITE_SUBDIR=	CPAN:YANICK
  PKGNAMEPREFIX=	p5-
  
  MAINTAINER=	kuriyama@FreeBSD.org
 Index: distinfo
 ===================================================================
 --- distinfo	(revision 320727)
 +++ distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (Dancer-1.3110.tar.gz) = 1c22800be3fe294acfa8e3810cf6bd5dc6292079c73f74691968b728c5c1bf52
 -SIZE (Dancer-1.3110.tar.gz) = 293654
 +SHA256 (Dancer-1.3115.tar.gz) = a7131d3718a70a7c820da8320a89b3c479e65863fbfeb2709c926aca2f45bb89
 +SIZE (Dancer-1.3115.tar.gz) = 298079
 
 --jRHKVT23PllUwdXP--

From: Ryan Steinmetz <zi@FreeBSD.org>
To: kuriyama@freebsd.org, Andy Walker <awalker@sourcefire.com>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/179464: p5-Dancer is out of date
Date: Thu, 13 Jun 2013 11:11:29 -0400

 This issue is impacting me as well.  May I have permission to commit the
 patch attached to the PR?
 
 Thanks,
 -r
 
State-Changed-From-To: open->closed 
State-Changed-By: zi 
State-Changed-When: Tue Jun 25 16:59:32 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179464: commit references a PR
Date: Tue, 25 Jun 2013 16:59:24 +0000 (UTC)

 Author: zi
 Date: Tue Jun 25 16:59:10 2013
 New Revision: 321750
 URL: http://svnweb.freebsd.org/changeset/ports/321750
 
 Log:
   - Update to 1.3115
   - Convert to new 'created by' header
   
   PR:		ports/179464
   Submitted by:	Andy Walker <awalker@sourcefire.com>
   Approved by:	maintainer timeout (2+ weeks)
 
 Modified:
   head/www/p5-Dancer/Makefile   (contents, props changed)
   head/www/p5-Dancer/distinfo   (contents, props changed)
 
 Modified: head/www/p5-Dancer/Makefile
 ==============================================================================
 --- head/www/p5-Dancer/Makefile	Tue Jun 25 16:22:46 2013	(r321749)
 +++ head/www/p5-Dancer/Makefile	Tue Jun 25 16:59:10 2013	(r321750)
 @@ -1,15 +1,11 @@
 -# New ports collection makefile for:	Dancer
 -# Date created:		16 Apr 2010
 -# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
 -#
 +# Created by: Jun Kuriyama <kuriyama@FreeBSD.org>
  # $FreeBSD$
 -#
  
  PORTNAME=	Dancer
 -PORTVERSION=	1.3110
 +PORTVERSION=	1.3115
  CATEGORIES=	www perl5
  MASTER_SITES=	CPAN
 -MASTER_SITE_SUBDIR=	CPAN:XSAWYERX
 +MASTER_SITE_SUBDIR=	CPAN:YANICK
  PKGNAMEPREFIX=	p5-
  
  MAINTAINER=	kuriyama@FreeBSD.org
 
 Modified: head/www/p5-Dancer/distinfo
 ==============================================================================
 --- head/www/p5-Dancer/distinfo	Tue Jun 25 16:22:46 2013	(r321749)
 +++ head/www/p5-Dancer/distinfo	Tue Jun 25 16:59:10 2013	(r321750)
 @@ -1,2 +1,2 @@
 -SHA256 (Dancer-1.3110.tar.gz) = 1c22800be3fe294acfa8e3810cf6bd5dc6292079c73f74691968b728c5c1bf52
 -SIZE (Dancer-1.3110.tar.gz) = 293654
 +SHA256 (Dancer-1.3115.tar.gz) = a7131d3718a70a7c820da8320a89b3c479e65863fbfeb2709c926aca2f45bb89
 +SIZE (Dancer-1.3115.tar.gz) = 298079
 _______________________________________________
 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"
 
>Unformatted:
