svn commit: r338625 - head/devel/rubygem-bin_utils

Veniamin Gvozdikov vg at FreeBSD.org
Sat Jan 4 08:03:36 UTC 2014


Author: vg
Date: Sat Jan  4 08:03:35 2014
New Revision: 338625
URL: http://svnweb.freebsd.org/changeset/ports/338625

Log:
  - Remove unneeded RUBY_VER since 1.9 is default now and this causes
  problems with 2.0
  
  PR:		ports/185399
  Submitted by:	swills

Modified:
  head/devel/rubygem-bin_utils/Makefile   (contents, props changed)

Modified: head/devel/rubygem-bin_utils/Makefile
==============================================================================
--- head/devel/rubygem-bin_utils/Makefile	Sat Jan  4 07:33:37 2014	(r338624)
+++ head/devel/rubygem-bin_utils/Makefile	Sat Jan  4 08:03:35 2014	(r338625)
@@ -9,7 +9,6 @@ MASTER_SITES=	RG
 MAINTAINER=	vg at FreeBSD.org
 COMMENT=	Extracting binary integers from binary string and packing back
 
-RUBY_VER=	1.9
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-all mailing list