diff options
author | taca <taca@pkgsrc.org> | 2010-09-10 13:20:04 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-10 13:20:04 +0000 |
commit | 2eb38a412cc6555a68abfbaa58fca8183c8f94c9 (patch) | |
tree | bae9ebbfedd29dca13f4d7937a1f9be686898ac5 /www/ruby-staticmatic | |
parent | 83ec3e69ad726f28a012561ba1b3a4a331621337 (diff) | |
download | pkgsrc-2eb38a412cc6555a68abfbaa58fca8183c8f94c9.tar.gz |
Update www/ruby-staticmatic to 0.10.8.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.
Changes are unknown.
Diffstat (limited to 'www/ruby-staticmatic')
-rw-r--r-- | www/ruby-staticmatic/Makefile | 16 | ||||
-rw-r--r-- | www/ruby-staticmatic/PLIST | 9 | ||||
-rw-r--r-- | www/ruby-staticmatic/distinfo | 8 |
3 files changed, 15 insertions, 18 deletions
diff --git a/www/ruby-staticmatic/Makefile b/www/ruby-staticmatic/Makefile index b5c914f0318..a9d437883b4 100644 --- a/www/ruby-staticmatic/Makefile +++ b/www/ruby-staticmatic/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/11/01 03:16:58 seb Exp $ +# $NetBSD: Makefile,v 1.2 2010/09/10 13:20:04 taca Exp $ -DISTNAME= staticmatic-0.10.6 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +DISTNAME= staticmatic-0.10.8 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://staticmatic.rubyforge.org/ +HOMEPAGE= http://staticmatic.net COMMENT= Lightweight static site framework - -GEM_BUILD= gemspec +LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-haml>=2.0.0:../../textproc/ruby-haml -DEPENDS+= mongrel>=1.1.5:../../www/mongrel +DEPENDS+= ${RUBY_PKGPREFIX}-mongrel>=1.1.5:../../www/mongrel + +CONFLICTS+= ruby[1-9][0-9]-staticmatic-* -.include "../../misc/rubygems/rubygem.mk" +.include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-staticmatic/PLIST b/www/ruby-staticmatic/PLIST index 909c7547ed0..3a2f4b50145 100644 --- a/www/ruby-staticmatic/PLIST +++ b/www/ruby-staticmatic/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/01 03:16:58 seb Exp $ +@comment $NetBSD: PLIST,v 1.2 2010/09/10 13:20:04 taca Exp $ bin/staticmatic -${GEM_HOME}/cache/staticmatic-${PKGVERSION}.gem +${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/README.markdown ${GEM_LIBDIR}/Rakefile @@ -30,10 +30,7 @@ ${GEM_LIBDIR}/spec/render_spec.rb ${GEM_LIBDIR}/spec/rescue_spec.rb ${GEM_LIBDIR}/spec/sandbox/test_site/configuration.rb ${GEM_LIBDIR}/spec/sandbox/test_site/site/index -${GEM_LIBDIR}/spec/sandbox/test_site/site/index.html ${GEM_LIBDIR}/spec/sandbox/test_site/site/layout_test -${GEM_LIBDIR}/spec/sandbox/test_site/site/page_with_error -${GEM_LIBDIR}/spec/sandbox/test_site/site/page_with_partial_error ${GEM_LIBDIR}/spec/sandbox/test_site/site/stylesheets/application.css ${GEM_LIBDIR}/spec/sandbox/test_site/site/sub_folder/another_sub_folder/index.html ${GEM_LIBDIR}/spec/sandbox/test_site/site/sub_folder/another_sub_folder/index.html.html @@ -57,4 +54,4 @@ ${GEM_LIBDIR}/spec/server_spec.rb ${GEM_LIBDIR}/spec/setup_spec.rb ${GEM_LIBDIR}/spec/spec_helper.rb ${GEM_LIBDIR}/spec/template_error_spec.rb -${GEM_HOME}/specifications/staticmatic-${PKGVERSION}.gemspec +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/www/ruby-staticmatic/distinfo b/www/ruby-staticmatic/distinfo index 3aae30f3254..68f93ebd57a 100644 --- a/www/ruby-staticmatic/distinfo +++ b/www/ruby-staticmatic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/11/01 03:16:58 seb Exp $ +$NetBSD: distinfo,v 1.2 2010/09/10 13:20:04 taca Exp $ -SHA1 (staticmatic-0.10.6.gem) = d6ea7e9e25069de0a8430d6d1db1d11df56f8f31 -RMD160 (staticmatic-0.10.6.gem) = 31d48eab9de548f410895ab423f4b22b7cab3f39 -Size (staticmatic-0.10.6.gem) = 15360 bytes +SHA1 (staticmatic-0.10.8.gem) = d2d1f8f8cd14a1919b37b51d1b83f03843b10186 +RMD160 (staticmatic-0.10.8.gem) = f8be3babd6b27a1aeb889b98009c630fbc0ea309 +Size (staticmatic-0.10.8.gem) = 14848 bytes |