Date: Thu, 12 Aug 2004 16:17:26 +0400 From: skv@FreeBSD.org To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70361: Fix port: devel/p5-File-Temp Message-ID: <E1BvEWM-000MaH-TM@mail.3wgraphics.net> Resent-Message-ID: <200408121220.i7CCKZWM005163@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70361 >Category: ports >Synopsis: Fix port: devel/p5-File-Temp >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 12 12:20:35 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.10-STABLE i386 >Organization: <Organization of PR author (multiple lines)> >Environment: <Relevant environment information (multiple lines)> >Description: Fix port: devel/p5-File-Temp * unbreak build on perl 5.8.* * update pkg-descr All depended ports should be updated too. >How-To-Repeat: <Code/input/activities to reproduce the problem (multiple lines)> >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-Temp/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 10 Aug 2004 04:21:51 -0000 1.10 +++ Makefile 12 Aug 2004 12:13:40 -0000 @@ -7,7 +7,7 @@ PORTNAME= File-Temp PORTVERSION= 0.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File @@ -30,8 +30,5 @@ 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> Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-Temp/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 20 Mar 2001 01:49:41 -0000 1.1 +++ pkg-descr 12 Aug 2004 12:15:11 -0000 @@ -3,8 +3,7 @@ conditions are avoided and some security checks are performed (e.g. making sure the sticky bit is set on world writeable temp directories). -It should be considered to be in a beta state. - Author: Tim Jenness <t.jenness@jach.hawaii.edu> +WWW: http://search.cpan.org/dist/File-Temp/ -- Johann Visagie <johann@egenetics.com> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1BvEWM-000MaH-TM>