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

Steve Wills swills at FreeBSD.org
Thu Jan 2 20:22:53 UTC 2014


Author: swills
Date: Thu Jan  2 20:22:52 2014
New Revision: 338489
URL: http://svnweb.freebsd.org/changeset/ports/338489

Log:
  - Ruby 1.8 is gone, remove reference to it
  
  With hat:	ruby@

Modified:
  head/sysutils/rubygem-fluentd/Makefile   (contents, props changed)

Modified: head/sysutils/rubygem-fluentd/Makefile
==============================================================================
--- head/sysutils/rubygem-fluentd/Makefile	Thu Jan  2 20:12:09 2014	(r338488)
+++ head/sysutils/rubygem-fluentd/Makefile	Thu Jan  2 20:22:52 2014	(r338489)
@@ -29,10 +29,6 @@ SUB_LIST+=	USER=${USERS} GROUP=${GROUPS}
 NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
-.if ${RUBY_VER} == "1.8"
-IGNORE=		requires Ruby 1.9, please install this first
-.endif
-
 post-install:
 	${INSTALL} -d -o ${USERS} -g ${GROUPS} -m 775 /var/run/fluentd
 


More information about the svn-ports-all mailing list