Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jul 2004 00:51:22 +0800 (CST)
From:      Cheng-Lung Sung <clsung@dragon2.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        wjv@FreeBSD.org
Subject:   ports/69306: [PATCH] devel/File-Temp: update to 0.14
Message-ID:  <20040719165122.EAF3F157D3@mail.dragon2.net>
Resent-Message-ID: <200407191650.i6JGoOF9081886@freefall.freebsd.org>

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

>Number:         69306
>Category:       ports
>Synopsis:       [PATCH] devel/File-Temp: update to 0.14
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 19 16:50:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Wed Jun  9 11:27:45 CST
>Description:
- Update to 0.14
- Add new BUILD_DEPENDS
- 0.14 is included in perl5.8
- required by svk

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

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

--- p5-File-Temp-0.14.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-File-Temp/Makefile /home/clsung/p5-File-Temp/Makefile
--- /usr/ports/devel/p5-File-Temp/Makefile	Sat Oct 25 07:34:37 2003
+++ /home/clsung/p5-File-Temp/Makefile	Tue Jul 20 00:48:42 2004
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	File-Temp
-PORTVERSION=	0.12
-PORTREVISION=	1
+PORTVERSION=	0.14
+PORTREVISION=	0
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	File
@@ -16,6 +16,7 @@
 MAINTAINER=	wjv@FreeBSD.org
 COMMENT=	Perl5 module to generate temporary files or directories safely
 
+BUILD_DEPENDS=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
@@ -27,6 +28,9 @@
 .if ${PERL_LEVEL} < 500601
 BUILD_DEPENDS+=	${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
 RUN_DEPENDS+=	${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
+.endif
+.if ${PERL_LEVEL} > 500800
+IGNORE=		"This module is already included in perl 5.8.x and later."
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/devel/p5-File-Temp/distinfo /home/clsung/p5-File-Temp/distinfo
--- /usr/ports/devel/p5-File-Temp/distinfo	Thu Apr  1 16:39:22 2004
+++ /home/clsung/p5-File-Temp/distinfo	Tue Jul 20 00:33:21 2004
@@ -1,2 +1,2 @@
-MD5 (File-Temp-0.12.tar.gz) = 5e292917da811e0290f6c74aaa9b0f8a
-SIZE (File-Temp-0.12.tar.gz) = 25898
+MD5 (File-Temp-0.14.tar.gz) = b7b59244c22878e23cd92c6d93d65ed8
+SIZE (File-Temp-0.14.tar.gz) = 28453
--- p5-File-Temp-0.14.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?20040719165122.EAF3F157D3>