diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-05 18:36:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-05 18:36:48 +0800 |
commit | 723882e685af86ebd9a98428e02b18fc0796f271 (patch) | |
tree | d4ad69dc71b0f2feec98306001531b8469183a29 | |
parent | d2550dd9a95180d5a9beec9dfc4c48d29c32e84a (diff) | |
download | freebsd-ports-gnome-723882e685af86ebd9a98428e02b18fc0796f271.tar.gz freebsd-ports-gnome-723882e685af86ebd9a98428e02b18fc0796f271.tar.zst freebsd-ports-gnome-723882e685af86ebd9a98428e02b18fc0796f271.zip |
- Update to 3.112610
Changes: http://search.cpan.org/dist/Net-Appliance-Session/Changes
-rw-r--r-- | net/p5-Net-Appliance-Session/Makefile | 44 | ||||
-rw-r--r-- | net/p5-Net-Appliance-Session/distinfo | 4 | ||||
-rw-r--r-- | net/p5-Net-Appliance-Session/pkg-plist | 23 |
3 files changed, 22 insertions, 49 deletions
diff --git a/net/p5-Net-Appliance-Session/Makefile b/net/p5-Net-Appliance-Session/Makefile index 362be1cebf63..0232d160620e 100644 --- a/net/p5-Net-Appliance-Session/Makefile +++ b/net/p5-Net-Appliance-Session/Makefile @@ -6,41 +6,29 @@ # PORTNAME= Net-Appliance-Session -PORTVERSION= 1.36 +PORTVERSION= 3.112.610 CATEGORIES= net perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Run command-line sessions to network appliances -BUILD_DEPENDS= ${SITE_PERL}/Net/Appliance/Phrasebook.pm:${PORTSDIR}/net/p5-Net-Appliance-Phrasebook \ - ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ - ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ - ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ - ${SITE_PERL}/Class/Accessor/Fast/Contained.pm:${PORTSDIR}/devel/p5-Class-Accessor-Fast-Contained \ - ${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - ${SITE_PERL}/${PERL_ARCH}/IO/Pty.pm:${PORTSDIR}/devel/p5-IO-Tty \ - ${SITE_PERL}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet \ - ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \ + p5-Net-CLI-Interact>=0:${PORTSDIR}/net/p5-Net-CLI-Interact +RUN_DEPENDS= p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \ + p5-Net-CLI-Interact>=0:${PORTSDIR}/net/p5-Net-CLI-Interact PERL_CONFIGURE= yes -MAN3= Net::Appliance::Session.3 \ - Net::Appliance::Session::Cookbook.3 \ - Net::Appliance::Session::Cookbook::Intro.3 \ - Net::Appliance::Session::Cookbook::Recipe01.3 \ - Net::Appliance::Session::Cookbook::Recipe02.3 \ - Net::Appliance::Session::Cookbook::Recipe03.3 \ - Net::Appliance::Session::Cookbook::Recipe04.3 \ - Net::Appliance::Session::Cookbook::Recipe05.3 \ - Net::Appliance::Session::Cookbook::Recipe06.3 \ - Net::Appliance::Session::Cookbook::Recipe07.3 \ - Net::Appliance::Session::Transport.3 \ - Net::Appliance::Session::Transport::SSH.3 \ - Net::Appliance::Session::Transport::Serial.3 \ - Net::Appliance::Session::Transport::Telnet.3 - -.include <bsd.port.mk> +MAN3= Net::Appliance::Session.3 \ + Net::Appliance::Session::APIv2.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> diff --git a/net/p5-Net-Appliance-Session/distinfo b/net/p5-Net-Appliance-Session/distinfo index 38679e11d2a7..bbb091cc0ed7 100644 --- a/net/p5-Net-Appliance-Session/distinfo +++ b/net/p5-Net-Appliance-Session/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-Appliance-Session-1.36.tar.gz) = ee8951d19ef40c4e0feb781d529182b920d2d3c05d62e09a2b8061d41f76a777 -SIZE (Net-Appliance-Session-1.36.tar.gz) = 61521 +SHA256 (Net-Appliance-Session-3.112610.tar.gz) = 8376c75e418c67c245a36247e79e6697e33fa312bc3367b3a3b28397242d43c0 +SIZE (Net-Appliance-Session-3.112610.tar.gz) = 26531 diff --git a/net/p5-Net-Appliance-Session/pkg-plist b/net/p5-Net-Appliance-Session/pkg-plist index 4250cb2194a7..7a7f0f2370cc 100644 --- a/net/p5-Net-Appliance-Session/pkg-plist +++ b/net/p5-Net-Appliance-Session/pkg-plist @@ -1,26 +1,11 @@ %%SITE_PERL%%/Net/Appliance/Session.pm -%%SITE_PERL%%/Net/Appliance/Session/Cookbook.pod -%%SITE_PERL%%/Net/Appliance/Session/Cookbook/Intro.pod -%%SITE_PERL%%/Net/Appliance/Session/Cookbook/Recipe01.pod -%%SITE_PERL%%/Net/Appliance/Session/Cookbook/Recipe02.pod -%%SITE_PERL%%/Net/Appliance/Session/Cookbook/Recipe03.pod -%%SITE_PERL%%/Net/Appliance/Session/Cookbook/Recipe04.pod -%%SITE_PERL%%/Net/Appliance/Session/Cookbook/Recipe05.pod -%%SITE_PERL%%/Net/Appliance/Session/Cookbook/Recipe06.pod -%%SITE_PERL%%/Net/Appliance/Session/Cookbook/Recipe07.pod +%%SITE_PERL%%/Net/Appliance/Session/APIv2.pm %%SITE_PERL%%/Net/Appliance/Session/Engine.pm -%%SITE_PERL%%/Net/Appliance/Session/Exceptions.pm %%SITE_PERL%%/Net/Appliance/Session/Transport.pm -%%SITE_PERL%%/Net/Appliance/Session/Transport/SSH.pm -%%SITE_PERL%%/Net/Appliance/Session/Transport/Serial.pm -%%SITE_PERL%%/Net/Appliance/Session/Transport/Telnet.pm -%%SITE_PERL%%/Net/Appliance/Session/Util.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Appliance/Session/.packlist -@dirrmtry %%SITE_PERL%%/Net/Appliance/Session/Transport -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Appliance/Session -@dirrmtry %%SITE_PERL%%/Net/Appliance/Session/Cookbook +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Appliance/Session @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Appliance -@dirrmtry %%SITE_PERL%%/Net/Appliance/Session -@dirrmtry %%SITE_PERL%%/Net/Appliance @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrm %%SITE_PERL%%/Net/Appliance/Session +@dirrmtry %%SITE_PERL%%/Net/Appliance @dirrmtry %%SITE_PERL%%/Net |