ports/108594: [PATCH] devel/p5-Test-use-ok: compatibility fix

Yen-Ming Lee leeym at FreeBSD.org
Wed Jan 31 09:50:20 UTC 2007


>Number:         108594
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Test-use-ok: compatibility fix
>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:   Wed Jan 31 09:50:19 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.2-STABLE FreeBSD 6.2-STABLE #0: Sun Jan 21 15:11:28 CST 2007
>Description:
- allow build this port on Perl 5.6.x
  (Since Perl 5.005_03 is no longer supported after FreeBSD 4.x EoL, I stop testing p5-* under Perl 5.005_03)

- remove dependency of p5-Test-Simple since it's already shipped within Perl 5.6.x or above

Port maintainer (lbr at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Test-use-ok-0.02.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Test-use-ok/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	5 Jan 2007 08:50:31 -0000	1.3
+++ Makefile	31 Jan 2007 09:36:57 -0000
@@ -15,15 +15,8 @@
 MAINTAINER=	lbr at FreeBSD.org
 COMMENT=	Alternative to Test::More::use_ok
 
-BUILD_DEPENDS=	p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS=	${BUILD_DEPENDS}
-
 PERL_CONFIGURE=	yes
 
 MAN3=	Test::use::ok.3 ok.3
 
-.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500800
-IGNORE=	requires perl 5.8.0 or later. Install lang/perl5.8 and try again
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- p5-Test-use-ok-0.02.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list