From leeym@utopia.leeym.com  Sun May  1 17:54:52 2005
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9F81F16A4CE; Sun,  1 May 2005 17:54:52 +0000 (GMT)
Received: from msr47.hinet.net (msr47.hinet.net [168.95.4.147])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A480643D1D; Sun,  1 May 2005 17:54:51 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by msr47.hinet.net (8.9.3/8.9.3) with ESMTP id BAA01363;
	Mon, 2 May 2005 01:54:49 +0800 (CST)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id A35723EA11E;
	Mon,  2 May 2005 01:54:48 +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 57418-01; Mon,  2 May 2005 01:54:45 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id 51D373EA0E3; Mon,  2 May 2005 01:54:45 +0800 (CST)
Message-Id: <20050501175445.51D373EA0E3@utopia.leeym.com>
Date: Mon,  2 May 2005 01:54:45 +0800 (CST)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: skv@freebsd.org
Subject: [PATCH] devel/p5-Test-Unit: fix PLIST
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         80510
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Test-Unit: fix PLIST
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    skv
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 01 18:00:20 GMT 2005
>Closed-Date:    Thu May 26 13:44:30 GMT 2005
>Last-Modified:  Thu May 26 13:44:30 GMT 2005
>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

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-Test-Unit-0.24.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Test-Unit/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	10 Apr 2005 21:58:03 -0000	1.6
+++ Makefile	1 May 2005 17:54:00 -0000
@@ -37,12 +37,6 @@
 		Test::Unit::Test.3 Test::Unit::TestCase.3 \
 		Test::Unit::TestRunner.3 Test::Unit::TestSuite.3 \
 		Test::Unit::TkTestRunner.3 Test::Unit::Tutorial.3 \
-		Test::Unit::UnitHarness.3
+		Test::Unit::UnitHarness.3 Test::Unit::Warning.3
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN=		"Incorrect pkg-plist"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.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	1 May 2005 17:54:00 -0000
@@ -0,0 +1,37 @@
+--- Makefile.PL.orig	Sun May  1 01:47:21 2005
++++ Makefile.PL	Sun May  1 01:51:43 2005
+@@ -14,4 +14,34 @@
+                        Error          => 0,
+                        base           => 1,
+                       },
++    'MAN3PODS'     => {
++		      'lib/Test/Unit/Runner.pm' => 'blib/man3/Test::Unit::Runner.3',
++		      'lib/Test/Unit/Exception.pm' => 'blib/man3/Test::Unit::Exception.3',
++		      'lib/Test/Unit/HarnessUnit.pm' => 'blib/man3/Test::Unit::HarnessUnit.3',
++		      'lib/Test/Unit/Assert.pm' => 'blib/man3/Test::Unit::Assert.3',
++		      'lib/Test/Unit/UnitHarness.pm' => 'blib/man3/Test::Unit::UnitHarness.3',
++		      'lib/Test/Unit/Loader.pm' => 'blib/man3/Test::Unit::Loader.3',
++		      'lib/Test/Unit/Test.pm' => 'blib/man3/Test::Unit::Test.3',
++		      'lib/Test/Unit/Failure.pm' => 'blib/man3/Test::Unit::Failure.3',
++		      'lib/Test/Unit/Warning.pm' => 'blib/man3/Test::Unit::Warning.3',
++		      'lib/Test/Unit/Decorator.pm' => 'blib/man3/Test::Unit::Decorator.3',
++		      'lib/Test/Unit/Procedural.pm' => 'blib/man3/Test::Unit::Procedural.3',
++		      'lib/Test/Unit/Debug.pm' => 'blib/man3/Test::Unit::Debug.3',
++		      'lib/Test/Unit/Listener.pm' => 'blib/man3/Test::Unit::Listener.3',
++		      'lib/Test/Unit/Assertion/Boolean.pm' => 'blib/man3/Test::Unit::Assertion::Boolean.3',
++		      'lib/Test/Unit/Assertion/Regexp.pm' => 'blib/man3/Test::Unit::Assertion::Regexp.3',
++		      'lib/Test/Unit/Assertion/Exception.pm' => 'blib/man3/Test::Unit::Assertion::Exception.3',
++		      'lib/Test/Unit/Assertion/CodeRef.pm' => 'blib/man3/Test::Unit::Assertion::CodeRef.3',
++		      'lib/Test/Unit/Tutorial.pm' => 'blib/man3/Test::Unit::Tutorial.3',
++		      'lib/Test/Unit/Setup.pm' => 'blib/man3/Test::Unit::Setup.3',
++		      'lib/Test/Unit/Runner/Terminal.pm' => 'blib/man3/Test::Unit::Runner::Terminal.3',
++		      'lib/Test/Unit/TestSuite.pm' => 'blib/man3/Test::Unit::TestSuite.3',
++		      'lib/Test/Unit/TkTestRunner.pm' => 'blib/man3/Test::Unit::TkTestRunner.3',
++		      'lib/Test/Unit/Assertion.pm' => 'blib/man3/Test::Unit::Assertion.3',
++		      'lib/Test/Unit/TestCase.pm' => 'blib/man3/Test::Unit::TestCase.3',
++		      'lib/Test/Unit/TestRunner.pm' => 'blib/man3/Test::Unit::TestRunner.3',
++		      'lib/Test/Unit/Result.pm' => 'blib/man3/Test::Unit::Result.3',
++		      'lib/Test/Unit/Error.pm' => 'blib/man3/Test::Unit::Error.3',
++		      'lib/Test/Unit.pm' => 'blib/man3/Test::Unit.3',
++		      },
+ );
--- p5-Test-Unit-0.24.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->skv 
Responsible-Changed-By: leeym 
Responsible-Changed-When: Sun May 1 18:06:43 GMT 2005 
Responsible-Changed-Why:  
Over to the maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=80510 
State-Changed-From-To: open->closed 
State-Changed-By: leeym 
State-Changed-When: Thu May 26 13:44:29 GMT 2005 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=80510 
>Unformatted:
