svn commit: r338472 - head/devel/rubygem-celluloid

Steve Wills swills at FreeBSD.org
Thu Jan 2 19:46:01 UTC 2014


Author: swills
Date: Thu Jan  2 19:46:01 2014
New Revision: 338472
URL: http://svnweb.freebsd.org/changeset/ports/338472

Log:
  - Ruby 1.8 is gone, remove reference to it.

Modified:
  head/devel/rubygem-celluloid/Makefile

Modified: head/devel/rubygem-celluloid/Makefile
==============================================================================
--- head/devel/rubygem-celluloid/Makefile	Thu Jan  2 19:45:16 2014	(r338471)
+++ head/devel/rubygem-celluloid/Makefile	Thu Jan  2 19:46:01 2014	(r338472)
@@ -17,10 +17,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${RUBY_VER} == 1.8
-BROKEN=		does not build with ruby ${RUBY_VER}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list