Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  2 Oct 2011 23:15:11 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ports@c0decafe.net
Subject:   ports/161238: [PATCH] devel/p5-perlbrew: update to 0.29
Message-ID:  <20111002151512.0EB563CED@sunpoet.net>
Resent-Message-ID: <201110021520.p92FK9oH099465@freefall.freebsd.org>

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

>Number:         161238
>Category:       ports
>Synopsis:       [PATCH] devel/p5-perlbrew: update to 0.29
>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:   Sun Oct 02 15:20:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Sep 28 22:36:13 CST 2011
>Description:
- Update to 0.29

Port maintainer (ports@c0decafe.net) is cc'd.

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

--- p5-perlbrew-0.29.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-perlbrew/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	24 Sep 2011 17:29:40 -0000	1.3
+++ Makefile	2 Oct 2011 15:15:11 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	perlbrew
-PORTVERSION=	0.28
+PORTVERSION=	0.29
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:GUGOD
@@ -30,4 +30,10 @@
 MAN1=		perlbrew.1
 MAN3=		App::perlbrew.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501400
+TEST_DEPENDS+=	p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-perlbrew/distinfo,v
retrieving revision 1.3
diff -u -u -r1.3 distinfo
--- distinfo	24 Sep 2011 17:29:40 -0000	1.3
+++ distinfo	2 Oct 2011 15:15:11 -0000
@@ -1,2 +1,2 @@
-SHA256 (App-perlbrew-0.28.tar.gz) = 7b3f4b4223545e32ae63512a2d9b3cb9726a345178cf7c49136c494fac14c818
-SIZE (App-perlbrew-0.28.tar.gz) = 55493
+SHA256 (App-perlbrew-0.29.tar.gz) = c78de2c9720a9466c10dd776524f13a25fe2a80f401fc63bd3049ec26287b26d
+SIZE (App-perlbrew-0.29.tar.gz) = 55840
--- p5-perlbrew-0.29.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?20111002151512.0EB563CED>