Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2016 21:32:36 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425767 - head/sysutils/rubygem-fluentd
Message-ID:  <201611082132.uA8LWau6011958@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue Nov  8 21:32:36 2016
New Revision: 425767
URL: https://svnweb.freebsd.org/changeset/ports/425767

Log:
  Remove optional dependency on textproc/rubygem-string-scrub which was only
  valid for Ruby 2.0

Modified:
  head/sysutils/rubygem-fluentd/Makefile

Modified: head/sysutils/rubygem-fluentd/Makefile
==============================================================================
--- head/sysutils/rubygem-fluentd/Makefile	Tue Nov  8 21:30:21 2016	(r425766)
+++ head/sysutils/rubygem-fluentd/Makefile	Tue Nov  8 21:32:36 2016	(r425767)
@@ -31,14 +31,8 @@ SUB_LIST+=	USER=${USERS} GROUP=${GROUPS}
 NO_ARCH=	YES
 NO_LATEST_LINK=	YES
 
-.include <bsd.port.pre.mk>
-
-.if ${RUBY_VER} == 2.0
-RUN_DEPENDS+=	rubygem-string-scrub>=0.0.3:textproc/rubygem-string-scrub
-.endif
-
 post-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/etc/fluentd/plugin
 	${CP} ${WRKSRC}/fluent.conf.sample ${STAGEDIR}${PREFIX}/etc/fluentd/
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611082132.uA8LWau6011958>