Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2008 19:46:09 GMT
From:      Felippe de Meirelles Motta <lippemail@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/120663: [UPDATE] devel/p5-File-Flat
Message-ID:  <200802141946.m1EJk9Ka005436@www.freebsd.org>
Resent-Message-ID: <200802141950.m1EJo3rP008858@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         120663
>Category:       ports
>Synopsis:       [UPDATE] devel/p5-File-Flat
>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:   Thu Feb 14 19:50:03 UTC 2008
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802141946.m1EJk9Ka005436>