svn commit: r435400 - in head: net-mgmt/netdot net/p5-Net-Appliance-Session
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 4 13:48:46 UTC 2017
Author: sunpoet
Date: Sat Mar 4 13:48:44 2017
New Revision: 435400
URL: https://svnweb.freebsd.org/changeset/ports/435400
Log:
Update to 4.200003
- Use real PORTVERSION and update dependent ports
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Net-Appliance-Session/Changes
Modified:
head/net-mgmt/netdot/Makefile
head/net/p5-Net-Appliance-Session/Makefile
head/net/p5-Net-Appliance-Session/distinfo
head/net/p5-Net-Appliance-Session/pkg-plist
Modified: head/net-mgmt/netdot/Makefile
==============================================================================
--- head/net-mgmt/netdot/Makefile Sat Mar 4 13:48:40 2017 (r435399)
+++ head/net-mgmt/netdot/Makefile Sat Mar 4 13:48:44 2017 (r435400)
@@ -30,7 +30,7 @@ RUN_DEPENDS= p5-libapreq2>=0:www/p5-liba
p5-Net-IRR>=0:net/p5-Net-IRR \
p5-NetAddr-IP>=4.042:net-mgmt/p5-NetAddr-IP \
p5-Net-Patricia>=1.20:net/p5-Net-Patricia \
- p5-Net-Appliance-Session>=3.113.610:net/p5-Net-Appliance-Session \
+ p5-Net-Appliance-Session>=3.113610:net/p5-Net-Appliance-Session \
p5-Net-DNS>=0:dns/p5-Net-DNS \
p5-Net-DNS-ZoneFile-Fast>=1.12:dns/p5-Net-DNS-ZoneFile-Fast \
p5-BIND-Config-Parser>=0:dns/p5-BIND-Config-Parser \
Modified: head/net/p5-Net-Appliance-Session/Makefile
==============================================================================
--- head/net/p5-Net-Appliance-Session/Makefile Sat Mar 4 13:48:40 2017 (r435399)
+++ head/net/p5-Net-Appliance-Session/Makefile Sat Mar 4 13:48:44 2017 (r435400)
@@ -2,12 +2,10 @@
# $FreeBSD$
PORTNAME= Net-Appliance-Session
-PORTVERSION= 4.131.260
-PORTREVISION= 1
+PORTVERSION= 4.200003
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl at FreeBSD.org
COMMENT= Run command-line sessions to network appliances
@@ -18,12 +16,13 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-IO-Prompt-Tiny>=0:devel/p5-IO-Prompt-Tiny \
p5-Moo>=0:devel/p5-Moo \
p5-MooX-Types-MooseLike>=0:devel/p5-MooX-Types-MooseLike \
- p5-Net-CLI-Interact>=2.122.730:net/p5-Net-CLI-Interact \
+ p5-Net-CLI-Interact>=2.200005:net/p5-Net-CLI-Interact \
p5-Term-ReadPassword>=0:devel/p5-Term-ReadPassword \
p5-Text-Glob>=0:textproc/p5-Text-Glob \
p5-Try-Tiny>=0:lang/p5-Try-Tiny
RUN_DEPENDS:= ${BUILD_DEPENDS}
+NO_ARCH= yes
USES= perl5
USE_PERL5= configure
Modified: head/net/p5-Net-Appliance-Session/distinfo
==============================================================================
--- head/net/p5-Net-Appliance-Session/distinfo Sat Mar 4 13:48:40 2017 (r435399)
+++ head/net/p5-Net-Appliance-Session/distinfo Sat Mar 4 13:48:44 2017 (r435400)
@@ -1,2 +1,3 @@
-SHA256 (Net-Appliance-Session-4.131260.tar.gz) = a6ee79ab7de28468c65e7bcec91b69956102889c617ab1ad575de90720c6ae9e
-SIZE (Net-Appliance-Session-4.131260.tar.gz) = 31657
+TIMESTAMP = 1488612736
+SHA256 (Net-Appliance-Session-4.200003.tar.gz) = dcb691f5bc7b4dfd86611330beddcda7aed8d333a5a95576cf5ced7c7cb87fdb
+SIZE (Net-Appliance-Session-4.200003.tar.gz) = 20468
Modified: head/net/p5-Net-Appliance-Session/pkg-plist
==============================================================================
--- head/net/p5-Net-Appliance-Session/pkg-plist Sat Mar 4 13:48:40 2017 (r435399)
+++ head/net/p5-Net-Appliance-Session/pkg-plist Sat Mar 4 13:48:44 2017 (r435400)
@@ -1,8 +1,8 @@
bin/nas
-%%PERL5_MAN3%%/Net::Appliance::Session.3.gz
%%SITE_PERL%%/Net/Appliance/Session.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
%%PERL5_MAN1%%/nas.1.gz
+%%PERL5_MAN3%%/Net::Appliance::Session.3.gz
More information about the svn-ports-all
mailing list