aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-CLI-Interact
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-01-31 03:47:29 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-01-31 03:47:29 +0800
commit4066c4dab5b0e52f3fb8c04cf4a80aaf08a64259 (patch)
tree0b105614a770502e01a452649d907b1dbe8ccda0 /net/p5-Net-CLI-Interact
parentf113a0dd2687e29d69f132720f6a630ade564ad0 (diff)
downloadfreebsd-ports-gnome-4066c4dab5b0e52f3fb8c04cf4a80aaf08a64259.tar.gz
freebsd-ports-gnome-4066c4dab5b0e52f3fb8c04cf4a80aaf08a64259.tar.zst
freebsd-ports-gnome-4066c4dab5b0e52f3fb8c04cf4a80aaf08a64259.zip
- Update to 2.123620
- Cleanup Makefile header - Remove outdated PERL_LEVEL check Changes: http://search.cpan.org/dist/Net-CLI-Interact/Changes
Diffstat (limited to 'net/p5-Net-CLI-Interact')
-rw-r--r--net/p5-Net-CLI-Interact/Makefile26
-rw-r--r--net/p5-Net-CLI-Interact/distinfo4
-rw-r--r--net/p5-Net-CLI-Interact/pkg-plist14
3 files changed, 22 insertions, 22 deletions
diff --git a/net/p5-Net-CLI-Interact/Makefile b/net/p5-Net-CLI-Interact/Makefile
index d06a9a19722a..773e9821e8ce 100644
--- a/net/p5-Net-CLI-Interact/Makefile
+++ b/net/p5-Net-CLI-Interact/Makefile
@@ -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>
diff --git a/net/p5-Net-CLI-Interact/distinfo b/net/p5-Net-CLI-Interact/distinfo
index 393ed95e442c..b85ab0014c2f 100644
--- a/net/p5-Net-CLI-Interact/distinfo
+++ b/net/p5-Net-CLI-Interact/distinfo
@@ -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
diff --git a/net/p5-Net-CLI-Interact/pkg-plist b/net/p5-Net-CLI-Interact/pkg-plist
index 97aca2d92321..ee8876f8c208 100644
--- a/net/p5-Net-CLI-Interact/pkg-plist
+++ b/net/p5-Net-CLI-Interact/pkg-plist
@@ -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