diff options
author | feld <feld@FreeBSD.org> | 2017-01-04 01:10:35 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2017-01-04 01:10:35 +0800 |
commit | 2d7e27207dd64a813d8159a9884df497e2ff1003 (patch) | |
tree | 621cb3ebc93b9644a3fda65d0a7623a22b34e8d5 /net-mgmt/rancid3 | |
parent | 35c2e924fb42c40faceb06c6ff4d7a400a8ddea2 (diff) | |
download | freebsd-ports-gnome-2d7e27207dd64a813d8159a9884df497e2ff1003.tar.gz freebsd-ports-gnome-2d7e27207dd64a813d8159a9884df497e2ff1003.tar.zst freebsd-ports-gnome-2d7e27207dd64a813d8159a9884df497e2ff1003.zip |
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
MFH: 2017Q1
Diffstat (limited to 'net-mgmt/rancid3')
-rw-r--r-- | net-mgmt/rancid3/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/rancid3/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/rancid3/files/pkg-message.in | 5 | ||||
-rw-r--r-- | net-mgmt/rancid3/pkg-plist | 1 |
4 files changed, 10 insertions, 6 deletions
diff --git a/net-mgmt/rancid3/Makefile b/net-mgmt/rancid3/Makefile index 60aad1127016..518be2181852 100644 --- a/net-mgmt/rancid3/Makefile +++ b/net-mgmt/rancid3/Makefile @@ -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 diff --git a/net-mgmt/rancid3/distinfo b/net-mgmt/rancid3/distinfo index bcd8662d4030..5bb700a5065c 100644 --- a/net-mgmt/rancid3/distinfo +++ b/net-mgmt/rancid3/distinfo @@ -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 diff --git a/net-mgmt/rancid3/files/pkg-message.in b/net-mgmt/rancid3/files/pkg-message.in index 28bcadc986e7..c35ab751c158 100644 --- a/net-mgmt/rancid3/files/pkg-message.in +++ b/net-mgmt/rancid3/files/pkg-message.in @@ -12,4 +12,7 @@ For rancid looking-glass copy the actual CGIs (located at 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 + diff --git a/net-mgmt/rancid3/pkg-plist b/net-mgmt/rancid3/pkg-plist index b617ee5abfe8..bc51aef2c4f9 100644 --- a/net-mgmt/rancid3/pkg-plist +++ b/net-mgmt/rancid3/pkg-plist @@ -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 |