diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-01-27 23:13:59 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-01-27 23:13:59 +0000 |
commit | f9acbb34f7aeb4ac6a1c707479100012d3ca9ce5 (patch) | |
tree | ea751c0e8e4d197b022ad5d72b682022b3cc69dd /net-mgmt/zabbix2 | |
parent | bfd9800bb71d4e8fb86367e05b10fb62e0d19005 (diff) | |
download | ports-f9acbb34f7aeb4ac6a1c707479100012d3ca9ce5.tar.gz ports-f9acbb34f7aeb4ac6a1c707479100012d3ca9ce5.zip |
- Update to 1.1.5
Notes
Notes:
svn path=/head/; revision=183438
Diffstat (limited to 'net-mgmt/zabbix2')
-rw-r--r-- | net-mgmt/zabbix2/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/zabbix2/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/zabbix2/files/patch-configure | 12 | ||||
-rw-r--r-- | net-mgmt/zabbix2/pkg-plist | 21 |
4 files changed, 16 insertions, 25 deletions
diff --git a/net-mgmt/zabbix2/Makefile b/net-mgmt/zabbix2/Makefile index 41b751d675e4..7e69372e89be 100644 --- a/net-mgmt/zabbix2/Makefile +++ b/net-mgmt/zabbix2/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/zabbix2/distinfo b/net-mgmt/zabbix2/distinfo index 8a2c980eccbf..7d539fc2e2e9 100644 --- a/net-mgmt/zabbix2/distinfo +++ b/net-mgmt/zabbix2/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/zabbix2/files/patch-configure b/net-mgmt/zabbix2/files/patch-configure new file mode 100644 index 000000000000..ca3fbf1c242a --- /dev/null +++ b/net-mgmt/zabbix2/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/zabbix2/pkg-plist b/net-mgmt/zabbix2/pkg-plist index 45d16abab843..cfdb95bcdcd2 100644 --- a/net-mgmt/zabbix2/pkg-plist +++ b/net-mgmt/zabbix2/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%% |