diff options
author | wg <wg@FreeBSD.org> | 2014-08-12 20:59:08 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-08-12 20:59:08 +0800 |
commit | 22c57b79424f9abe96351a82ef60bc96abb0489e (patch) | |
tree | 119f85b3cdfd22dbde8d1c84e2dec67d798eb36f /net-mgmt | |
parent | 79c013814556bb3397e0644ad5a1f923ba84dc01 (diff) | |
download | freebsd-ports-gnome-22c57b79424f9abe96351a82ef60bc96abb0489e.tar.gz freebsd-ports-gnome-22c57b79424f9abe96351a82ef60bc96abb0489e.tar.zst freebsd-ports-gnome-22c57b79424f9abe96351a82ef60bc96abb0489e.zip |
net-mgmt/zabbix22-server: update to 2.2.5
PR: 192582
Submitted by: maintainer
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/zabbix22-server/Makefile | 5 | ||||
-rw-r--r-- | net-mgmt/zabbix22-server/distinfo | 4 | ||||
-rw-r--r-- | net-mgmt/zabbix22-server/pkg-plist.frontend | 6 |
3 files changed, 10 insertions, 5 deletions
diff --git a/net-mgmt/zabbix22-server/Makefile b/net-mgmt/zabbix22-server/Makefile index 1cf0277ef7b9..028754b071b7 100644 --- a/net-mgmt/zabbix22-server/Makefile +++ b/net-mgmt/zabbix22-server/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= zabbix22 -PORTVERSION= 2.2.4 -PORTREVISION= 1 +PORTVERSION= 2.2.5 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} PKGNAMESUFFIX?= -server @@ -165,6 +164,6 @@ post-install: cd ${WRKSRC}/upgrades/ && ${COPYTREE_SHARE} dbpatches ${STAGEDIR}${DATADIR}/${ZABBIX_BUILD}/upgrades/ cd ${WRKSRC}/database/ && ${COPYTREE_SHARE} "ibm_db2 mysql oracle postgresql sqlite3" ${STAGEDIR}${DATADIR}/${ZABBIX_BUILD}/database/ .endif -.endif # if ${ZABBIX_BUILD} != "frontend" +.endif .include <bsd.port.mk> diff --git a/net-mgmt/zabbix22-server/distinfo b/net-mgmt/zabbix22-server/distinfo index 1564839bb2c5..bfbfd9f8d42c 100644 --- a/net-mgmt/zabbix22-server/distinfo +++ b/net-mgmt/zabbix22-server/distinfo @@ -1,2 +1,2 @@ -SHA256 (zabbix-2.2.4.tar.gz) = 33654ed8a74280a38ff89b9deba400e1305086bdf75815f8b76dd6129a9ec781 -SIZE (zabbix-2.2.4.tar.gz) = 14968220 +SHA256 (zabbix-2.2.5.tar.gz) = 1e33f54d4accc5b6a0dccf4a308d27dc82de245567dffef823f9add9fa7d81b5 +SIZE (zabbix-2.2.5.tar.gz) = 14960556 diff --git a/net-mgmt/zabbix22-server/pkg-plist.frontend b/net-mgmt/zabbix22-server/pkg-plist.frontend index 6468c28bfe27..c7f66a1e0956 100644 --- a/net-mgmt/zabbix22-server/pkg-plist.frontend +++ b/net-mgmt/zabbix22-server/pkg-plist.frontend @@ -1,3 +1,4 @@ +%%WWWDIR%%/robots.txt %%WWWDIR%%/auditacts.php %%WWWDIR%%/jsrpc.php %%WWWDIR%%/dashboard.php @@ -284,6 +285,7 @@ %%WWWDIR%%/include/classes/helpers/CHtml.php %%WWWDIR%%/include/classes/helpers/CArrayHelper.php %%WWWDIR%%/include/classes/validators/CValidator.php +%%WWWDIR%%/include/classes/validators/CDecimalValidator.php %%WWWDIR%%/include/classes/validators/CTimePeriodValidator.php %%WWWDIR%%/include/classes/validators/CTriggerFunctionValidator.php %%WWWDIR%%/include/classes/validators/CCollectionValidator.php @@ -691,6 +693,8 @@ %%WWWDIR%%/locale/lt/LC_MESSAGES/frontend.mo %%WWWDIR%%/locale/ro/LC_MESSAGES/frontend.po %%WWWDIR%%/locale/ro/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/vi/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/vi/LC_MESSAGES/frontend.po %%WWWDIR%%/locale/add_new_language.sh %%WWWDIR%%/conf/zabbix.conf.php.example %%WWWDIR%%/conf/maintenance.inc.php @@ -921,6 +925,8 @@ @dirrm %%WWWDIR%%/locale/lt @dirrm %%WWWDIR%%/locale/ro/LC_MESSAGES @dirrm %%WWWDIR%%/locale/ro +@dirrm %%WWWDIR%%/locale/vi/LC_MESSAGES +@dirrm %%WWWDIR%%/locale/vi @dirrm %%WWWDIR%%/locale @dirrm %%WWWDIR%%/conf @dirrm %%WWWDIR%%/js/jquery |