From owner-svn-ports-head@freebsd.org Thu Sep 15 20:30:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B1F3BDC5F9; Thu, 15 Sep 2016 20:30:01 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3457C643; Thu, 15 Sep 2016 20:30:01 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8FKU0Ag050571; Thu, 15 Sep 2016 20:30:00 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8FKU0uL050568; Thu, 15 Sep 2016 20:30:00 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201609152030.u8FKU0uL050568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Thu, 15 Sep 2016 20:30:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422226 - head/net-mgmt/icinga2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2016 20:30:01 -0000 Author: lme Date: Thu Sep 15 20:30:00 2016 New Revision: 422226 URL: https://svnweb.freebsd.org/changeset/ports/422226 Log: net-mgmt/icinga2: - Update to 2.5.4 - Install vim syntax files [1] PR: 212660 [1] Submitted by: mat Modified: head/net-mgmt/icinga2/Makefile head/net-mgmt/icinga2/distinfo head/net-mgmt/icinga2/pkg-plist Modified: head/net-mgmt/icinga2/Makefile ============================================================================== --- head/net-mgmt/icinga2/Makefile Thu Sep 15 20:25:27 2016 (r422225) +++ head/net-mgmt/icinga2/Makefile Thu Sep 15 20:30:00 2016 (r422226) @@ -2,8 +2,7 @@ PORTNAME= icinga2 DISTVERSIONPREFIX= v -DISTVERSION= 2.5.3 -PORTREVISION= 2 +DISTVERSION= 2.5.4 CATEGORIES= net-mgmt MAINTAINER= lme@FreeBSD.org @@ -110,5 +109,8 @@ pre-install: post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/newsyslog/ ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-newsyslog ${STAGEDIR}${EXAMPLESDIR}/newsyslog/${PORTNAME} + ${MKDIR} ${STAGEDIR}${PREFIX}/share/vim/vimfiles + (cd ${WRKSRC}/tools/syntax/vim && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${PREFIX}/share/vim/vimfiles) .include Modified: head/net-mgmt/icinga2/distinfo ============================================================================== --- head/net-mgmt/icinga2/distinfo Thu Sep 15 20:25:27 2016 (r422225) +++ head/net-mgmt/icinga2/distinfo Thu Sep 15 20:30:00 2016 (r422226) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472124266 -SHA256 (icinga-icinga2-v2.5.3_GH0.tar.gz) = 3d3b783766b31bacb161fd87218c25562125a94a890ec53c3fb554633ecc7748 -SIZE (icinga-icinga2-v2.5.3_GH0.tar.gz) = 2493793 +TIMESTAMP = 1473347191 +SHA256 (icinga-icinga2-v2.5.4_GH0.tar.gz) = f22ca17cd9951598ab6a1bc27c1ef82b9f1bb49795f69066ccd4d499faa240fc +SIZE (icinga-icinga2-v2.5.4_GH0.tar.gz) = 2493864 Modified: head/net-mgmt/icinga2/pkg-plist ============================================================================== --- head/net-mgmt/icinga2/pkg-plist Thu Sep 15 20:25:27 2016 (r422225) +++ head/net-mgmt/icinga2/pkg-plist Thu Sep 15 20:30:00 2016 (r422226) @@ -126,6 +126,8 @@ sbin/icinga2 %%DATADIR%%/include/plugins-contrib.d/vmware.conf %%DATADIR%%/include/plugins-contrib.d/web.conf %%DATADIR%%/include/windows-plugins +share/vim/vimfiles/ftdetect/icinga2.vim +share/vim/vimfiles/syntax/icinga2.vim @dir %%ETCDIR%%/pki @dir(%%ICINGA2USER%%,%%ICINGA2GROUP%%) /var/cache/icinga2 @dir(%%ICINGA2USER%%,%%ICINGA2GROUP%%) /var/lib/icinga2/api/log