From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 29 17:20:03 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 1D33B16A4CF for ; Fri, 29 Apr 2005 17:20:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C567543D1D for ; Fri, 29 Apr 2005 17:20: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 j3THK2Sd046946 for ; Fri, 29 Apr 2005 17:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3THK24R046945; Fri, 29 Apr 2005 17:20:02 GMT (envelope-from gnats) Resent-Date: Fri, 29 Apr 2005 17:20:02 GMT Resent-Message-Id: <200504291720.j3THK24R046945@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 4BB2C16A4CE; Fri, 29 Apr 2005 17:17:27 +0000 (GMT) Received: from msr63.hinet.net (msr63.hinet.net [168.95.4.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F4DE43D54; Fri, 29 Apr 2005 17:17:26 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by msr63.hinet.net (8.9.3/8.9.3) with ESMTP id BAA02707; Sat, 30 Apr 2005 01:17:24 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id C95963EA16E; Sat, 30 Apr 2005 01:17:23 +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 74086-04; Sat, 30 Apr 2005 01:17:17 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id A1F783EA175; Sat, 30 Apr 2005 01:17:17 +0800 (CST) Message-Id: <20050429171717.A1F783EA175@utopia.leeym.com> Date: Sat, 30 Apr 2005 01:17:17 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: skv@FreeBSD.org Subject: ports/80462: [PATCH] devel/p5-ConfigReader-Simple: 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:20:03 -0000 >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 -.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 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: