From nobody@FreeBSD.org  Wed Feb 13 03:26:26 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D3E1E16A417
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 13 Feb 2008 03:26:26 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id BB5C513C45D
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 13 Feb 2008 03:26:26 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1D3OA3q069358
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 13 Feb 2008 03:24:10 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m1D3OAfQ069357;
	Wed, 13 Feb 2008 03:24:10 GMT
	(envelope-from nobody)
Message-Id: <200802130324.m1D3OAfQ069357@www.freebsd.org>
Date: Wed, 13 Feb 2008 03:24:10 GMT
From: Felippe de Meirelles Motta <lippemail@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] www/p5-Catalyst-View-JSON
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         120600
>Category:       ports
>Synopsis:       [UPDATE] www/p5-Catalyst-View-JSON
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kuriyama
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 13 03:30:01 UTC 2008
>Closed-Date:    Sun Feb 24 08:04:33 UTC 2008
>Last-Modified:  Sun Feb 24 08:10:02 UTC 2008
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC

>Description:
- Updated to 0.22;
- Use CPAN macro;
- Fix and sort pkg-plist.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-Catalyst-View-JSON/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	13 Oct 2007 13:00:40 -0000	1.5
+++ Makefile	13 Feb 2008 03:25:14 -0000
@@ -6,19 +6,18 @@
 #
 
 PORTNAME=	Catalyst-View-JSON
-PORTVERSION=	0.20
+PORTVERSION=	0.22
 CATEGORIES=	www
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	Catalyst
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Catalyst View handler that returns stash data in JSON format
 
-BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
+BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
 		p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \
 		p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-Catalyst-View-JSON/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	13 Oct 2007 13:00:40 -0000	1.4
+++ distinfo	13 Feb 2008 03:25:14 -0000
@@ -1,3 +1,3 @@
-MD5 (Catalyst-View-JSON-0.20.tar.gz) = bebbd395de1bbf1e01db667a40e0198f
-SHA256 (Catalyst-View-JSON-0.20.tar.gz) = 509d10a9377e5524e58862836220b3fe2fc4ad3e22da2590aa79fefbbc38ab3f
-SIZE (Catalyst-View-JSON-0.20.tar.gz) = 27288
+MD5 (Catalyst-View-JSON-0.22.tar.gz) = e57f6507569a285aeb1793c9b8353165
+SHA256 (Catalyst-View-JSON-0.22.tar.gz) = dd8c1e2d91d8a69e85dbe9458b9a80a8201dc7ea09719d7278a9433ffc380fcd
+SIZE (Catalyst-View-JSON-0.22.tar.gz) = 21919
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/p5-Catalyst-View-JSON/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	10 May 2006 09:47:07 -0000	1.1
+++ pkg-plist	13 Feb 2008 03:25:14 -0000
@@ -1,8 +1,10 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View/JSON/.packlist
 %%SITE_PERL%%/Catalyst/View/JSON.pm
 %%SITE_PERL%%/Catalyst/Helper/View/JSON.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View/JSON/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View/JSON
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View/JSON
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst
 @dirrmtry %%SITE_PERL%%/Catalyst/View
 @dirrmtry %%SITE_PERL%%/Catalyst/Helper/View
 @dirrmtry %%SITE_PERL%%/Catalyst/Helper
+@dirrmtry %%SITE_PERL%%/Catalyst


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Feb 13 03:30:14 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120600 
State-Changed-From-To: open->closed 
State-Changed-By: kuriyama 
State-Changed-When: Sun Feb 24 08:04:19 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

I've deleted extra @dirrmtry from your patch, which I think needless 
(Catalyst dir should always exist for dependency). 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/120600: commit references a PR
Date: Sun, 24 Feb 2008 08:04:28 +0000 (UTC)

 kuriyama    2008-02-24 08:04:22 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/p5-Catalyst-View-JSON Makefile distinfo pkg-plist 
   Log:
   - Upgrade to 0.22.
   - Use CPAN macro.
   - Use @dirrmtry in plist.
   
   PR:             ports/120600
   Submitted by:   Felippe de Meirelles Motta <lippemail@gmail.com>
   
   Revision  Changes    Path
   1.6       +4 -5      ports/www/p5-Catalyst-View-JSON/Makefile
   1.5       +3 -3      ports/www/p5-Catalyst-View-JSON/distinfo
   1.2       +2 -2      ports/www/p5-Catalyst-View-JSON/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:
