diff options
author | taca <taca> | 2010-09-10 05:50:40 +0000 |
---|---|---|
committer | taca <taca> | 2010-09-10 05:50:40 +0000 |
commit | f78776de00a5a82db9447e0459ed803335a3f490 (patch) | |
tree | 172f9db2e6b1525234730718dd1d25edd2e6e169 | |
parent | ad5be92bee514b85dab53561280c47002651fcca (diff) | |
download | pkgsrc-f78776de00a5a82db9447e0459ed803335a3f490.tar.gz |
Update devel/ruby-inline to 3.8.6.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update dependency according to gemspec.
=== 3.8.6 / 2010-09-03
* 1 bug fix:
* Had to fix the ZenTest dependency to work with the whole 4.x series
=== 3.8.5 / 2010-09-01
* 1 bug fix:
* Added DLDFLAGS to compiler flags to fix OSX linking on 1.9.2
=== 3.8.4 / 2009-12-09
* 1 bug fix:
* Clean up example.rb and force removal of ~/.ruby_inline
-rw-r--r-- | devel/ruby-inline/Makefile | 9 | ||||
-rw-r--r-- | devel/ruby-inline/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/devel/ruby-inline/Makefile b/devel/ruby-inline/Makefile index 2197072aba1..b083c3cb244 100644 --- a/devel/ruby-inline/Makefile +++ b/devel/ruby-inline/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2009/11/23 13:50:06 fhajny Exp $ +# $NetBSD: Makefile,v 1.4 2010/09/10 05:50:40 taca Exp $ -DISTNAME= RubyInline-3.8.3 +DISTNAME= RubyInline-3.8.6 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/^Ruby//:tl} CATEGORIES= devel @@ -9,8 +9,7 @@ HOMEPAGE= http://www.zenspider.com/ZSS/Products/RubyInline/ COMMENT= Embed C/C++ code directly in Ruby LICENSE= mit -DEPENDS+= hoe>=1.5.1:../../devel/hoe -DEPENDS+= ZenTest>=0:../../devel/ZenTest +DEPENDS+= ${RUBY_PKGPREFIX}-ZenTest>=4.3:../../devel/ZenTest -.include "../../misc/rubygems/rubygem.mk" +.include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-inline/distinfo b/devel/ruby-inline/distinfo index 36ccfe31b1b..9fc67ab1a52 100644 --- a/devel/ruby-inline/distinfo +++ b/devel/ruby-inline/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/11/23 13:50:06 fhajny Exp $ +$NetBSD: distinfo,v 1.4 2010/09/10 05:50:40 taca Exp $ -SHA1 (RubyInline-3.8.3.gem) = ef214ec368a8167aae2be94d62bd29957eddda8b -RMD160 (RubyInline-3.8.3.gem) = 900386e66e4957d79ec244dba83f342cdd1f0505 -Size (RubyInline-3.8.3.gem) = 25088 bytes +SHA1 (RubyInline-3.8.6.gem) = ad1a70210c5fa371879e53019f9643bbedca146f +RMD160 (RubyInline-3.8.6.gem) = 402ebb60b0cccd48e859e1615c097bcd308443a0 +Size (RubyInline-3.8.6.gem) = 28160 bytes |