aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/rancid3
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2017-01-06 18:48:49 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2017-01-06 18:48:49 +0000
commit2f31299487ef81120044a78117e2b11d8e032293 (patch)
tree5dad710ba5c0288480f5645e49d866dd10fcc3fa /net-mgmt/rancid3
parent32613a001f61b78a05fa8e4dc7c71346bd088c4e (diff)
downloadports-2f31299487ef81120044a78117e2b11d8e032293.tar.gz
ports-2f31299487ef81120044a78117e2b11d8e032293.zip
- add missing fix for rancid version
s/3.1.99/@VERSION@/ PR: 215832
Notes
Notes: svn path=/head/; revision=430728
Diffstat (limited to 'net-mgmt/rancid3')
-rw-r--r--net-mgmt/rancid3/files/cmw.pm.in4
-rw-r--r--net-mgmt/rancid3/files/cmwlogin.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/rancid3/files/cmw.pm.in b/net-mgmt/rancid3/files/cmw.pm.in
index fac13cb975ce..8b31cca189b2 100644
--- a/net-mgmt/rancid3/files/cmw.pm.in
+++ b/net-mgmt/rancid3/files/cmw.pm.in
@@ -2,7 +2,7 @@ package cmw;
##
## $Id: cmw.pm.in 3000 2015-01-06 18:47:49Z heas $
##
-## rancid 3.1.99
+## rancid @VERSION@
## Copyright (c) 1997-2015 by Terrapin Communications, Inc.
## All rights reserved.
##
@@ -53,7 +53,7 @@ no warnings 'uninitialized';
require(Exporter);
our @ISA = qw(Exporter);
-use rancid 3.1.99;
+use rancid @VERSION@;
our $login;
diff --git a/net-mgmt/rancid3/files/cmwlogin.in b/net-mgmt/rancid3/files/cmwlogin.in
index b54e9c54a5db..833016943c8f 100644
--- a/net-mgmt/rancid3/files/cmwlogin.in
+++ b/net-mgmt/rancid3/files/cmwlogin.in
@@ -2,7 +2,7 @@
##
## $Id: cmwlogin 3022 2015-01-13 20:00:00Z heas $
##
-## rancid 3.1.99
+## rancid @VERSION@
## Copyright (c) 1997-2015 by Terrapin Communications, Inc.
## All rights reserved.
##
@@ -140,7 +140,7 @@ for {set i 0} {$i < $argc} {incr i} {
set do_passwd 0
# Version string
} -V* {
- send_user "rancid 3.1.99\n"
+ send_user "rancid @VERSION@\n"
exit 0
# Enable Username
} -w* {