From nobody@FreeBSD.org  Thu Feb 14 19:48:29 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 8F55B16A417
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Feb 2008 19:48:29 +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 9270913C469
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Feb 2008 19:48:29 +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 m1EJk9BX005437
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Feb 2008 19:46:09 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m1EJk9Ka005436;
	Thu, 14 Feb 2008 19:46:09 GMT
	(envelope-from nobody)
Message-Id: <200802141946.m1EJk9Ka005436@www.freebsd.org>
Date: Thu, 14 Feb 2008 19:46:09 GMT
From: Felippe de Meirelles Motta <lippemail@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] devel/p5-File-Flat
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         120663
>Category:       ports
>Synopsis:       [UPDATE] devel/p5-File-Flat
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    skv
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 14 19:50:03 UTC 2008
>Closed-Date:    Sat May 31 20:23:33 UTC 2008
>Last-Modified:  Sat May 31 20:30:01 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 1.02;
- Use CPAN macro;
- Add missing deps.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-File-Flat/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	6 Feb 2007 17:50:43 -0000	1.8
+++ Makefile	14 Feb 2008 18:22:42 -0000
@@ -6,26 +6,26 @@
 #
 
 PORTNAME=	File-Flat
-PORTVERSION=	1.00
+PORTVERSION=	1.02
 CATEGORIES=	devel perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	File
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	skv@FreeBSD.org
 COMMENT=	Implements a flat filesystem
 
-RUN_DEPENDS=	\
-		${SITE_PERL}/Class/Autouse.pm:${PORTSDIR}/devel/p5-Class-Autouse \
-		${SITE_PERL}/Class/Inspector.pm:${PORTSDIR}/devel/p5-Class-Inspector \
-		${SITE_PERL}/File/Remove.pm:${PORTSDIR}/devel/p5-File-Remove \
-		${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \
+BUILD_DEPENDS+=	${SITE_PERL}/Test/ClassAPI.pm:${PORTSDIR}/devel/p5-Test-ClassAPI \
+		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
 		${SITE_PERL}/File/NCopy.pm:${PORTSDIR}/devel/p5-File-NCopy \
 		${SITE_PERL}/File/Copy/Recursive.pm:${PORTSDIR}/devel/p5-File-Copy-Recursive \
+		${SITE_PERL}/File/Remove.pm:${PORTSDIR}/devel/p5-File-Remove \
+		${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \
+		${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
+		${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
+		${SITE_PERL}/${PERL_ARCH}/IO/File.pm:${PORTSDIR}/devel/p5-IO \
+		${SITE_PERL}/Class/Autouse.pm:${PORTSDIR}/devel/p5-Class-Autouse \
 		${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork
-
-BUILD_DEPENDS=	${RUN_DEPENDS} \
-		${SITE_PERL}/Test/ClassAPI.pm:${PORTSDIR}/devel/p5-Test-ClassAPI
+RUN_DEPENDS+=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-File-Flat/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo	6 Feb 2007 17:50:43 -0000	1.8
+++ distinfo	14 Feb 2008 18:22:42 -0000
@@ -1,3 +1,3 @@
-MD5 (File-Flat-1.00.tar.gz) = e13c7a5ff57433a97463f589277938e8
-SHA256 (File-Flat-1.00.tar.gz) = d1c3546d11c622b34e41fb6848731f4307b0cbc1a081250c1f690a1027d35be1
-SIZE (File-Flat-1.00.tar.gz) = 45820
+MD5 (File-Flat-1.02.tar.gz) = 739127a3c18f23a26255337fc213b964
+SHA256 (File-Flat-1.02.tar.gz) = 40a846ff2554da319a59f4e20f87365b9b4acf3f946df0234749a6ef52d060cf
+SIZE (File-Flat-1.02.tar.gz) = 46375


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->skv 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Feb 14 19:50:28 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120663 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat May 31 20:23:33 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/120663: commit references a PR
Date: Sat, 31 May 2008 20:23:33 +0000 (UTC)

 miwi        2008-05-31 20:23:23 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-File-Flat   Makefile distinfo 
   Log:
   - Update to 1.02
   
   PR:             120663
   Submitted by:   lippe
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.10      +19 -7     ports/devel/p5-File-Flat/Makefile
   1.9       +3 -3      ports/devel/p5-File-Flat/distinfo
 _______________________________________________
 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:
