From owner-svn-ports-head@freebsd.org Fri Jan 6 18:48:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6A46CA2EAD; Fri, 6 Jan 2017 18:48:50 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 986FC1929; Fri, 6 Jan 2017 18:48:50 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v06Imnb6029626; Fri, 6 Jan 2017 18:48:49 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v06ImnuZ029624; Fri, 6 Jan 2017 18:48:49 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201701061848.v06ImnuZ029624@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Fri, 6 Jan 2017 18:48:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430728 - head/net-mgmt/rancid3/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2017 18:48:50 -0000 Author: ohauer Date: Fri Jan 6 18:48:49 2017 New Revision: 430728 URL: https://svnweb.freebsd.org/changeset/ports/430728 Log: - add missing fix for rancid version s/3.1.99/@VERSION@/ PR: 215832 Modified: head/net-mgmt/rancid3/files/cmw.pm.in head/net-mgmt/rancid3/files/cmwlogin.in Modified: head/net-mgmt/rancid3/files/cmw.pm.in ============================================================================== --- head/net-mgmt/rancid3/files/cmw.pm.in Fri Jan 6 18:40:57 2017 (r430727) +++ head/net-mgmt/rancid3/files/cmw.pm.in Fri Jan 6 18:48:49 2017 (r430728) @@ -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; Modified: head/net-mgmt/rancid3/files/cmwlogin.in ============================================================================== --- head/net-mgmt/rancid3/files/cmwlogin.in Fri Jan 6 18:40:57 2017 (r430727) +++ head/net-mgmt/rancid3/files/cmwlogin.in Fri Jan 6 18:48:49 2017 (r430728) @@ -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* {