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:
parent
db6e1484c6
commit
d2312a7089
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433179
@ -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/ \
|
||||
|
@ -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
|
||||
|
@ -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(' ', $_);
|
Loading…
x
Reference in New Issue
Block a user