Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2009 01:17:24 -0700 (PDT)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mons@cpan.org
Subject:   ports/134040: [PATCH] devel/p5-ex-lib: update to 0.06
Message-ID:  <200904270817.n3R8HO3m030491@cn1.leeym.com>
Resent-Message-ID: <200904270820.n3R8K16d070907@freefall.freebsd.org>

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

>Number:         134040
>Category:       ports
>Synopsis:       [PATCH] devel/p5-ex-lib: update to 0.06
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 27 08:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
>Description:
- Update to 0.06

Port maintainer (mons@cpan.org) is cc'd.

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

--- p5-ex-lib-0.06.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-ex-lib/Makefile,v
retrieving revision 1.4
diff -u -d -b -w -u -r1.4 Makefile
--- Makefile	12 Mar 2009 19:26:46 -0000	1.4
+++ Makefile	27 Apr 2009 08:16:53 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ex-lib
-PORTVERSION=	0.05
+PORTVERSION=	0.06
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,11 +14,15 @@
 MAINTAINER=	mons@cpan.org
 COMMENT=	Relative use lib in absolute way
 
-RUN_DEPENDS=	p5-PathTools>=3.12:${PORTSDIR}/devel/p5-PathTools
-BUILD_DEPENDS=	p5-PathTools>=3.12:${PORTSDIR}/devel/p5-PathTools
-
 PERL_CONFIGURE=	yes
 
 MAN3=		ex::lib.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500808
+BUILD_DEPENDS+=	p5-PathTools>=3.12:${PORTSDIR}/devel/p5-PathTools
+RUN_DEPENDS+=	p5-PathTools>=3.12:${PORTSDIR}/devel/p5-PathTools
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-ex-lib/distinfo,v
retrieving revision 1.4
diff -u -d -b -w -u -r1.4 distinfo
--- distinfo	12 Mar 2009 19:26:46 -0000	1.4
+++ distinfo	27 Apr 2009 08:16:53 -0000
@@ -1,3 +1,3 @@
-MD5 (ex-lib-0.05.tar.gz) = e373fa8522fd540f549f78436d2757e5
-SHA256 (ex-lib-0.05.tar.gz) = 4bf32894d1746463e1f08aef5bca7b27a5c40f6026f1d9b7d7658e70e8be722b
-SIZE (ex-lib-0.05.tar.gz) = 34888
+MD5 (ex-lib-0.06.tar.gz) = 2326661623c579effd091ee0553a2dfb
+SHA256 (ex-lib-0.06.tar.gz) = fadc036cb979f14fa5f0dd8690b8418fd7031e00b2c4a7ed284a29894b0a4fa2
+SIZE (ex-lib-0.06.tar.gz) = 31759
--- p5-ex-lib-0.06.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?200904270817.n3R8HO3m030491>