Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2007 17:41:07 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lbr@FreeBSD.org
Subject:   ports/108594: [PATCH] devel/p5-Test-use-ok: compatibility fix
Message-ID:  <20070131094107.90AC276FB45@utopia.leeym.com>
Resent-Message-ID: <200701310950.l0V9oKGY067953@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070131094107.90AC276FB45>