ports/80510: [PATCH] devel/p5-Test-Unit: fix PLIST

Yen-Ming Lee leeym at FreeBSD.org
Sun May 1 18:00:22 UTC 2005


>Number:         80510
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Test-Unit: 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:   Sun May 01 18:00:20 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

Added file(s):
- files/patch-Makefile.PL

Port maintainer (skv at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list