From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 17:40:02 2005 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 8D75816A4CE for ; Fri, 29 Apr 2005 17:40:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50DF143D31 for ; Fri, 29 Apr 2005 17:40:02 +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 j3THe2CS048531 for ; Fri, 29 Apr 2005 17:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3THe2w1048530; Fri, 29 Apr 2005 17:40:02 GMT (envelope-from gnats) Resent-Date: Fri, 29 Apr 2005 17:40:02 GMT Resent-Message-Id: <200504291740.j3THe2w1048530@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 A1C5316A4CE; Fri, 29 Apr 2005 17:34:49 +0000 (GMT) Received: from msr2.hinet.net (msr2.hinet.net [168.95.4.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E75743D54; Fri, 29 Apr 2005 17:34:48 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by msr2.hinet.net (8.9.3/8.9.3) with ESMTP id BAA23754; Sat, 30 Apr 2005 01:34:46 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id C15CB3EA141; Sat, 30 Apr 2005 01:34:44 +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 04983-01; Sat, 30 Apr 2005 01:34:42 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id EB46E3EA13F; Sat, 30 Apr 2005 01:34:41 +0800 (CST) Message-Id: <20050429173441.EB46E3EA13F@utopia.leeym.com> Date: Sat, 30 Apr 2005 01:34:41 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: knu@FreeBSD.org Subject: ports/80463: [PATCH] devel/p5-Log-Dispatch-Config: fix PLIST 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: Fri, 29 Apr 2005 17:40:02 -0000 >Number: 80463 >Category: ports >Synopsis: [PATCH] devel/p5-Log-Dispatch-Config: fix PLIST >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: Fri Apr 29 17:40:01 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: Tue Apr 19 12:00:33 CST 2005 >Description: - manully set MAN3PODS to install MAN3 on older perl. Added file(s): - files/patch-Makefile.PL 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.5 diff -u -u -r1.5 Makefile --- Makefile 21 Sep 2004 17:45:21 -0000 1.5 +++ Makefile 29 Apr 2005 17:33:59 -0000 @@ -26,13 +26,11 @@ PERL_CONFIGURE= yes -.include - -.if ${PERL_LEVEL} > 500800 MAN3= Log::Dispatch::Config.3 \ Log::Dispatch::Configurator.3 \ Log::Dispatch::Configurator::AppConfig.3 -.endif + +.include .if ${PERL_LEVEL} < 500800 PM_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp Index: files/patch-Makefile.PL =================================================================== RCS file: files/patch-Makefile.PL diff -N files/patch-Makefile.PL --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-Makefile.PL 29 Apr 2005 17:33:59 -0000 @@ -0,0 +1,12 @@ +--- Makefile.PL.orig Sat Apr 30 01:18:38 2005 ++++ Makefile.PL Sat Apr 30 01:20:53 2005 +@@ -23,4 +23,9 @@ + IO::Scalar => 0, + File::Temp => 0.12, + }, ++ 'MAN3PODS' => { ++ 'lib/Log/Dispatch/Config.pm' => 'blib/man3/Log::Dispatch::Config.3', ++ 'lib/Log/Dispatch/Configurator.pm' => 'blib/man3/Log::Dispatch::Configurator.3', ++ 'lib/Log/Dispatch/Configurator/AppConfig.pm' => 'blib/man3/Log::Dispatch::Configurator::AppConfig.3', ++ }, + ); --- p5-Log-Dispatch-Config-1.01_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: