From owner-svn-ports-head@FreeBSD.ORG Mon Oct 27 17:36:55 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 55464184; Mon, 27 Oct 2014 17:36:55 +0000 (UTC) Received: from svn.freebsd.org (svn.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 40A80901; Mon, 27 Oct 2014 17:36:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9RHatxo088945; Mon, 27 Oct 2014 17:36:55 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9RHatcx088944; Mon, 27 Oct 2014 17:36:55 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201410271736.s9RHatcx088944@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Mon, 27 Oct 2014 17:36:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371597 - head/sysutils/logstash-contrib 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.18-1 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: Mon, 27 Oct 2014 17:36:55 -0000 Author: matthew Date: Mon Oct 27 17:36:54 2014 New Revision: 371597 URL: https://svnweb.freebsd.org/changeset/ports/371597 QAT: https://qat.redports.org/buildarchive/r371597/ Log: First there are too many files called zeromq.rb, then there are too few. Dammit. Modified: head/sysutils/logstash-contrib/Makefile Modified: head/sysutils/logstash-contrib/Makefile ============================================================================== --- head/sysutils/logstash-contrib/Makefile Mon Oct 27 17:31:59 2014 (r371596) +++ head/sysutils/logstash-contrib/Makefile Mon Oct 27 17:36:54 2014 (r371597) @@ -4,7 +4,7 @@ PORTNAME= logstash-contrib DISTVERSION= 1.4.2 CATEGORIES= sysutils -PORTREVISION= 2 +PORTREVISION= 3 MAINTAINER= matthew@FreeBSD.org COMMENT= Standard plugins contributed to the Logstash project @@ -26,6 +26,6 @@ do-install:: @${MKDIR} ${STAGEDIR}${LOGSTASH_LIB}/ cd ${WRKSRC}/${LOGSTASH_LIB_SUBDIR} && \ ${COPYTREE_BIN} . ${STAGEDIR}${LOGSTASH_LIB} \ - "! -name version.rb ! -name zeromq.rb" + "! -name version.rb ! -path ./util/zeromq.rb" .include