pkgsrc/lang/ruby
marino c0bae9d513 lang/ruby: Fix ruby193-base for DragonFly
The maintainers of ruby have changed the shared library naming scheme for
FreeBSD and DragonFly:
For ruby18,  it's libruby18.so.18   (last part = RUBY_VER)
For ruby19,  it's libruby19.so.19   (last part = RUBY_VER)
for ruby193, it's libruby193.so.191 (last part derived from API, not version)

The rubyversion.mk was never updated to reflect that, and as a result ruby
1.9.3 has never built on DragonFly.  This commit will allow
lang/ruby193-base package to build.
2012-03-15 08:35:24 +00:00
..
files o Now OVERRIDE_GEMSPEC can modify files in gemspec. 2012-03-02 03:46:09 +00:00
buildlink3.mk Use RUBY_VERSION instead of RUBY_REQD. 2011-11-08 15:19:01 +00:00
DESCR
gem.mk o Now OVERRIDE_GEMSPEC can modify files in gemspec. 2012-03-02 03:46:09 +00:00
json.mk Avoid using .warning make(1) directive which isn't supported on NetBSD 5. 2011-12-14 13:13:18 +00:00
Makefile * Change RUBY_VERSION_SUFFIX to RUBY_VERSION_FULL. 2011-11-08 15:20:12 +00:00
Makefile.common o Document RUBY_EXTNAME 2012-02-18 06:28:46 +00:00
modules.mk Use ${RUBY_BASE} instead of ${RUBY_VER}-base. 2011-11-08 15:15:59 +00:00
rails.mk * Add RUBY_RAILS_SUPPORTED. Each Ruby on Rails related pacakge tells 2011-12-13 15:47:06 +00:00
rdoc.mk Update ruby-rdoc package to 3.12. 2011-12-16 11:48:33 +00:00
replace.mk Make maching pattern of REPLACE_RUBY_DIRS same as REPLACE_RUBY. 2011-11-22 15:29:10 +00:00
rubyversion.mk lang/ruby: Fix ruby193-base for DragonFly 2012-03-15 08:35:24 +00:00