Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2013 19:47:30 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311265 - head/net/p5-Net-CLI-Interact
Message-ID:  <201301301947.r0UJlU55064975@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jan 30 19:47:29 2013
New Revision: 311265
URL: http://svnweb.freebsd.org/changeset/ports/311265

Log:
  - Update to 2.123620
  - Cleanup Makefile header
  - Remove outdated PERL_LEVEL check
  
  Changes:	http://search.cpan.org/dist/Net-CLI-Interact/Changes

Modified:
  head/net/p5-Net-CLI-Interact/Makefile
  head/net/p5-Net-CLI-Interact/distinfo   (contents, props changed)
  head/net/p5-Net-CLI-Interact/pkg-plist   (contents, props changed)

Modified: head/net/p5-Net-CLI-Interact/Makefile
==============================================================================
--- head/net/p5-Net-CLI-Interact/Makefile	Wed Jan 30 19:45:57 2013	(r311264)
+++ head/net/p5-Net-CLI-Interact/Makefile	Wed Jan 30 19:47:29 2013	(r311265)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	p5-Net-CLI-Interact
-# Date created:		2011-10-05
-# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Net-CLI-Interact
-PORTVERSION=	1.122.100
+PORTVERSION=	2.123.620
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,11 +14,14 @@ COMMENT=	Toolkit for CLI Automation
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty \
+BUILD_DEPENDS=	p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \
+		p5-Class-Mix>=0:${PORTSDIR}/devel/p5-Class-Mix \
+		p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty \
 		p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
 		p5-Log-Dispatch-Config>=0:${PORTSDIR}/devel/p5-Log-Dispatch-Config \
 		p5-Log-Dispatch-Configurator-Any>=0:${PORTSDIR}/devel/p5-Log-Dispatch-Configurator-Any \
-		p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \
+		p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \
+		p5-MooX-Types-MooseLike>=0:${PORTSDIR}/devel/p5-MooX-Types-MooseLike \
 		p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet \
 		p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class
 RUN_DEPENDS:=	${BUILD_DEPENDS}
@@ -40,15 +39,10 @@ MAN3=		Net::CLI::Interact.3 \
 		Net::CLI::Interact::Role::Engine.3 \
 		Net::CLI::Interact::Role::Iterator.3 \
 		Net::CLI::Interact::Role::Prompt.3 \
-		Net::CLI::Interact::Transport.3 \
+		Net::CLI::Interact::Transport::Base.3 \
+		Net::CLI::Interact::Transport::Loopback.3 \
 		Net::CLI::Interact::Transport::SSH.3 \
 		Net::CLI::Interact::Transport::Serial.3 \
 		Net::CLI::Interact::Transport::Telnet.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net/p5-Net-CLI-Interact/distinfo
==============================================================================
--- head/net/p5-Net-CLI-Interact/distinfo	Wed Jan 30 19:45:57 2013	(r311264)
+++ head/net/p5-Net-CLI-Interact/distinfo	Wed Jan 30 19:47:29 2013	(r311265)
@@ -1,2 +1,2 @@
-SHA256 (Net-CLI-Interact-1.122100.tar.gz) = 27d9a61a167dc0305a9e846ebac672f8e3bdc3a125bd12011d39fe5b1e2cf764
-SIZE (Net-CLI-Interact-1.122100.tar.gz) = 48000
+SHA256 (Net-CLI-Interact-2.123620.tar.gz) = 2147d266d199825213be87974f4dbbc29483c4f53db240ac1931bc0a5666f1c9
+SIZE (Net-CLI-Interact-2.123620.tar.gz) = 53221

Modified: head/net/p5-Net-CLI-Interact/pkg-plist
==============================================================================
--- head/net/p5-Net-CLI-Interact/pkg-plist	Wed Jan 30 19:45:57 2013	(r311264)
+++ head/net/p5-Net-CLI-Interact/pkg-plist	Wed Jan 30 19:47:29 2013	(r311265)
@@ -10,14 +10,17 @@
 %%SITE_PERL%%/Net/CLI/Interact/Role/FindMatch.pm
 %%SITE_PERL%%/Net/CLI/Interact/Role/Iterator.pm
 %%SITE_PERL%%/Net/CLI/Interact/Role/Prompt.pm
-%%SITE_PERL%%/Net/CLI/Interact/Transport.pm
 %%SITE_PERL%%/Net/CLI/Interact/Transport/Base.pm
-%%SITE_PERL%%/Net/CLI/Interact/Transport/Base/Unix.pm
-%%SITE_PERL%%/Net/CLI/Interact/Transport/Base/Win32.pm
+%%SITE_PERL%%/Net/CLI/Interact/Transport/Loopback.pm
+%%SITE_PERL%%/Net/CLI/Interact/Transport/Platform/Win32.pm
+%%SITE_PERL%%/Net/CLI/Interact/Transport/Platform/Unix.pm
 %%SITE_PERL%%/Net/CLI/Interact/Transport/Role/ConnectCore.pm
 %%SITE_PERL%%/Net/CLI/Interact/Transport/SSH.pm
 %%SITE_PERL%%/Net/CLI/Interact/Transport/Serial.pm
 %%SITE_PERL%%/Net/CLI/Interact/Transport/Telnet.pm
+%%SITE_PERL%%/Net/CLI/Interact/Transport/Wrapper/Base.pm
+%%SITE_PERL%%/Net/CLI/Interact/Transport/Wrapper/IPC_Run.pm
+%%SITE_PERL%%/Net/CLI/Interact/Transport/Wrapper/Net_Telnet.pm
 %%SITE_PERL%%/Net/CLI/Interact/phrasebook/cisco/catos/pb
 %%SITE_PERL%%/Net/CLI/Interact/phrasebook/cisco/extremexos/pb
 %%SITE_PERL%%/Net/CLI/Interact/phrasebook/cisco/foundry/pb
@@ -29,6 +32,7 @@
 %%SITE_PERL%%/Net/CLI/Interact/phrasebook/cisco/pixos/fwsm/fwsm3/pb
 %%SITE_PERL%%/Net/CLI/Interact/phrasebook/cisco/pixos/pb
 %%SITE_PERL%%/Net/CLI/Interact/phrasebook/cisco/pixos/pixos7/pb
+%%SITE_PERL%%/Net/CLI/Interact/phrasebook/unix/bash/pb
 %%SITE_PERL%%/Net/CLI/Interact/phrasebook/unix/csh/pb
 %%SITE_PERL%%/Net/CLI/Interact/phrasebook/unix/csh/sdf/pb
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/CLI/Interact/.packlist
@@ -37,6 +41,7 @@
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
 @dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook/unix/csh/sdf
 @dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook/unix/csh
+@dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook/unix/bash
 @dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook/unix
 @dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook/cisco/pixos/pixos7
 @dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook/cisco/pixos/fwsm/fwsm3
@@ -51,8 +56,9 @@
 @dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook/cisco/catos
 @dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook/cisco
 @dirrm %%SITE_PERL%%/Net/CLI/Interact/phrasebook
+@dirrm %%SITE_PERL%%/Net/CLI/Interact/Transport/Wrapper
 @dirrm %%SITE_PERL%%/Net/CLI/Interact/Transport/Role
-@dirrm %%SITE_PERL%%/Net/CLI/Interact/Transport/Base
+@dirrm %%SITE_PERL%%/Net/CLI/Interact/Transport/Platform
 @dirrm %%SITE_PERL%%/Net/CLI/Interact/Transport
 @dirrm %%SITE_PERL%%/Net/CLI/Interact/Role
 @dirrm %%SITE_PERL%%/Net/CLI/Interact/Manual



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