Date: Sat, 30 Apr 2005 01:17:17 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: skv@FreeBSD.org Subject: ports/80462: [PATCH] devel/p5-ConfigReader-Simple: fix plist Message-ID: <20050429171717.A1F783EA175@utopia.leeym.com> Resent-Message-ID: <200504291720.j3THK24R046945@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 80462 >Category: ports >Synopsis: [PATCH] devel/p5-ConfigReader-Simple: 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:20:02 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: - manually set MAN3PODS to fix PLIST under perl 5.00503 - depends on Test::More under older perl Added file(s): - files/patch-Makefile.PL Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-ConfigReader-Simple-1.18.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-ConfigReader-Simple/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 10 Apr 2005 22:03:46 -0000 1.2 +++ Makefile 29 Apr 2005 17:15:30 -0000 @@ -21,8 +21,9 @@ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= "Incorrect pkg-plist on FreeBSD 4.x" +.if ${PERL_LEVEL} < 500800 +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple .endif .include <bsd.port.post.mk> 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:15:30 -0000 @@ -0,0 +1,10 @@ +--- Makefile.PL.orig Sat Apr 30 00:56:58 2005 ++++ Makefile.PL Sat Apr 30 00:57:57 2005 +@@ -11,7 +11,8 @@ + 'Test::More' => '0', + }, + ++ 'MAN3PODS' => { 'lib/ConfigReader/Simple.pm' => 'blib/man3/ConfigReader::Simple.3' }, + clean => { FILES => "ConfigReader-Simple-*" }, + + ); --- p5-ConfigReader-Simple-1.18.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?20050429171717.A1F783EA175>