aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2017-02-03 04:43:15 +0800
committercrees <crees@FreeBSD.org>2017-02-03 04:43:15 +0800
commit1aca47902ea58b35477b4b1d9eacddd3adeaebc5 (patch)
treeb7a1be9858e7beb228f7c106909ca94ffc40dd75
parent6a6f6e0c1f95cd6b0010a6252a490a022ece109c (diff)
downloadfreebsd-ports-gnome-1aca47902ea58b35477b4b1d9eacddd3adeaebc5.tar.gz
freebsd-ports-gnome-1aca47902ea58b35477b4b1d9eacddd3adeaebc5.tar.zst
freebsd-ports-gnome-1aca47902ea58b35477b4b1d9eacddd3adeaebc5.zip
Update to 3.9.0
Submitted by: Andre Rikkert de Koe <andre@ark-ict.nl>
-rw-r--r--sysutils/monitorix/Makefile3
-rw-r--r--sysutils/monitorix/distinfo5
-rw-r--r--sysutils/monitorix/files/patch-lib__net.pm11
3 files changed, 4 insertions, 15 deletions
diff --git a/sysutils/monitorix/Makefile b/sysutils/monitorix/Makefile
index ffeb349efb85..72762867007a 100644
--- a/sysutils/monitorix/Makefile
+++ b/sysutils/monitorix/Makefile
@@ -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/ \
diff --git a/sysutils/monitorix/distinfo b/sysutils/monitorix/distinfo
index 65a7a22912b0..dafa15ce136d 100644
--- a/sysutils/monitorix/distinfo
+++ b/sysutils/monitorix/distinfo
@@ -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
diff --git a/sysutils/monitorix/files/patch-lib__net.pm b/sysutils/monitorix/files/patch-lib__net.pm
deleted file mode 100644
index e0f5eee10b6b..000000000000
--- a/sysutils/monitorix/files/patch-lib__net.pm
+++ /dev/null
@@ -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(' ', $_);