From owner-svn-ports-head@freebsd.org Wed Aug 12 21:13:28 2015 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 813D699F2B7; Wed, 12 Aug 2015 21:13:28 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 6ECC4BB3; Wed, 12 Aug 2015 21:13:28 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7CLDSHl039195; Wed, 12 Aug 2015 21:13:28 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7CLDS1l039194; Wed, 12 Aug 2015 21:13:28 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201508122113.t7CLDS1l039194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Wed, 12 Aug 2015 21:13:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394040 - head/net-mgmt 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.20 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: Wed, 12 Aug 2015 21:13:28 -0000 Author: lme Date: Wed Aug 12 21:13:27 2015 New Revision: 394040 URL: https://svnweb.freebsd.org/changeset/ports/394040 Log: Add icinga-classicweb and icinga-core to the build Noticed by: antoine Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Wed Aug 12 21:06:25 2015 (r394039) +++ head/net-mgmt/Makefile Wed Aug 12 21:13:27 2015 (r394040) @@ -72,6 +72,8 @@ SUBDIR += hastmon SUBDIR += hawk SUBDIR += icinga + SUBDIR += icinga-classicweb + SUBDIR += icinga-core SUBDIR += icinga2 SUBDIR += icli SUBDIR += icmpmonitor