Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2014 19:46:01 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338472 - head/devel/rubygem-celluloid
Message-ID:  <201401021946.s02Jk1kQ053577@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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