svn commit: r371594 - head/sysutils/logstash-contrib
Matthew Seaman
matthew at FreeBSD.org
Mon Oct 27 17:15:24 UTC 2014
Author: matthew
Date: Mon Oct 27 17:15:23 2014
New Revision: 371594
URL: https://svnweb.freebsd.org/changeset/ports/371594
QAT: https://qat.redports.org/buildarchive/r371594/
Log:
There's a zeromq.rb file with the same contents already in the main
logstash port. Not conflicting with logstash-1.4.2 is good.
Modified:
head/sysutils/logstash-contrib/Makefile
Modified: head/sysutils/logstash-contrib/Makefile
==============================================================================
--- head/sysutils/logstash-contrib/Makefile Mon Oct 27 16:39:10 2014 (r371593)
+++ head/sysutils/logstash-contrib/Makefile Mon Oct 27 17:15:23 2014 (r371594)
@@ -4,6 +4,7 @@
PORTNAME= logstash-contrib
DISTVERSION= 1.4.2
CATEGORIES= sysutils
+PORTREVISION= 1
MAINTAINER= matthew at FreeBSD.org
COMMENT= Standard plugins contributed to the Logstash project
@@ -24,6 +25,7 @@ LOGSTASH_LIB= ${LOCALBASE}/logstash/${L
do-install::
@${MKDIR} ${STAGEDIR}${LOGSTASH_LIB}/
cd ${WRKSRC}/${LOGSTASH_LIB_SUBDIR} && \
- ${COPYTREE_BIN} . ${STAGEDIR}${LOGSTASH_LIB} "! -name version.rb"
+ ${COPYTREE_BIN} . ${STAGEDIR}${LOGSTASH_LIB} \
+ "! -name version.rb ! -name zeromq.rb"
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list