From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 27 15:30:25 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAA0116A41F for ; Wed, 27 Jul 2005 15:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFA7C43D55 for ; Wed, 27 Jul 2005 15:30:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6RFUOFI050160 for ; Wed, 27 Jul 2005 15:30:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6RFUOVG050159; Wed, 27 Jul 2005 15:30:24 GMT (envelope-from gnats) Resent-Date: Wed, 27 Jul 2005 15:30:24 GMT Resent-Message-Id: <200507271530.j6RFUOVG050159@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B974916A41F; Wed, 27 Jul 2005 15:29:25 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from msr5.hinet.net (msr5.hinet.net [168.95.4.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8E0D43D45; Wed, 27 Jul 2005 15:29:24 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by msr5.hinet.net (8.9.3/8.9.3) with ESMTP id XAA22366; Wed, 27 Jul 2005 23:29:21 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 5FABFB29CC7; Wed, 27 Jul 2005 23:29:19 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 80489-08; Wed, 27 Jul 2005 23:29:13 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 5181AB29C8A; Wed, 27 Jul 2005 23:29:13 +0800 (CST) Message-Id: <20050727152913.5181AB29C8A@utopia.leeym.com> Date: Wed, 27 Jul 2005 23:29:13 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: philip@FreeBSD.org Subject: ports/84177: [PATCH] www/p5-Apache2-Scoreboard: add IGNORE for old perl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2005 15:30:25 -0000 >Number: 84177 >Category: ports >Synopsis: [PATCH] www/p5-Apache2-Scoreboard: add IGNORE for old perl >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: Wed Jul 27 15:30:24 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.4-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun Jul 17 07:50:25 CST 2005 >Description: - add IGNORE for old perl - re-order PKGNAMEPREFIX and make portlint happier Port maintainer (philip@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-Apache2-Scoreboard-2.06_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-Apache2-Scoreboard/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 30 Jun 2005 07:58:52 -0000 1.5 +++ Makefile 27 Jul 2005 15:28:09 -0000 @@ -11,8 +11,8 @@ CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR=Apache -DISTNAME= Apache-Scoreboard-${PORTVERSION} PKGNAMEPREFIX= p5- +DISTNAME= Apache-Scoreboard-${PORTVERSION} MAINTAINER= philip@FreeBSD.org COMMENT= Perl interface to the Apache scoreboard structure @@ -31,4 +31,10 @@ ${SED} -i.bak 's@%%LOCALBASE%%@${LOCALBASE}@g' ${WRKSRC}/Makefile.PL ${SED} -i.bak 's@%%LOCALBASE%%@${LOCALBASE}@g' ${WRKSRC}/Dummy/Makefile.PL -.include +.include + +.if ${PERL_LEVEL} < 500800 +IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 then try again +.endif + +.include --- p5-Apache2-Scoreboard-2.06_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: