aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2009-02-26 11:59:19 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2009-02-26 11:59:19 +0000
commitae4a4555a8bccc7288639eea3c7af3af8c38b089 (patch)
tree900bbe938abb434a5759a261984acbadde368729 /net-mgmt
parent4cb5a89979fba66819640140c8f51a5405758c7b (diff)
downloadports-ae4a4555a8bccc7288639eea3c7af3af8c38b089.tar.gz
ports-ae4a4555a8bccc7288639eea3c7af3af8c38b089.zip
- Update to 1.6.2
PR: ports/130901, ports/130902 Submitted by: Jim Riggs <ports@christianserving.org> Approved by: maintainer timeout (1 month)
Notes
Notes: svn path=/head/; revision=229074
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/zabbix-agent/Makefile4
-rw-r--r--net-mgmt/zabbix-agent/distinfo6
-rw-r--r--net-mgmt/zabbix-agent/files/patch-configure8
-rw-r--r--net-mgmt/zabbix/Makefile3
-rw-r--r--net-mgmt/zabbix/distinfo6
-rw-r--r--net-mgmt/zabbix/files/patch-configure8
-rw-r--r--net-mgmt/zabbix/pkg-plist6
-rw-r--r--net-mgmt/zabbix2-agent/Makefile4
-rw-r--r--net-mgmt/zabbix2-agent/distinfo6
-rw-r--r--net-mgmt/zabbix2-agent/files/patch-configure8
-rw-r--r--net-mgmt/zabbix2/Makefile3
-rw-r--r--net-mgmt/zabbix2/distinfo6
-rw-r--r--net-mgmt/zabbix2/files/patch-configure8
-rw-r--r--net-mgmt/zabbix2/pkg-plist6
14 files changed, 46 insertions, 36 deletions
diff --git a/net-mgmt/zabbix-agent/Makefile b/net-mgmt/zabbix-agent/Makefile
index 6efd578af720..230157b6bfc1 100644
--- a/net-mgmt/zabbix-agent/Makefile
+++ b/net-mgmt/zabbix-agent/Makefile
@@ -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\
diff --git a/net-mgmt/zabbix-agent/distinfo b/net-mgmt/zabbix-agent/distinfo
index 049466ef6dda..cdd2ca0881bf 100644
--- a/net-mgmt/zabbix-agent/distinfo
+++ b/net-mgmt/zabbix-agent/distinfo
@@ -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 --git a/net-mgmt/zabbix-agent/files/patch-configure b/net-mgmt/zabbix-agent/files/patch-configure
index 6a135205ad02..2efc88046c5b 100644
--- a/net-mgmt/zabbix-agent/files/patch-configure
+++ b/net-mgmt/zabbix-agent/files/patch-configure
@@ -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
diff --git a/net-mgmt/zabbix/Makefile b/net-mgmt/zabbix/Makefile
index 15c49437b658..eb5faeddae4e 100644
--- a/net-mgmt/zabbix/Makefile
+++ b/net-mgmt/zabbix/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= zabbix
-PORTVERSION= 1.6.1
-PORTREVISION= 1
+PORTVERSION= 1.6.2
PORTEPOCH= 1
CATEGORIES= net-mgmt
MASTER_SITES= SF
diff --git a/net-mgmt/zabbix/distinfo b/net-mgmt/zabbix/distinfo
index 049466ef6dda..cdd2ca0881bf 100644
--- a/net-mgmt/zabbix/distinfo
+++ b/net-mgmt/zabbix/distinfo
@@ -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 --git a/net-mgmt/zabbix/files/patch-configure b/net-mgmt/zabbix/files/patch-configure
index a800a4b14c19..c5ec8b97c390 100644
--- a/net-mgmt/zabbix/files/patch-configure
+++ b/net-mgmt/zabbix/files/patch-configure
@@ -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 --git a/net-mgmt/zabbix/pkg-plist b/net-mgmt/zabbix/pkg-plist
index f8ba1d8ce89b..cf3012c388ba 100644
--- a/net-mgmt/zabbix/pkg-plist
+++ b/net-mgmt/zabbix/pkg-plist
@@ -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
diff --git a/net-mgmt/zabbix2-agent/Makefile b/net-mgmt/zabbix2-agent/Makefile
index 6efd578af720..230157b6bfc1 100644
--- a/net-mgmt/zabbix2-agent/Makefile
+++ b/net-mgmt/zabbix2-agent/Makefile
@@ -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\
diff --git a/net-mgmt/zabbix2-agent/distinfo b/net-mgmt/zabbix2-agent/distinfo
index 049466ef6dda..cdd2ca0881bf 100644
--- a/net-mgmt/zabbix2-agent/distinfo
+++ b/net-mgmt/zabbix2-agent/distinfo
@@ -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 --git a/net-mgmt/zabbix2-agent/files/patch-configure b/net-mgmt/zabbix2-agent/files/patch-configure
index 6a135205ad02..2efc88046c5b 100644
--- a/net-mgmt/zabbix2-agent/files/patch-configure
+++ b/net-mgmt/zabbix2-agent/files/patch-configure
@@ -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
diff --git a/net-mgmt/zabbix2/Makefile b/net-mgmt/zabbix2/Makefile
index 15c49437b658..eb5faeddae4e 100644
--- a/net-mgmt/zabbix2/Makefile
+++ b/net-mgmt/zabbix2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= zabbix
-PORTVERSION= 1.6.1
-PORTREVISION= 1
+PORTVERSION= 1.6.2
PORTEPOCH= 1
CATEGORIES= net-mgmt
MASTER_SITES= SF
diff --git a/net-mgmt/zabbix2/distinfo b/net-mgmt/zabbix2/distinfo
index 049466ef6dda..cdd2ca0881bf 100644
--- a/net-mgmt/zabbix2/distinfo
+++ b/net-mgmt/zabbix2/distinfo
@@ -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 --git a/net-mgmt/zabbix2/files/patch-configure b/net-mgmt/zabbix2/files/patch-configure
index a800a4b14c19..c5ec8b97c390 100644
--- a/net-mgmt/zabbix2/files/patch-configure
+++ b/net-mgmt/zabbix2/files/patch-configure
@@ -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 --git a/net-mgmt/zabbix2/pkg-plist b/net-mgmt/zabbix2/pkg-plist
index f8ba1d8ce89b..cf3012c388ba 100644
--- a/net-mgmt/zabbix2/pkg-plist
+++ b/net-mgmt/zabbix2/pkg-plist
@@ -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