From owner-svn-ports-head@freebsd.org Thu Dec 3 02:45:43 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 1ADDAA4008A; Thu, 3 Dec 2015 02:45:43 +0000 (UTC) (envelope-from junovitch@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 D9F931DF4; Thu, 3 Dec 2015 02:45:42 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB32jgHC020980; Thu, 3 Dec 2015 02:45:42 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB32jgei020979; Thu, 3 Dec 2015 02:45:42 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512030245.tB32jgei020979@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 3 Dec 2015 02:45:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402867 - head/sysutils/logstash 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: Thu, 03 Dec 2015 02:45:43 -0000 Author: junovitch Date: Thu Dec 3 02:45:41 2015 New Revision: 402867 URL: https://svnweb.freebsd.org/changeset/ports/402867 Log: sysutils/logstash: fix stage; remove elasticsearch.yml from Makefile as well Point hat to: junovitch PR: 204934 Modified: head/sysutils/logstash/Makefile Modified: head/sysutils/logstash/Makefile ============================================================================== --- head/sysutils/logstash/Makefile Thu Dec 3 02:32:12 2015 (r402866) +++ head/sysutils/logstash/Makefile Thu Dec 3 02:45:41 2015 (r402867) @@ -44,7 +44,6 @@ do-install: ${MKDIR} ${STAGEDIR}${LOGSTASH_DATA_DIR} @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${LOGSTASH_DIR}) ${INSTALL_DATA} ${FILESDIR}/logstash.conf.sample ${STAGEDIR}${ETCDIR} - ${INSTALL_DATA} ${FILESDIR}/elasticsearch.yml.sample ${STAGEDIR}${ETCDIR} .for x in ${LOGSTASH_BIN_FILES} @${CHMOD} ${BINMODE} ${STAGEDIR}${LOGSTASH_DIR}/bin/${x} .endfor