Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jul 2004 21:07:16 +0800 (CST)
From:      elvis@sslab.cs.ccu.edu.tw
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/69145: Message typo in p5-Spiffy and p5-IO-All Makefile
Message-ID:  <20040716130716.3AE9478@sslab.cs.ccu.edu.tw>
Resent-Message-ID: <200407161310.i6GDAHLx018070@freefall.freebsd.org>

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

>Number:         69145
>Category:       ports
>Synopsis:       Message typo in p5-Spiffy and p5-IO-All Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 16 13:10:17 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     elvis <elvis@sslab.cs.ccu.edu.tw>
>Release:        FreeBSD 5.2.1-RELEASE-p8 i386
>Organization:
System Software Lab. CSIE CCU Taiwan
>Environment:
System: FreeBSD sslab.cs.ccu.edu.tw 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #18: Mon May 31 14:13:48 CST 2004     root@sslab.cs.ccu.edu.tw:/ftp/obj/usr/src/sys/SSLAB  i386

>Description:
	Typo in my previous commit
>How-To-Repeat:
	make ports with Perl version less than 5.6.1
>Fix:

--- p5-Spiffy/Makefile.bak	Fri Jul 16 15:06:14 2004
+++ p5-Spiffy/Makefile	Fri Jul 16 20:59:36 2004
@@ -26,7 +26,7 @@
 RUN_DEPENDS+=	${BUILD_DEPENDS}
 .endif
 .if ${PERL_LEVEL} < 500601
-IGNORE=		This port requires perl 5.8.x or later. Install lang/perl5.8 then try again
+IGNORE=		This port requires perl 5.6.1 or later. Install lang/perl5 then try again
 .endif
 
 .include <bsd.port.post.mk>

--- p5-IO-All/Makefile.bak	Fri Jul 16 20:58:11 2004
+++ p5-IO-All/Makefile	Fri Jul 16 20:58:22 2004
@@ -33,7 +33,7 @@
 RUN_DEPENDS=	${BUILD_DEPENDS}
 .endif
 .if ${PERL_LEVEL} < 500601
-IGNORE=	This port requires perl 5.8.x or later. Install lang/perl5.8 then try again
+IGNORE=	This port requires perl 5.6.1 or later. Install lang/perl5 then try again
 .endif
 
 .include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



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