From owner-freebsd-perl@FreeBSD.ORG Thu Apr 19 12:02:16 2007 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B6EC16A401 for ; Thu, 19 Apr 2007 12:02:16 +0000 (UTC) (envelope-from araujo@bsdmail.org) Received: from mail.intelbras.com.br (mail.intelbras.com.br [201.24.77.45]) by mx1.freebsd.org (Postfix) with ESMTP id D1A4413C44C for ; Thu, 19 Apr 2007 12:02:15 +0000 (UTC) (envelope-from araujo@bsdmail.org) Received: from localhost (localhost.intelbras.com.br [127.0.0.1]) by mail.intelbras.com.br (Postfix) with ESMTP id E42C02DA474; Thu, 19 Apr 2007 08:32:52 -0300 (BRT) X-Virus-Scanned: amavisd-new at intelbras.com.br Received: from mail.intelbras.com.br ([127.0.0.1]) by localhost (copernicus.intelbras.com.br [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FkonHIL7Ncrv; Thu, 19 Apr 2007 08:32:46 -0300 (BRT) Received: from bsdmail.org (unknown [192.168.130.1]) by mail.intelbras.com.br (Postfix) with ESMTP id E44AF2DA4F6; Thu, 19 Apr 2007 08:32:27 -0300 (BRT) Received: (nullmailer pid 34451 invoked by uid 0); Thu, 19 Apr 2007 11:32:27 -0000 To: FreeBSD-gnats-submit@freebsd.org From: Marcelo Araujo X-send-pr-version: 3.113 X-GNATS-Notify: Date: Thu, 19 Apr 2007 08:32:27 -0300 Message-Id: <1176982347.500647.34450.nullmailer@bsdmail.org> Cc: perl@FreeBSD.org Subject: [PATCH] devel/p5-Coro: cleanup non-supported FreeBSD versions X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Apr 2007 12:02:16 -0000 >Submitter-Id: current-users >Originator: Marcelo Araujo >Organization: >Confidential: no >Synopsis: [PATCH] devel/p5-Coro: cleanup non-supported FreeBSD versions >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 6.2-RELEASE i386 >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 -.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 ---