aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/zabbix2-agent
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2009-04-24 02:44:03 +0800
committerwxs <wxs@FreeBSD.org>2009-04-24 02:44:03 +0800
commitc962554bf9d60ec97a6f2673f764dd601e491ea5 (patch)
tree6918eda6b25b16f8ef82018bea95ec38d0b9afe0 /net-mgmt/zabbix2-agent
parent0a6937b0f985a56e9f12cd81927fa4de1981632e (diff)
downloadfreebsd-ports-gnome-c962554bf9d60ec97a6f2673f764dd601e491ea5.tar.gz
freebsd-ports-gnome-c962554bf9d60ec97a6f2673f764dd601e491ea5.tar.zst
freebsd-ports-gnome-c962554bf9d60ec97a6f2673f764dd601e491ea5.zip
- Update to 1.6.4.
- Pass maintainer to submitter (last 3 updates were timeouts) PR: ports/133448 Submitted by: Jim Riggs <ports@christianserving.org> Approved by: maintainer timeout
Diffstat (limited to 'net-mgmt/zabbix2-agent')
-rw-r--r--net-mgmt/zabbix2-agent/Makefile5
-rw-r--r--net-mgmt/zabbix2-agent/distinfo6
-rw-r--r--net-mgmt/zabbix2-agent/files/patch-configure8
3 files changed, 9 insertions, 10 deletions
diff --git a/net-mgmt/zabbix2-agent/Makefile b/net-mgmt/zabbix2-agent/Makefile
index 2d6e625c42f5..d4e8df8e83d5 100644
--- a/net-mgmt/zabbix2-agent/Makefile
+++ b/net-mgmt/zabbix2-agent/Makefile
@@ -6,14 +6,13 @@
#
PORTNAME= zabbix
-PORTVERSION= 1.6.2
-PORTREVISION= 1
+PORTVERSION= 1.6.4
PORTEPOCH= 2
CATEGORIES= net-mgmt
MASTER_SITES= SF
PKGNAMESUFFIX= -agent
-MAINTAINER= d.lohansky@zsupport.ru
+MAINTAINER= ports@christianserving.org
COMMENT= Application and network monitoring solution
USE_GMAKE= yes
diff --git a/net-mgmt/zabbix2-agent/distinfo b/net-mgmt/zabbix2-agent/distinfo
index cdd2ca0881bf..a6a62efde6dc 100644
--- a/net-mgmt/zabbix2-agent/distinfo
+++ b/net-mgmt/zabbix2-agent/distinfo
@@ -1,3 +1,3 @@
-MD5 (zabbix-1.6.2.tar.gz) = 33da3661868a04042c596a819896446f
-SHA256 (zabbix-1.6.2.tar.gz) = e982419f45b2ac814e804a1a340c7e563fe5230bb5295b17e5767c89fa25550e
-SIZE (zabbix-1.6.2.tar.gz) = 8229465
+MD5 (zabbix-1.6.4.tar.gz) = e1e15f3ab9f2c0ec9e6fde145a5a3b6e
+SHA256 (zabbix-1.6.4.tar.gz) = 16009d22908f2bb6b135e7972607efd9e4bc6363f4d4d9c68b0de384e41dc5cd
+SIZE (zabbix-1.6.4.tar.gz) = 8326175
diff --git a/net-mgmt/zabbix2-agent/files/patch-configure b/net-mgmt/zabbix2-agent/files/patch-configure
index 2efc88046c5b..a1b0bd52a4fe 100644
--- a/net-mgmt/zabbix2-agent/files/patch-configure
+++ b/net-mgmt/zabbix2-agent/files/patch-configure
@@ -1,12 +1,12 @@
---- configure.orig 2009-01-16 06:20:00.000000000 -0600
-+++ configure 2009-01-22 17:18:00.000000000 -0600
-@@ -275,6 +275,9 @@
+--- configure.orig 2009-03-28 13:23:22.000000000 -0500
++++ configure 2009-03-28 13:23:40.000000000 -0500
+@@ -580,6 +580,9 @@
# Factoring default headers for most tests.
ac_includes_default="\
#include <stdio.h>
+#include <sys/socket.h>
+#include <sys/param.h>
+#include <netinet/in.h>
- #if HAVE_SYS_TYPES_H
+ #ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif