mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- Updated to 1.8.1 [1]
- Added overridable PORTREVISION (initial value 0) to allow slave port (zabbix-frontend) to bump independently of the master port PR: ports/143311 [1] Submitted by: Jim Riggs <ports@christianserving.org> (maintainer) [1]
This commit is contained in:
parent
3a71a70cc1
commit
a7df0b6a70
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249107
@ -6,7 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= zabbix
|
||||
PORTVERSION= 1.8
|
||||
PORTVERSION= 1.8.1
|
||||
PORTREVISION?= 0
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
|
||||
@ -43,6 +44,7 @@ SUB_LIST= ZABBIX_BUILD=${ZABBIX_BUILD} ZABBIX_REQUIRE=${ZABBIX_REQUIRE}
|
||||
MAKE_ARGS+= ARCH=freebsd
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --enable-${ZABBIX_BUILD}
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
|
||||
|
||||
.if ${ZABBIX_BUILD} != "agent"
|
||||
LIB_DEPENDS= netsnmp:${PORTSDIR}/net-mgmt/net-snmp \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (zabbix-1.8.tar.gz) = 066153713c05f873b4344e4ea1e065e9
|
||||
SHA256 (zabbix-1.8.tar.gz) = 6743f01f27116ead7b48927ac184708bb920541c88e63602fe1f2b7401866eec
|
||||
SIZE (zabbix-1.8.tar.gz) = 3549582
|
||||
MD5 (zabbix-1.8.1.tar.gz) = ab1a5006a885d780084bb870320abbc9
|
||||
SHA256 (zabbix-1.8.1.tar.gz) = ef487766f22527d79fd7a2631b615c34d04103038341f1dc16eceb77172d8a7c
|
||||
SIZE (zabbix-1.8.1.tar.gz) = 3607414
|
||||
|
@ -2,6 +2,7 @@
|
||||
%%WWWDIR%%/acknow.php
|
||||
%%WWWDIR%%/actionconf.php
|
||||
%%WWWDIR%%/api/.htaccess
|
||||
%%WWWDIR%%/api/classes/class.apiexception.php
|
||||
%%WWWDIR%%/api/classes/class.caction.php
|
||||
%%WWWDIR%%/api/classes/class.calert.php
|
||||
%%WWWDIR%%/api/classes/class.capiinfo.php
|
||||
@ -14,6 +15,7 @@
|
||||
%%WWWDIR%%/api/classes/class.citem.php
|
||||
%%WWWDIR%%/api/classes/class.cmaintenance.php
|
||||
%%WWWDIR%%/api/classes/class.cmap.php
|
||||
%%WWWDIR%%/api/classes/class.cproxy.php
|
||||
%%WWWDIR%%/api/classes/class.cscreen.php
|
||||
%%WWWDIR%%/api/classes/class.cscript.php
|
||||
%%WWWDIR%%/api/classes/class.ctemplate.php
|
||||
@ -218,6 +220,7 @@
|
||||
%%WWWDIR%%/include/.htaccess
|
||||
%%WWWDIR%%/include/acknow.inc.php
|
||||
%%WWWDIR%%/include/actions.inc.php
|
||||
%%WWWDIR%%/include/apicalls.inc.php
|
||||
%%WWWDIR%%/include/audit.inc.php
|
||||
%%WWWDIR%%/include/blocks.inc.php
|
||||
%%WWWDIR%%/include/classes/.htaccess
|
||||
@ -323,6 +326,7 @@
|
||||
%%WWWDIR%%/include/profiles.inc.php
|
||||
%%WWWDIR%%/include/regexp.inc.php
|
||||
%%WWWDIR%%/include/reports.inc.php
|
||||
%%WWWDIR%%/include/requirements.inc.php
|
||||
%%WWWDIR%%/include/screens.inc.php
|
||||
%%WWWDIR%%/include/scripts.inc.php
|
||||
%%WWWDIR%%/include/services.inc.php
|
||||
@ -337,10 +341,10 @@
|
||||
%%WWWDIR%%/js/class.cmap.js
|
||||
%%WWWDIR%%/js/class.cookie.js
|
||||
%%WWWDIR%%/js/class.cscreen.js
|
||||
%%WWWDIR%%/js/class.cswitcher.js
|
||||
%%WWWDIR%%/js/class.ctree.js
|
||||
%%WWWDIR%%/js/class.curl.js
|
||||
%%WWWDIR%%/js/class.pmaster.js
|
||||
%%WWWDIR%%/js/class.switcher.js
|
||||
%%WWWDIR%%/js/common.js
|
||||
%%WWWDIR%%/js/functions.js
|
||||
%%WWWDIR%%/js/gtlc.js
|
||||
|
@ -6,7 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= zabbix
|
||||
PORTVERSION= 1.8
|
||||
PORTVERSION= 1.8.1
|
||||
PORTREVISION?= 0
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
|
||||
@ -43,6 +44,7 @@ SUB_LIST= ZABBIX_BUILD=${ZABBIX_BUILD} ZABBIX_REQUIRE=${ZABBIX_REQUIRE}
|
||||
MAKE_ARGS+= ARCH=freebsd
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --enable-${ZABBIX_BUILD}
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
|
||||
|
||||
.if ${ZABBIX_BUILD} != "agent"
|
||||
LIB_DEPENDS= netsnmp:${PORTSDIR}/net-mgmt/net-snmp \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (zabbix-1.8.tar.gz) = 066153713c05f873b4344e4ea1e065e9
|
||||
SHA256 (zabbix-1.8.tar.gz) = 6743f01f27116ead7b48927ac184708bb920541c88e63602fe1f2b7401866eec
|
||||
SIZE (zabbix-1.8.tar.gz) = 3549582
|
||||
MD5 (zabbix-1.8.1.tar.gz) = ab1a5006a885d780084bb870320abbc9
|
||||
SHA256 (zabbix-1.8.1.tar.gz) = ef487766f22527d79fd7a2631b615c34d04103038341f1dc16eceb77172d8a7c
|
||||
SIZE (zabbix-1.8.1.tar.gz) = 3607414
|
||||
|
@ -2,6 +2,7 @@
|
||||
%%WWWDIR%%/acknow.php
|
||||
%%WWWDIR%%/actionconf.php
|
||||
%%WWWDIR%%/api/.htaccess
|
||||
%%WWWDIR%%/api/classes/class.apiexception.php
|
||||
%%WWWDIR%%/api/classes/class.caction.php
|
||||
%%WWWDIR%%/api/classes/class.calert.php
|
||||
%%WWWDIR%%/api/classes/class.capiinfo.php
|
||||
@ -14,6 +15,7 @@
|
||||
%%WWWDIR%%/api/classes/class.citem.php
|
||||
%%WWWDIR%%/api/classes/class.cmaintenance.php
|
||||
%%WWWDIR%%/api/classes/class.cmap.php
|
||||
%%WWWDIR%%/api/classes/class.cproxy.php
|
||||
%%WWWDIR%%/api/classes/class.cscreen.php
|
||||
%%WWWDIR%%/api/classes/class.cscript.php
|
||||
%%WWWDIR%%/api/classes/class.ctemplate.php
|
||||
@ -218,6 +220,7 @@
|
||||
%%WWWDIR%%/include/.htaccess
|
||||
%%WWWDIR%%/include/acknow.inc.php
|
||||
%%WWWDIR%%/include/actions.inc.php
|
||||
%%WWWDIR%%/include/apicalls.inc.php
|
||||
%%WWWDIR%%/include/audit.inc.php
|
||||
%%WWWDIR%%/include/blocks.inc.php
|
||||
%%WWWDIR%%/include/classes/.htaccess
|
||||
@ -323,6 +326,7 @@
|
||||
%%WWWDIR%%/include/profiles.inc.php
|
||||
%%WWWDIR%%/include/regexp.inc.php
|
||||
%%WWWDIR%%/include/reports.inc.php
|
||||
%%WWWDIR%%/include/requirements.inc.php
|
||||
%%WWWDIR%%/include/screens.inc.php
|
||||
%%WWWDIR%%/include/scripts.inc.php
|
||||
%%WWWDIR%%/include/services.inc.php
|
||||
@ -337,10 +341,10 @@
|
||||
%%WWWDIR%%/js/class.cmap.js
|
||||
%%WWWDIR%%/js/class.cookie.js
|
||||
%%WWWDIR%%/js/class.cscreen.js
|
||||
%%WWWDIR%%/js/class.cswitcher.js
|
||||
%%WWWDIR%%/js/class.ctree.js
|
||||
%%WWWDIR%%/js/class.curl.js
|
||||
%%WWWDIR%%/js/class.pmaster.js
|
||||
%%WWWDIR%%/js/class.switcher.js
|
||||
%%WWWDIR%%/js/common.js
|
||||
%%WWWDIR%%/js/functions.js
|
||||
%%WWWDIR%%/js/gtlc.js
|
||||
|
Loading…
Reference in New Issue
Block a user