From owner-svn-ports-branches@freebsd.org Tue Jan 3 17:11:17 2017 Return-Path: Delivered-To: svn-ports-branches@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 69D74C9D9AA; Tue, 3 Jan 2017 17:11:17 +0000 (UTC) (envelope-from feld@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 2ADA510D7; Tue, 3 Jan 2017 17:11:17 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v03HBGBZ093397; Tue, 3 Jan 2017 17:11:16 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v03HBGaG093392; Tue, 3 Jan 2017 17:11:16 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201701031711.v03HBGaG093392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 3 Jan 2017 17:11:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r430485 - in branches/2017Q1/net-mgmt/rancid3: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jan 2017 17:11:17 -0000 Author: feld Date: Tue Jan 3 17:11:15 2017 New Revision: 430485 URL: https://svnweb.freebsd.org/changeset/ports/430485 Log: MFH: r430484 net-mgmt/rancid3: Update to 3.6.1 Also clarify in pkg-message that hourly periodic script won't work unless you tell crontab that periodic hourly jobs exist Approved by: ports-secteam (with hat) Modified: branches/2017Q1/net-mgmt/rancid3/Makefile branches/2017Q1/net-mgmt/rancid3/distinfo branches/2017Q1/net-mgmt/rancid3/files/pkg-message.in branches/2017Q1/net-mgmt/rancid3/pkg-plist Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/net-mgmt/rancid3/Makefile ============================================================================== --- branches/2017Q1/net-mgmt/rancid3/Makefile Tue Jan 3 17:10:35 2017 (r430484) +++ branches/2017Q1/net-mgmt/rancid3/Makefile Tue Jan 3 17:11:15 2017 (r430485) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= rancid -PORTVERSION= 3.5.1 -PORTREVISION= 1 +PORTVERSION= 3.6.1 +PORTREVISION= 0 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ PKGNAMESUFFIX= 3 Modified: branches/2017Q1/net-mgmt/rancid3/distinfo ============================================================================== --- branches/2017Q1/net-mgmt/rancid3/distinfo Tue Jan 3 17:10:35 2017 (r430484) +++ branches/2017Q1/net-mgmt/rancid3/distinfo Tue Jan 3 17:11:15 2017 (r430485) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473526109 -SHA256 (rancid-3.5.1.tar.gz) = f3657930d6ebf855acd961c9acadeffb050cd9ed79809fad5db1c1f75ecfc711 -SIZE (rancid-3.5.1.tar.gz) = 501561 +TIMESTAMP = 1483462757 +SHA256 (rancid-3.6.1.tar.gz) = b7506b5e75eb324c41474b254e3b91ecd59bbeebd4b4155cd690ba1a6870a65a +SIZE (rancid-3.6.1.tar.gz) = 494527 Modified: branches/2017Q1/net-mgmt/rancid3/files/pkg-message.in ============================================================================== --- branches/2017Q1/net-mgmt/rancid3/files/pkg-message.in Tue Jan 3 17:10:35 2017 (r430484) +++ branches/2017Q1/net-mgmt/rancid3/files/pkg-message.in Tue Jan 3 17:11:15 2017 (r430485) @@ -12,4 +12,7 @@ For rancid looking-glass copy the actual Schedule rancid-run with cron at your desired interval or add hourly_rancid_enable="YES" to /etc/periodic.conf for automatic hourly -runs. +runs. Note, you'll need to enable an hourly job in /etc/crontab: + +0 * * * * root periodic hourly + Modified: branches/2017Q1/net-mgmt/rancid3/pkg-plist ============================================================================== --- branches/2017Q1/net-mgmt/rancid3/pkg-plist Tue Jan 3 17:10:35 2017 (r430484) +++ branches/2017Q1/net-mgmt/rancid3/pkg-plist Tue Jan 3 17:11:15 2017 (r430485) @@ -14,6 +14,7 @@ lib/rancid/eos.pm lib/rancid/exos.pm lib/rancid/foundry.pm lib/rancid/ios.pm +lib/rancid/iosshtech.pm lib/rancid/iosxr.pm lib/rancid/junos.pm lib/rancid/mrv.pm