Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  7 Nov 2010 17:41:43 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tobez@FreeBSD.org
Subject:   ports/152007: [PATCH] devel/p5-App-CLI: update to 0.103
Message-ID:  <20101107094143.864362AEC8F1@sunpoet.net>
Resent-Message-ID: <201011070950.oA79o8G5051074@freefall.freebsd.org>

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

>Number:         152007
>Category:       ports
>Synopsis:       [PATCH] devel/p5-App-CLI: update to 0.103
>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 Nov 07 09:50:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.1-STABLE FreeBSD 8.1-STABLE #0: Sat Oct 23 16:01:16 CST 2010
>Description:
- Update to 0.103

Port maintainer (tobez@FreeBSD.org) is cc'd.

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

--- p5-App-CLI-0.103.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-App-CLI/Makefile,v
retrieving revision 1.8
diff -u -u -r1.8 Makefile
--- Makefile	8 Apr 2009 13:05:57 -0000	1.8
+++ Makefile	7 Nov 2010 09:41:30 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	App-CLI
-PORTVERSION=	0.08
+PORTVERSION=	0.103
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,15 +14,17 @@
 MAINTAINER=	tobez@FreeBSD.org
 COMMENT=	App::CLI - Dispatcher module for command line interface programs
 
-BUILD_DEPENDS=	\
-		p5-Locale-Maketext-Simple>0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
-		p5-Pod-Simple>0:${PORTSDIR}/textproc/p5-Pod-Simple \
-		p5-Getopt-Long>=2.34:${PORTSDIR}/devel/p5-Getopt-Long
-RUN_DEPENDS=	${BUILD_DEPENDS}
-
 PERL_CONFIGURE=	yes
 
-MAN3=	App::CLI.3 \
-	App::CLI::Command.3
+MAN3=		App::CLI.3 App::CLI::Command.3 App::CLI::Command::Help.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501200
+BUILD_DEPENDS=	p5-Getopt-Long>=2.34:${PORTSDIR}/devel/p5-Getopt-Long \
+		p5-Locale-Maketext-Simple>0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
+		p5-Pod-Simple>0:${PORTSDIR}/textproc/p5-Pod-Simple
+RUN_DEPENDS=	${BUILD_DEPENDS}
+.endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-App-CLI/distinfo,v
retrieving revision 1.6
diff -u -u -r1.6 distinfo
--- distinfo	8 Apr 2009 13:05:57 -0000	1.6
+++ distinfo	7 Nov 2010 09:41:30 -0000
@@ -1,3 +1,2 @@
-MD5 (App-CLI-0.08.tar.gz) = dc376fad10f1d2457571a0e52158ff17
-SHA256 (App-CLI-0.08.tar.gz) = 3032c4528803769a624e5d5af6b64ae84fc13414e81e9c6a6d18393640728c49
-SIZE (App-CLI-0.08.tar.gz) = 24160
+SHA256 (App-CLI-0.103.tar.gz) = aef87ce35f5ed969b821a4fab2d327922fbb13cd5c9cf8dfc208f70908e93a45
+SIZE (App-CLI-0.103.tar.gz) = 29981
--- p5-App-CLI-0.103.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?20101107094143.864362AEC8F1>