Date: Thu, 22 Jan 2009 17:31:46 -0600 (CST) From: Jim Riggs <ports@christianserving.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: d.lohansky@zsupport.ru Subject: ports/130901: [PATCH] net-mgmt/zabbix: update to 1.6.2 Message-ID: <20090122233146.925FB233C55@zion.christianserving.org> Resent-Message-ID: <200901222340.n0MNe1D4034731@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 130901 >Category: ports >Synopsis: [PATCH] net-mgmt/zabbix: update to 1.6.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jan 22 23:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Jim Riggs >Release: FreeBSD 6.3-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD zion.christianserving.org 6.3-RELEASE-p2 FreeBSD 6.3-RELEASE-p2 #3: Mon May 5 21:27:22 CDT >Description: - Update to 1.6.2 Port maintainer (d.lohansky@zsupport.ru) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- zabbix-1.6.2,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net-mgmt/zabbix/Makefile /root/portwork/zabbix/Makefile --- /usr/ports/net-mgmt/zabbix/Makefile 2009-01-13 22:06:27.000000000 -0600 +++ /root/portwork/zabbix/Makefile 2009-01-22 17:22:49.000000000 -0600 @@ -6,7 +6,7 @@ # PORTNAME= zabbix -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= SF diff -ruN --exclude=CVS /usr/ports/net-mgmt/zabbix/distinfo /root/portwork/zabbix/distinfo --- /usr/ports/net-mgmt/zabbix/distinfo 2009-01-13 22:06:27.000000000 -0600 +++ /root/portwork/zabbix/distinfo 2009-01-22 17:22:53.000000000 -0600 @@ -1,3 +1,3 @@ -MD5 (zabbix-1.6.1.tar.gz) = 26a6f8d643b28ca245804ea699924d80 -SHA256 (zabbix-1.6.1.tar.gz) = 178f71f00286d0ea3af3c8dc0941471ee3cf123f59574c2640bf92db897c240b -SIZE (zabbix-1.6.1.tar.gz) = 8196017 +MD5 (zabbix-1.6.2.tar.gz) = 33da3661868a04042c596a819896446f +SHA256 (zabbix-1.6.2.tar.gz) = e982419f45b2ac814e804a1a340c7e563fe5230bb5295b17e5767c89fa25550e +SIZE (zabbix-1.6.2.tar.gz) = 8229465 diff -ruN --exclude=CVS /usr/ports/net-mgmt/zabbix/files/patch-configure /root/portwork/zabbix/files/patch-configure --- /usr/ports/net-mgmt/zabbix/files/patch-configure 2009-01-13 22:06:27.000000000 -0600 +++ /root/portwork/zabbix/files/patch-configure 2009-01-22 17:24:00.000000000 -0600 @@ -1,12 +1,12 @@ ---- configure.orig 2008-11-04 15:45:42.000000000 -0600 -+++ configure 2008-12-19 23:28:56.000000000 -0600 -@@ -580,6 +580,9 @@ +--- configure.orig 2009-01-16 06:20:00.000000000 -0600 ++++ configure 2009-01-22 17:23:46.000000000 -0600 +@@ -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> - #ifdef HAVE_SYS_TYPES_H + #if HAVE_SYS_TYPES_H # include <sys/types.h> #endif diff -ruN --exclude=CVS /usr/ports/net-mgmt/zabbix/pkg-plist /root/portwork/zabbix/pkg-plist --- /usr/ports/net-mgmt/zabbix/pkg-plist 2008-09-28 05:44:23.000000000 -0500 +++ /root/portwork/zabbix/pkg-plist 2009-01-22 17:28:37.000000000 -0600 @@ -203,6 +203,10 @@ %%DATADIR%%/php/images/general/bttn/minus.png %%DATADIR%%/php/images/general/bttn/help_bb.png %%DATADIR%%/php/images/general/bttn/sound_bb.png +%%DATADIR%%/php/images/general/bttn/down.png +%%DATADIR%%/php/images/general/bttn/down_bb.png +%%DATADIR%%/php/images/general/bttn/up.png +%%DATADIR%%/php/images/general/bttn/up_bb.png %%DATADIR%%/php/images/general/inst_current.gif %%DATADIR%%/php/images/general/sortdown.gif %%DATADIR%%/php/images/general/error_small.gif @@ -227,6 +231,8 @@ %%DATADIR%%/php/images/general/sortdown_off.gif %%DATADIR%%/php/images/general/tick.png %%DATADIR%%/php/images/general/opened.gif +%%DATADIR%%/php/images/general/up_icon.png +%%DATADIR%%/php/images/general/down_icon.png %%DATADIR%%/php/create/mysql.sql %%DATADIR%%/php/create/data.sql %%DATADIR%%/php/discoveryconf.php --- zabbix-1.6.2,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090122233146.925FB233C55>