Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2006 22:22:25 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org, skv@FreeBSD.org
Subject:   ports/100539: [PATCH] devel/p5-File-Flat: update to 0.96
Message-ID:  <20060719142225.4828188@netnews.NCTU.edu.tw>
Resent-Message-ID: <200607191430.k6JEUItV062219@freefall.freebsd.org>

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

>Number:         100539
>Category:       ports
>Synopsis:       [PATCH] devel/p5-File-Flat: update to 0.96
>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:   Wed Jul 19 14:30:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Update to 0.96
- Building doesn't need to those modules.
- File::Temp is in perl base after 5.6.1.

Port maintainer (skv@FreeBSD.org) is cc'd.

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

--- p5-File-Flat-0.96.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-File-Flat/Makefile /home/staff/gslin/work/p5-File-Flat/Makefile
--- /usr/ports/devel/p5-File-Flat/Makefile	Sun Nov 14 21:02:32 2004
+++ /home/staff/gslin/work/p5-File-Flat/Makefile	Wed Jul 19 22:20:33 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	File-Flat
-PORTVERSION=	0.95
+PORTVERSION=	0.96
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	File
@@ -15,13 +15,12 @@
 MAINTAINER=	skv@FreeBSD.org
 COMMENT=	Implements a flat filesystem
 
-BUILD_DEPENDS=	${SITE_PERL}/Class/Autouse.pm:${PORTSDIR}/devel/p5-Class-Autouse \
+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 \
 		${SITE_PERL}/File/NCopy.pm:${PORTSDIR}/devel/p5-File-NCopy \
 		${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork
-RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
@@ -32,8 +31,8 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+=	${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
+.if ${PERL_LEVEL} < 500601
+RUN_DEPENDS+=	${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/devel/p5-File-Flat/distinfo /home/staff/gslin/work/p5-File-Flat/distinfo
--- /usr/ports/devel/p5-File-Flat/distinfo	Sun Jan 22 16:29:05 2006
+++ /home/staff/gslin/work/p5-File-Flat/distinfo	Wed Jul 19 22:18:11 2006
@@ -1,3 +1,3 @@
-MD5 (File-Flat-0.95.tar.gz) = 4b018c9d2a366cfd15c920f3544e9cf1
-SHA256 (File-Flat-0.95.tar.gz) = 73efd011be502bc21b872515c8af4ba5e5b5a17b38cb080509113d2946958ab4
-SIZE (File-Flat-0.95.tar.gz) = 43521
+MD5 (File-Flat-0.96.tar.gz) = 1cfc9d23bf76e0deeae0dbb0765b486c
+SHA256 (File-Flat-0.96.tar.gz) = c6e48be6044676d1a0d126835c3c904352f0a03d6a63eae050febbbac4bc756c
+SIZE (File-Flat-0.96.tar.gz) = 45778
diff -ruN --exclude=CVS /usr/ports/devel/p5-File-Flat/pkg-plist /home/staff/gslin/work/p5-File-Flat/pkg-plist
--- /usr/ports/devel/p5-File-Flat/pkg-plist	Sun Jan 22 09:47:35 2006
+++ /home/staff/gslin/work/p5-File-Flat/pkg-plist	Wed Jul 19 22:19:54 2006
@@ -1,5 +1,6 @@
+@comment $FreeBSD$
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Flat/.packlist
 %%SITE_PERL%%/File/Flat.pm
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Flat
-@dirrmtry %%SITE_PERL%%/File
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Flat
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
+@dirrmtry %%SITE_PERL%%/File
--- p5-File-Flat-0.96.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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