diff options
author | sat <sat@FreeBSD.org> | 2007-01-28 07:13:59 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-01-28 07:13:59 +0800 |
commit | 1556934122847a06e593401150ef738ae7e2303b (patch) | |
tree | e0bfa9338c6aacad69e33fc033d6fcadd31d0783 /net-mgmt/zabbix | |
parent | 2008b273a0284fd30c8a130c087fbb013cbaf539 (diff) | |
download | freebsd-ports-gnome-1556934122847a06e593401150ef738ae7e2303b.tar.gz freebsd-ports-gnome-1556934122847a06e593401150ef738ae7e2303b.tar.zst freebsd-ports-gnome-1556934122847a06e593401150ef738ae7e2303b.zip |
- Update to 1.1.5
Diffstat (limited to 'net-mgmt/zabbix')
-rw-r--r-- | net-mgmt/zabbix/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/zabbix/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/zabbix/files/patch-configure | 12 | ||||
-rw-r--r-- | net-mgmt/zabbix/pkg-plist | 21 |
4 files changed, 16 insertions, 25 deletions
diff --git a/net-mgmt/zabbix/Makefile b/net-mgmt/zabbix/Makefile index 41b751d675e4..7e69372e89be 100644 --- a/net-mgmt/zabbix/Makefile +++ b/net-mgmt/zabbix/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zabbix -PORTVERSION= 1.1.4 +PORTVERSION= 1.1.5 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= SF diff --git a/net-mgmt/zabbix/distinfo b/net-mgmt/zabbix/distinfo index 8a2c980eccbf..7d539fc2e2e9 100644 --- a/net-mgmt/zabbix/distinfo +++ b/net-mgmt/zabbix/distinfo @@ -1,3 +1,3 @@ -MD5 (zabbix-1.1.4.tar.gz) = 8e733e41506dd34759daba01deeeefd9 -SHA256 (zabbix-1.1.4.tar.gz) = a731b9526aa250b5ccad19fe9dc888118ddd2b5809c40273caf4c3e56a450e79 -SIZE (zabbix-1.1.4.tar.gz) = 1511210 +MD5 (zabbix-1.1.5.tar.gz) = 8f47fc38b26a7c04fdcb0354e66dab37 +SHA256 (zabbix-1.1.5.tar.gz) = 27b34c8d04e5f99ca8a297a1583b3b28c17814ba7ca35e0466e070a123622652 +SIZE (zabbix-1.1.5.tar.gz) = 1514074 diff --git a/net-mgmt/zabbix/files/patch-configure b/net-mgmt/zabbix/files/patch-configure new file mode 100644 index 000000000000..ca3fbf1c242a --- /dev/null +++ b/net-mgmt/zabbix/files/patch-configure @@ -0,0 +1,12 @@ +--- ./configure.orig Sat Jan 27 20:39:51 2007 ++++ ./configure Sat Jan 27 20:48:34 2007 +@@ -275,6 +275,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 + # include <sys/types.h> + #endif diff --git a/net-mgmt/zabbix/pkg-plist b/net-mgmt/zabbix/pkg-plist index 45d16abab843..cfdb95bcdcd2 100644 --- a/net-mgmt/zabbix/pkg-plist +++ b/net-mgmt/zabbix/pkg-plist @@ -1,24 +1,4 @@ %%DATADIR%%/create/data/data.sql -%%DATADIR%%/create/data/images/Hub.png -%%DATADIR%%/create/data/images/Hub_small.png -%%DATADIR%%/create/data/images/Network.png -%%DATADIR%%/create/data/images/Network_small.png -%%DATADIR%%/create/data/images/Notebook.png -%%DATADIR%%/create/data/images/Notebook_small.png -%%DATADIR%%/create/data/images/Phone.png -%%DATADIR%%/create/data/images/Phone_small.png -%%DATADIR%%/create/data/images/Printer.png -%%DATADIR%%/create/data/images/Printer_small.png -%%DATADIR%%/create/data/images/Router.png -%%DATADIR%%/create/data/images/Router_small.png -%%DATADIR%%/create/data/images/Satellite.png -%%DATADIR%%/create/data/images/Satellite_small.png -%%DATADIR%%/create/data/images/Server.png -%%DATADIR%%/create/data/images/Server_small.png -%%DATADIR%%/create/data/images/UPS.png -%%DATADIR%%/create/data/images/UPS_small.png -%%DATADIR%%/create/data/images/Workstation.png -%%DATADIR%%/create/data/images/Workstation_small.png %%DATADIR%%/create/data/images.sql %%DATADIR%%/create/data/images_oracle.sql %%DATADIR%%/create/data/images_pgsql.sql @@ -420,7 +400,6 @@ @dirrm %%DATADIR%%/create/postgresql @dirrm %%DATADIR%%/create/oracle @dirrm %%DATADIR%%/create/mysql -@dirrm %%DATADIR%%/create/data/images @dirrm %%DATADIR%%/create/data @dirrm %%DATADIR%%/create @dirrm %%DATADIR%% |