svn commit: r430485 - in branches/2017Q1/net-mgmt/rancid3: . files

Mark Felder feld at FreeBSD.org
Tue Jan 3 17:11:17 UTC 2017


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


More information about the svn-ports-all mailing list