Bug 70361 - Fix port: devel/p5-File-Temp
Summary: Fix port: devel/p5-File-Temp
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-12 13:20 UTC by skv
Modified: 2004-08-16 13:43 UTC (History)
0 users

See Also:


Attachments
file.diff (1.36 KB, patch)
2004-08-12 13:20 UTC, skv
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description skv freebsd_committer freebsd_triage 2004-08-12 13:20:35 UTC
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)>
Comment 1 Mathieu Arnold freebsd_committer freebsd_triage 2004-08-12 15:21:44 UTC
I've already updated all depending ports to not depend on it when PERL_LEVEL
>= 500800.

+-le 12/08/2004 16:17 +0400, skv@FreeBSD.org a dit :
| 
|> 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:
| _______________________________________________
| freebsd-ports-bugs@freebsd.org mailing list
| http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
| To unsubscribe, send any mail to
| "freebsd-ports-bugs-unsubscribe@freebsd.org"
| 



-- 
Mathieu Arnold
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2004-08-16 13:43:38 UTC
State Changed
From-To: open->closed

Committed the pkg-descr part