diff options
author | taca <taca@pkgsrc.org> | 2010-09-10 06:37:04 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-10 06:37:04 +0000 |
commit | b3c704c7498d74cd10c6e4c23484ce79b03be4f1 (patch) | |
tree | 68d38b98232c8330b7d0165c5bafdf8a9aec30b8 /devel | |
parent | bbd05904bbf0dff0f3e0c02cd0e748210b95dbec (diff) | |
download | pkgsrc-b3c704c7498d74cd10c6e4c23484ce79b03be4f1.tar.gz |
Update devel/rubyforge to 2.0.4.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
ruby18 and ruby19 based packages.
=== 2.0.4 / 2010-02-28
* Stubbed out login and logout commands to print a warning and return
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubyforge/Makefile | 11 | ||||
-rw-r--r-- | devel/rubyforge/PLIST | 6 | ||||
-rw-r--r-- | devel/rubyforge/distinfo | 8 |
3 files changed, 14 insertions, 11 deletions
diff --git a/devel/rubyforge/Makefile b/devel/rubyforge/Makefile index ab31baf008e..b35335992b1 100644 --- a/devel/rubyforge/Makefile +++ b/devel/rubyforge/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2009/11/23 13:39:42 fhajny Exp $ +# $NetBSD: Makefile,v 1.7 2010/09/10 06:37:04 taca Exp $ -DISTNAME= rubyforge-2.0.3 +DISTNAME= rubyforge-2.0.4 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org @@ -10,7 +10,10 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-json-pure>=1.1.7:../../textproc/ruby-json-pure -GEM_BUILD= gemspec +CONFLICTS+= ruby[1-9][0-9]-rubyforge-[0-9]* -.include "../../misc/rubygems/rubygem.mk" +pre-build: + cd ${WRKSRC}; ${CHMOD} -R g-w . + +.include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/rubyforge/PLIST b/devel/rubyforge/PLIST index c915554794f..ed201c1d564 100644 --- a/devel/rubyforge/PLIST +++ b/devel/rubyforge/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.6 2009/11/23 13:39:42 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.7 2010/09/10 06:37:04 taca Exp $ bin/rubyforge -${GEM_HOME}/cache/rubyforge-${PKGVERSION}.gem +${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/History.txt ${GEM_LIBDIR}/Manifest.txt ${GEM_LIBDIR}/README.txt @@ -10,4 +10,4 @@ ${GEM_LIBDIR}/lib/rubyforge.rb ${GEM_LIBDIR}/lib/rubyforge/client.rb ${GEM_LIBDIR}/test/test_rubyforge.rb ${GEM_LIBDIR}/test/test_rubyforge_client.rb -${GEM_HOME}/specifications/rubyforge-${PKGVERSION}.gemspec +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/devel/rubyforge/distinfo b/devel/rubyforge/distinfo index 2e315848307..e539821c6f5 100644 --- a/devel/rubyforge/distinfo +++ b/devel/rubyforge/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2009/11/23 13:39:42 fhajny Exp $ +$NetBSD: distinfo,v 1.5 2010/09/10 06:37:04 taca Exp $ -SHA1 (rubyforge-2.0.3.gem) = 7d2fe77f806bf999920d26b9d44de3f27f064f19 -RMD160 (rubyforge-2.0.3.gem) = f1d9c0eb21188bb73c62b4142d085c7805091fb3 -Size (rubyforge-2.0.3.gem) = 15360 bytes +SHA1 (rubyforge-2.0.4.gem) = e497a1e92500ff679c227bae6417e04e1c429420 +RMD160 (rubyforge-2.0.4.gem) = 7b4fcf19270928c57af753f87e4f5026badaff76 +Size (rubyforge-2.0.4.gem) = 15360 bytes |