Bug 150775 - New port: devel/rubygem-deprecated2 (Legacy v2 of this lib to help deal with deprecated code)
Summary: New port: devel/rubygem-deprecated2 (Legacy v2 of this lib to help deal with...
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: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-21 09:50 UTC by Eric Freeman
Modified: 2010-09-22 04:50 UTC (History)
0 users

See Also:


Attachments
file.shar (2.06 KB, text/plain)
2010-09-21 09:50 UTC, Eric Freeman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Freeman 2010-09-21 09:50:02 UTC
This new port is part of the fix for ports/147809

The rubygem-deprecated is a small library intended to aid developers working with deprecated code. The idea comes from the 'D' programming language, where developers can mark certain code as deprecated, and then allow/disallow the ability to execute deprecated code.

Version 3 of this library is already in ports (see devel/rubygem-deprecated), however it would appear from ports/147809 that the interface to the Gem changed significantly between v2 and v3 - one could say v2 was deprecated ;)

The ruby-dbi database interface makes us of the deprecated gem and breaks with v3 of the gem.  I will submit patches to ruby-dbi after this PR.

How-To-Repeat: n/a
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-21 09:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-09-21 20:57:00 UTC
Responsible Changed
From-To: ruby->pgollucci

I will take it
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2010-09-22 04:44:50 UTC
State Changed
From-To: open->closed

Committed, Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-09-22 04:44:59 UTC
pgollucci    2010-09-22 03:44:54 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/rubygem-deprecated2 Makefile distinfo pkg-descr 
  Log:
  rubygem-deprecated is a small library intended to aid developers working
  with deprecated code. The idea comes from the 'D' programming language,
  where developers can mark certain code as deprecated, and then
  allow/disallow the ability to execute deprecated code.
  
  This is a legacy copy in ports of the 2.x series for compatibility with
  some other Ruby ports.
  
  WWW:    http://rubyforge.org/projects/deprecated/
  
  PR:             ports/150775
  Submitted by:   Eric Freeman <freebsdports at chillibear.com>
  
  Revision  Changes    Path
  1.4051    +1 -0      ports/devel/Makefile
  1.1       +24 -0     ports/devel/rubygem-deprecated2/Makefile (new)
  1.1       +3 -0      ports/devel/rubygem-deprecated2/distinfo (new)
  1.1       +9 -0      ports/devel/rubygem-deprecated2/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"