From owner-svn-ports-all@FreeBSD.ORG Fri Feb 15 02:02:58 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 73C2F5FF; Fri, 15 Feb 2013 02:02:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 47876AB9; Fri, 15 Feb 2013 02:02:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1F22wZf051928; Fri, 15 Feb 2013 02:02:58 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1F22vcA051921; Fri, 15 Feb 2013 02:02:57 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201302150202.r1F22vcA051921@svn.freebsd.org> From: Martin Wilke Date: Fri, 15 Feb 2013 02:02:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312257 - head/net-mgmt/zabbix2-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2013 02:02:58 -0000 Author: miwi Date: Fri Feb 15 02:02:57 2013 New Revision: 312257 URL: http://svnweb.freebsd.org/changeset/ports/312257 Log: - Update to 2.0.5 PR: 176137 Submitted by: maintainer Modified: head/net-mgmt/zabbix2-server/Makefile head/net-mgmt/zabbix2-server/distinfo head/net-mgmt/zabbix2-server/pkg-plist.frontend Modified: head/net-mgmt/zabbix2-server/Makefile ============================================================================== --- head/net-mgmt/zabbix2-server/Makefile Fri Feb 15 02:02:15 2013 (r312256) +++ head/net-mgmt/zabbix2-server/Makefile Fri Feb 15 02:02:57 2013 (r312257) @@ -6,7 +6,7 @@ # PORTNAME= zabbix2 -PORTVERSION= 2.0.4 +PORTVERSION= 2.0.5 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} PKGNAMESUFFIX?= -server Modified: head/net-mgmt/zabbix2-server/distinfo ============================================================================== --- head/net-mgmt/zabbix2-server/distinfo Fri Feb 15 02:02:15 2013 (r312256) +++ head/net-mgmt/zabbix2-server/distinfo Fri Feb 15 02:02:57 2013 (r312257) @@ -1,2 +1,2 @@ -SHA256 (zabbix-2.0.4.tar.gz) = 7554223a927229b6317d211d413826fb0b2a974f460a9db9075b376a241a0051 -SIZE (zabbix-2.0.4.tar.gz) = 13045480 +SHA256 (zabbix-2.0.5.tar.gz) = 9539abb848049195b6e8d24d23de40c26e07d3e5219ca890f4272a0d88cc640f +SIZE (zabbix-2.0.5.tar.gz) = 13352744 Modified: head/net-mgmt/zabbix2-server/pkg-plist.frontend ============================================================================== --- head/net-mgmt/zabbix2-server/pkg-plist.frontend Fri Feb 15 02:02:15 2013 (r312256) +++ head/net-mgmt/zabbix2-server/pkg-plist.frontend Fri Feb 15 02:02:57 2013 (r312257) @@ -35,6 +35,7 @@ %%WWWDIR%%/adm.workingtime.php %%WWWDIR%%/include/profiles.inc.php %%WWWDIR%%/include/locales.inc.php +%%WWWDIR%%/include/translateDefines.inc.php %%WWWDIR%%/include/views/administration.general.image.edit.php %%WWWDIR%%/include/views/administration.general.regularexpressions.list.php %%WWWDIR%%/include/views/monitoring.discovery.php @@ -640,6 +641,10 @@ %%WWWDIR%%/locale/tr/LC_MESSAGES/frontend.po %%WWWDIR%%/locale/sk/LC_MESSAGES/frontend.po %%WWWDIR%%/locale/sk/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/bg/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/bg/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/lt/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/lt/LC_MESSAGES/frontend.mo %%WWWDIR%%/locale/add_new_language.sh %%WWWDIR%%/conf/zabbix.conf.php.example %%WWWDIR%%/conf/maintenance.inc.php @@ -849,6 +854,10 @@ @dirrm %%WWWDIR%%/locale/sk @dirrm %%WWWDIR%%/locale/en_US/LC_MESSAGES/ @dirrm %%WWWDIR%%/locale/en_US/ +@dirrm %%WWWDIR%%/locale/bg/LC_MESSAGES/ +@dirrm %%WWWDIR%%/locale/bg/ +@dirrm %%WWWDIR%%/locale/lt/LC_MESSAGES/ +@dirrm %%WWWDIR%%/locale/lt/ @dirrm %%WWWDIR%%/locale @dirrm %%WWWDIR%%/conf @dirrm %%WWWDIR%%/js/jquery