svn commit: r425767 - head/sysutils/rubygem-fluentd

Rene Ladan rene at FreeBSD.org
Tue Nov 8 21:32:37 UTC 2016


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>


More information about the svn-ports-head mailing list