1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00

Update to 3.9.0

Submitted by:	Andre Rikkert de Koe <andre@ark-ict.nl>
This commit is contained in:
Chris Rees 2017-02-02 20:43:15 +00:00
parent db6e1484c6
commit d2312a7089
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433179
3 changed files with 4 additions and 15 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= monitorix
PORTVERSION= 3.5.1
PORTREVISION= 5
PORTVERSION= 3.9.0
CATEGORIES= sysutils
MASTER_SITES= http://www.monitorix.org/ \
http://www.monitorix.org/old_versions/ \

View File

@ -1,2 +1,3 @@
SHA256 (monitorix-3.5.1.tar.gz) = 8cbd749153f48e17a253791c2079912e50b499026de0083e5f25b87a782f3004
SIZE (monitorix-3.5.1.tar.gz) = 218548
TIMESTAMP = 1486068004
SHA256 (monitorix-3.9.0.tar.gz) = d4827718217a16a92f5ead4a22e4388fb557193c48f46892e4afe9708c79ef16
SIZE (monitorix-3.9.0.tar.gz) = 291956

View File

@ -1,11 +0,0 @@
--- lib/net.pm.orig 2014-09-09 15:40:43 UTC
+++ lib/net.pm
@@ -203,7 +203,7 @@
while(<IN>) {
if(/Link/ && /$nl[$n]/) {
# Idrop column added in 8.0
- if($config->{kernel} gt "7.2") {
+ if($config->{kernel} > "7.2") {
(undef, undef, undef, undef, $net_packs_in[$n], $net_error_in[$n], undef, $net_bytes_in[$n], $net_packs_out[$n], $net_error_out[$n], $net_bytes_out[$n]) = split(' ', $_);
} else {
(undef, undef, undef, undef, $net_packs_in[$n], $net_error_in[$n], $net_bytes_in[$n], $net_packs_out[$n], $net_error_out[$n], $net_bytes_out[$n]) = split(' ', $_);