Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2007 08:32:27 -0300
From:      Marcelo Araujo <araujo@bsdmail.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        perl@FreeBSD.org
Subject:   ports/111859: [PATCH] devel/p5-Coro: cleanup non-supported FreeBSD versions 
Message-ID:  <1176982347.500647.34450.nullmailer@bsdmail.org>
Resent-Message-ID: <200704191140.l3JBeC3T089617@freefall.freebsd.org>

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

>Number:         111859
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Coro: cleanup non-supported FreeBSD versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 19 11:40:11 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcelo Araujo
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD island.freebsd.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:

- removed support to FreeBSD 4.x (EOL)

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

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

--- p5-Coro-3.5.5,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Coro/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	26 Mar 2007 08:43:31 -0000	1.19
+++ Makefile	19 Apr 2007 11:31:03 -0000
@@ -32,10 +32,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 500000
-IGNORE=		this port is for FreeBSD 5 or above
-.endif
-
 .if ${PERL_LEVEL} < 500800
 IGNORE=		requires perl 5.8.0 or later. Install lang/perl5.8 and try again
 .endif
--- p5-Coro-3.5.5,1.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?1176982347.500647.34450.nullmailer>