aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/rancid3
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2017-01-07 02:48:49 +0800
committerohauer <ohauer@FreeBSD.org>2017-01-07 02:48:49 +0800
commit7a0215c36b5623f2cd4d1327788fbd74ae2a97e1 (patch)
tree5dad710ba5c0288480f5645e49d866dd10fcc3fa /net-mgmt/rancid3
parent74f02a8d76ebb61f2010c473041f43b920f98897 (diff)
downloadfreebsd-ports-gnome-7a0215c36b5623f2cd4d1327788fbd74ae2a97e1.tar.gz
freebsd-ports-gnome-7a0215c36b5623f2cd4d1327788fbd74ae2a97e1.tar.zst
freebsd-ports-gnome-7a0215c36b5623f2cd4d1327788fbd74ae2a97e1.zip
- add missing fix for rancid version
s/3.1.99/@VERSION@/ PR: 215832
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* {