Bug 185399 - [PATCH] devel/rubygem-bin_utils: remove unneeded RUBY_VER
Summary: [PATCH] devel/rubygem-bin_utils: remove unneeded RUBY_VER
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Veniamin Gvozdikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-01 22:20 UTC by Steve Wills
Modified: 2014-01-04 08:10 UTC (History)
1 user (show)

See Also:


Attachments
rubygem-bin_utils-0.0.4.patch (334 bytes, patch)
2014-01-01 22:20 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills freebsd_committer freebsd_triage 2014-01-01 22:20:00 UTC
- Remove unneeded RUBY_VER since 1.9 is default now and this causes problems with 2.0

Port maintainer (vg@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-01 22:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vg

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-04 08:03:43 UTC
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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Veniamin Gvozdikov freebsd_committer freebsd_triage 2014-01-04 08:05:16 UTC
State Changed
From-To: open->closed

Committed, thank you!