Date: Sat, 30 Apr 2005 01:34:41 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: knu@FreeBSD.org Subject: ports/80463: [PATCH] devel/p5-Log-Dispatch-Config: fix PLIST Message-ID: <20050429173441.EB46E3EA13F@utopia.leeym.com> Resent-Message-ID: <200504291740.j3THe2w1048530@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> - -.if ${PERL_LEVEL} > 500800 MAN3= Log::Dispatch::Config.3 \ Log::Dispatch::Configurator.3 \ Log::Dispatch::Configurator::AppConfig.3 -.endif + +.include <bsd.port.pre.mk> .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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050429173441.EB46E3EA13F>