svn commit: r311270 - head/net/p5-Net-Appliance-Session
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jan 30 20:25:02 UTC 2013
Author: sunpoet
Date: Wed Jan 30 20:25:01 2013
New Revision: 311270
URL: http://svnweb.freebsd.org/changeset/ports/311270
Log:
- Update to 4.122741
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/Net-Appliance-Session/Changes
Modified:
head/net/p5-Net-Appliance-Session/Makefile
head/net/p5-Net-Appliance-Session/distinfo (contents, props changed)
head/net/p5-Net-Appliance-Session/pkg-plist (contents, props changed)
Modified: head/net/p5-Net-Appliance-Session/Makefile
==============================================================================
--- head/net/p5-Net-Appliance-Session/Makefile Wed Jan 30 20:08:02 2013 (r311269)
+++ head/net/p5-Net-Appliance-Session/Makefile Wed Jan 30 20:25:01 2013 (r311270)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: net/p5-Net-Appliance-Session
-# Date created: 05 May 2010
-# Whom: Anton Berezin <tobez at FreeBSD.org>
-#
+# Created by: Anton Berezin <tobez at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Net-Appliance-Session
-PORTVERSION= 3.122.100
+PORTVERSION= 4.122.741
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,13 +14,18 @@ COMMENT= Run command-line sessions to ne
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \
- p5-Net-CLI-Interact>=1.122.100:${PORTSDIR}/net/p5-Net-CLI-Interact
+BUILD_DEPENDS= p5-IO-Prompt-Tiny>=0:${PORTSDIR}/devel/p5-IO-Prompt-Tiny \
+ p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \
+ p5-MooX-Types-MooseLike>=0:${PORTSDIR}/devel/p5-MooX-Types-MooseLike \
+ p5-Net-CLI-Interact>=2.122.730:${PORTSDIR}/net/p5-Net-CLI-Interact \
+ p5-Term-ReadPassword>=0:${PORTSDIR}/devel/p5-Term-ReadPassword \
+ p5-Text-Glob>=0:${PORTSDIR}/textproc/p5-Text-Glob \
+ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MAN3= Net::Appliance::Session.3 \
- Net::Appliance::Session::APIv2.3
+MAN1= nas.1
+MAN3= Net::Appliance::Session.3
.include <bsd.port.mk>
Modified: head/net/p5-Net-Appliance-Session/distinfo
==============================================================================
--- head/net/p5-Net-Appliance-Session/distinfo Wed Jan 30 20:08:02 2013 (r311269)
+++ head/net/p5-Net-Appliance-Session/distinfo Wed Jan 30 20:25:01 2013 (r311270)
@@ -1,2 +1,2 @@
-SHA256 (Net-Appliance-Session-3.122100.tar.gz) = 2551b57e7f6036f76afe7602fdc19b53bde8623372b914d861a9d7ff8c9459a1
-SIZE (Net-Appliance-Session-3.122100.tar.gz) = 29421
+SHA256 (Net-Appliance-Session-4.122741.tar.gz) = 87bea8b85b775e33cdc0a109c5a0c677c0661044bc693f34df891238ddfda814
+SIZE (Net-Appliance-Session-4.122741.tar.gz) = 31088
Modified: head/net/p5-Net-Appliance-Session/pkg-plist
==============================================================================
--- head/net/p5-Net-Appliance-Session/pkg-plist Wed Jan 30 20:08:02 2013 (r311269)
+++ head/net/p5-Net-Appliance-Session/pkg-plist Wed Jan 30 20:25:01 2013 (r311270)
@@ -1,7 +1,8 @@
+bin/nas
%%SITE_PERL%%/Net/Appliance/Session.pm
-%%SITE_PERL%%/Net/Appliance/Session/APIv2.pm
%%SITE_PERL%%/Net/Appliance/Session/Async.pm
%%SITE_PERL%%/Net/Appliance/Session/Engine.pm
+%%SITE_PERL%%/Net/Appliance/Session/Scripting.pm
%%SITE_PERL%%/Net/Appliance/Session/Transport.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Appliance/Session/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Appliance/Session
More information about the svn-ports-all
mailing list