1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Update to 1.6.2

PR:		ports/130901, ports/130902
Submitted by:	Jim Riggs <ports@christianserving.org>
Approved by:	maintainer timeout (1 month)
This commit is contained in:
Marcelo Araujo 2009-02-26 11:59:19 +00:00
parent 4cb5a89979
commit ae4a4555a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229074
14 changed files with 46 additions and 36 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= zabbix
PORTVERSION= 1.6.1
PORTVERSION= 1.6.2
PORTEPOCH= 2
CATEGORIES= net-mgmt
MASTER_SITES= SF
@ -36,7 +36,7 @@ post-patch:
${REINPLACE_CMD} -e 's|/etc/zabbix|${ETCDIR}|;s|/usr/sbin|${LOCALBASE}/sbin|'
do-install:
@${ECHO_CMD} '@unexec rmdir %D/${ETCDIR_REL} 2>/dev/null || true' >> ${TMPPLIST}
@${ECHO_CMD} '@unexec ${RMDIR} %D/${ETCDIR_REL} 2>/dev/null || true' >> ${TMPPLIST}
@${INSTALL_PROGRAM} ${ZABBIX_BINFILES:S,^,${WRKSRC}/src/,} ${PREFIX}/bin/
@${INSTALL} -d ${ETCDIR}/
@for i in ${ZABBIX_CFGFILES};do\

View File

@ -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

View File

@ -1,12 +1,12 @@
--- configure.orig 2008-11-04 15:45:42.000000000 -0600
+++ configure 2008-12-19 23:44:25.000000000 -0600
@@ -580,6 +580,9 @@
--- configure.orig 2009-01-16 06:20:00.000000000 -0600
+++ configure 2009-01-22 17:18:00.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

View File

@ -6,8 +6,7 @@
#
PORTNAME= zabbix
PORTVERSION= 1.6.1
PORTREVISION= 1
PORTVERSION= 1.6.2
PORTEPOCH= 1
CATEGORIES= net-mgmt
MASTER_SITES= SF

View File

@ -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

View File

@ -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

View File

@ -203,6 +203,10 @@ bin/zabbix_server
%%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 @@ bin/zabbix_server
%%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

View File

@ -6,7 +6,7 @@
#
PORTNAME= zabbix
PORTVERSION= 1.6.1
PORTVERSION= 1.6.2
PORTEPOCH= 2
CATEGORIES= net-mgmt
MASTER_SITES= SF
@ -36,7 +36,7 @@ post-patch:
${REINPLACE_CMD} -e 's|/etc/zabbix|${ETCDIR}|;s|/usr/sbin|${LOCALBASE}/sbin|'
do-install:
@${ECHO_CMD} '@unexec rmdir %D/${ETCDIR_REL} 2>/dev/null || true' >> ${TMPPLIST}
@${ECHO_CMD} '@unexec ${RMDIR} %D/${ETCDIR_REL} 2>/dev/null || true' >> ${TMPPLIST}
@${INSTALL_PROGRAM} ${ZABBIX_BINFILES:S,^,${WRKSRC}/src/,} ${PREFIX}/bin/
@${INSTALL} -d ${ETCDIR}/
@for i in ${ZABBIX_CFGFILES};do\

View File

@ -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

View File

@ -1,12 +1,12 @@
--- configure.orig 2008-11-04 15:45:42.000000000 -0600
+++ configure 2008-12-19 23:44:25.000000000 -0600
@@ -580,6 +580,9 @@
--- configure.orig 2009-01-16 06:20:00.000000000 -0600
+++ configure 2009-01-22 17:18:00.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

View File

@ -6,8 +6,7 @@
#
PORTNAME= zabbix
PORTVERSION= 1.6.1
PORTREVISION= 1
PORTVERSION= 1.6.2
PORTEPOCH= 1
CATEGORIES= net-mgmt
MASTER_SITES= SF

View File

@ -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

View File

@ -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

View File

@ -203,6 +203,10 @@ bin/zabbix_server
%%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 @@ bin/zabbix_server
%%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