diff options
author | taca <taca@pkgsrc.org> | 2010-09-10 05:34:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-10 05:34:40 +0000 |
commit | dcfd36837c7ddac0e90448512e8e4cdc75316354 (patch) | |
tree | 7b64d847e90604e6a84ef36f6860613ac5b3c43a /devel | |
parent | 9ef8948123826d9f7470c368fa2857d17c876745 (diff) | |
download | pkgsrc-dcfd36837c7ddac0e90448512e8e4cdc75316354.tar.gz |
Update devel/ruby-facade to 1.0.4.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
== 1.0.4 - 3-Aug-2009
* Fixed a symbol vs string issue for Ruby 1.9.x.
== 1.0.3 - 21-Jul-2009
* License changed to Artistic 2.0.
* Documentation updates.
* Test file renamed to test_facade.rb.
* Some Rakefile and gemspec updates
* One test modified so that it passes with 1.9.x as well.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-facade/Makefile | 11 | ||||
-rw-r--r-- | devel/ruby-facade/PLIST | 7 | ||||
-rw-r--r-- | devel/ruby-facade/distinfo | 8 |
3 files changed, 13 insertions, 13 deletions
diff --git a/devel/ruby-facade/Makefile b/devel/ruby-facade/Makefile index f917f524d06..4b03eef41e8 100644 --- a/devel/ruby-facade/Makefile +++ b/devel/ruby-facade/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/01/27 00:11:15 ahoka Exp $ +# $NetBSD: Makefile,v 1.2 2010/09/10 05:34:40 taca Exp $ -DISTNAME= facade-1.0.2 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +DISTNAME= facade-1.0.4 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://rubyforge.org/projects/shards COMMENT= Module that helps implement the facade pattern +LICENSE= artistic-2.0 -GEM_BUILD= gemspec - -.include "../../misc/rubygems/rubygem.mk" +.include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-facade/PLIST b/devel/ruby-facade/PLIST index adaf272c376..a4defa9a16c 100644 --- a/devel/ruby-facade/PLIST +++ b/devel/ruby-facade/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:49:09 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2010/09/10 05:34:40 taca Exp $ ${GEM_HOME}/cache/facade-${PKGVERSION}.gem ${GEM_LIBDIR}/CHANGES ${GEM_LIBDIR}/MANIFEST ${GEM_LIBDIR}/README ${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/facade.gemspec ${GEM_LIBDIR}/lib/facade.rb -${GEM_LIBDIR}/test/tc_facade.rb -${GEM_HOME}/specifications/facade-${PKGVERSION}.gemspec +${GEM_LIBDIR}/test/test_facade.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/devel/ruby-facade/distinfo b/devel/ruby-facade/distinfo index 0b6964a1346..49738a8fff6 100644 --- a/devel/ruby-facade/distinfo +++ b/devel/ruby-facade/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/01/27 00:11:15 ahoka Exp $ +$NetBSD: distinfo,v 1.2 2010/09/10 05:34:40 taca Exp $ -SHA1 (facade-1.0.2.gem) = 6e2a62af53d7b72c81c6585b4a6354b3fa4a7576 -RMD160 (facade-1.0.2.gem) = 05182578ad43da8d8f4caf8f184d75676de15867 -Size (facade-1.0.2.gem) = 5120 bytes +SHA1 (facade-1.0.4.gem) = 642bfa2fd60052e665a1d78efdbe07e981808877 +RMD160 (facade-1.0.4.gem) = 18686842f384f77bae564c23395afbaccfffea73 +Size (facade-1.0.4.gem) = 6144 bytes |