Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2004 14:32:37 +0100 (CET)
From:      Lars Thegler <lars@thegler.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61882: [MAINTAINER] misc/p5-File-CounterFile: Fix comparison
Message-ID:  <20040125133237.3F78F3EB5@dask.thegler.dk>
Resent-Message-ID: <200401251340.i0PDeBYD079518@freefall.freebsd.org>

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

>Number:         61882
>Category:       ports
>Synopsis:       [MAINTAINER] misc/p5-File-CounterFile: Fix comparison
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 25 05:40:11 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Lars Thegler
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Nov  5 11:25:36 CET
>Description:
Make PERL_LEVEL comparision match the comment :)

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

--- p5-File-CounterFile-1.04.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/p5-File-CounterFile/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	24 Jan 2004 18:20:26 -0000	1.8
+++ Makefile	25 Jan 2004 13:29:56 -0000
@@ -21,7 +21,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500601
+.if ${PERL_LEVEL} <= 500503
 # make PREFIX-clean under perl 5.005_03
 post-configure:
 	${PERL} -pi -e 's,/usr/local/,\$$(PREFIX)/,g' ${WRKSRC}/Makefile
--- p5-File-CounterFile-1.04.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?20040125133237.3F78F3EB5>