From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 10 01:50:18 2004 Return-Path: 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 D429B16A520 for ; Tue, 10 Aug 2004 01:50:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B090D43D46 for ; Tue, 10 Aug 2004 01:50:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7A1oIMo089117 for ; Tue, 10 Aug 2004 01:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7A1oIoi089116; Tue, 10 Aug 2004 01:50:18 GMT (envelope-from gnats) Resent-Date: Tue, 10 Aug 2004 01:50:18 GMT Resent-Message-Id: <200408100150.i7A1oIoi089116@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 4894D16A4D1; Tue, 10 Aug 2004 01:50:03 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id E736343D45; Tue, 10 Aug 2004 01:50:02 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 750FB3EA7C9; Tue, 10 Aug 2004 09:50:01 +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 04092-06; Tue, 10 Aug 2004 09:49:49 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 5DB033EA7B4; Tue, 10 Aug 2004 09:49:47 +0800 (CST) Message-Id: <20040810014947.5DB033EA7B4@utopia.leeym.com> Date: Tue, 10 Aug 2004 09:49:47 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: knu@FreeBSD.org Subject: ports/70235: [PATCH] devel/p5-Log-Dispatch-Config: install MAN3 w/ perl5.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 01:50:19 -0000 >Number: 70235 >Category: ports >Synopsis: [PATCH] devel/p5-Log-Dispatch-Config: install MAN3 w/ perl5.8 >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: Tue Aug 10 01:50:18 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #167: Tue Jul 27 05:17:58 CST 2004 >Description: [DESCRIBE CHANGES] The manpages is installed under perl 5.8, so ... - define MAN3 if PERL_LEVEL > 500800 - bump PORTREVISION Tested under perl 5.6.1 and perl 5.8 Port maintainer (knu@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-Log-Dispatch-Config-1.01_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Log-Dispatch-Config/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 24 Oct 2003 14:15:19 -0000 1.3 +++ Makefile 10 Aug 2004 01:47:40 -0000 @@ -7,6 +7,7 @@ PORTNAME= Log-Dispatch-Config PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= devel sysutils perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Log @@ -26,8 +27,12 @@ PERL_CONFIGURE= yes -#MAN3= Log::Dispatch::Config.3 \ -# Log::Dispatch::Configurator.3 \ -# Log::Dispatch::Configurator::AppConfig.3 +.include -.include +.if ${PERL_LEVEL} > 500800 +MAN3= Log::Dispatch::Config.3 \ + Log::Dispatch::Configurator.3 \ + Log::Dispatch::Configurator::AppConfig.3 +.endif + +.include --- p5-Log-Dispatch-Config-1.01_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: