diff options
author | taca <taca@pkgsrc.org> | 2010-09-10 06:12:17 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-10 06:12:17 +0000 |
commit | 813d425e9e06ec9c9c975f1017224077a9a914ac (patch) | |
tree | 57be129a565080dbb06a0862d9e15b4c03914b5e | |
parent | c88f68b3f179e32ca9f35edb24fdc2edc14c288c (diff) | |
download | pkgsrc-813d425e9e06ec9c9c975f1017224077a9a914ac.tar.gz |
Update devel/ruby-polyglot to 0.3.1.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.
No change are available.
-rw-r--r-- | devel/ruby-polyglot/Makefile | 11 | ||||
-rw-r--r-- | devel/ruby-polyglot/distinfo | 8 |
2 files changed, 8 insertions, 11 deletions
diff --git a/devel/ruby-polyglot/Makefile b/devel/ruby-polyglot/Makefile index d8ebf6e2b70..2ecced07aea 100644 --- a/devel/ruby-polyglot/Makefile +++ b/devel/ruby-polyglot/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/11/23 14:26:09 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2010/09/10 06:12:17 taca Exp $ -DISTNAME= polyglot-0.2.9 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +DISTNAME= polyglot-0.3.1 CATEGORIES= devel MAINTAINER= filip@joyent.com @@ -11,9 +10,7 @@ LICENSE= mit PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= hoe>=2.3.2:../../devel/hoe +DEPENDS+= ${RUBY_PKGPREFIX}-hoe>=2.3.2:../../devel/hoe -GEM_BUILD= gemspec - -.include "../../misc/rubygems/rubygem.mk" +.include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-polyglot/distinfo b/devel/ruby-polyglot/distinfo index 9cbded95122..11e36fcef2b 100644 --- a/devel/ruby-polyglot/distinfo +++ b/devel/ruby-polyglot/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/11/23 14:26:09 fhajny Exp $ +$NetBSD: distinfo,v 1.2 2010/09/10 06:12:17 taca Exp $ -SHA1 (polyglot-0.2.9.gem) = 2848efd9ebb61477d55c16d9ea25298bbd3e5f8f -RMD160 (polyglot-0.2.9.gem) = df62129dac19d72162972f92a1dedba404f829d1 -Size (polyglot-0.2.9.gem) = 7168 bytes +SHA1 (polyglot-0.3.1.gem) = 28c2d98d4151d25ee400e0fcc13c79ac456142b1 +RMD160 (polyglot-0.3.1.gem) = 1a868f1750314e60547e4f2fa23dde4335d21ede +Size (polyglot-0.3.1.gem) = 6656 bytes |