Skip to content

Commit

Permalink
Update heel to 3.1.0.
Browse files Browse the repository at this point in the history
# Changelog
## Version 3.1.0 - 2013-07-07
* Update dependencies
* Switch to template contributed by brianflanagan [#8]
* Add support for multiple independent heel servers [#9]
  • Loading branch information
taca committed Sep 15, 2013
1 parent ebcb1b7 commit 7445435
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
12 changes: 6 additions & 6 deletions www/heel/Makefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# $NetBSD: Makefile,v 1.8 2013/03/17 15:57:46 taca Exp $
# $NetBSD: Makefile,v 1.9 2013/09/15 16:43:28 taca Exp $

DISTNAME= heel-3.0.2
DISTNAME= heel-3.1.0
CATEGORIES= www

MAINTAINER= [email protected]
HOMEPAGE= https://github.com/copiousfreetime/heel/
COMMENT= Static file web server based on Rack and Thin
LICENSE= modified-bsd

DEPENDS+= ${RUBY_PKGPREFIX}-puma>=1.0<2:../../www/ruby-puma
DEPENDS+= ${RUBY_PKGPREFIX}-coderay>=1.0.7<1.1:../../textproc/ruby-coderay
DEPENDS+= ${RUBY_PKGPREFIX}-launchy>=2.2<3:../../misc/ruby-launchy
DEPENDS+= ${RUBY_PKGPREFIX}-mime-types>=1.19<2:../../mail/ruby-mime-types
DEPENDS+= ${RUBY_PKGPREFIX}-puma>=2.0<3:../../www/ruby-puma
DEPENDS+= ${RUBY_PKGPREFIX}-coderay>=1.0<2:../../textproc/ruby-coderay
DEPENDS+= ${RUBY_PKGPREFIX}-launchy>=2.3<3:../../misc/ruby-launchy
DEPENDS+= ${RUBY_PKGPREFIX}-mime-types>=1.23<2:../../mail/ruby-mime-types

CONFLICTS+= ruby[1-9][0-9][0-9]-heel-[0-9]* heel-[0-9]*

Expand Down
6 changes: 4 additions & 2 deletions www/heel/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.5 2013/03/17 15:57:46 taca Exp $
@comment $NetBSD: PLIST,v 1.6 2013/09/15 16:43:28 taca Exp $
bin/heel
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CONTRIBUTING.md
Expand All @@ -12,7 +12,7 @@ ${GEM_LIBDIR}/data/css/coderay-alpha.css
${GEM_LIBDIR}/data/css/coderay-cycnus.css
${GEM_LIBDIR}/data/css/coderay-murphy.css
${GEM_LIBDIR}/data/css/error.css
${GEM_LIBDIR}/data/css/listing.css
${GEM_LIBDIR}/data/css/index.css
${GEM_LIBDIR}/data/error.rhtml
${GEM_LIBDIR}/data/famfamfam/icons/application.png
${GEM_LIBDIR}/data/famfamfam/icons/compress.png
Expand All @@ -38,11 +38,13 @@ ${GEM_LIBDIR}/lib/heel/mime_map.rb
${GEM_LIBDIR}/lib/heel/rackapp.rb
${GEM_LIBDIR}/lib/heel/request.rb
${GEM_LIBDIR}/lib/heel/server.rb
${GEM_LIBDIR}/lib/heel/template_vars.rb
${GEM_LIBDIR}/spec/configuration_spec.rb
${GEM_LIBDIR}/spec/directory_indexer_spec.rb
${GEM_LIBDIR}/spec/rackapp_spec.rb
${GEM_LIBDIR}/spec/server_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/template_vars_spec.rb
${GEM_LIBDIR}/tasks/default.rake
${GEM_LIBDIR}/tasks/this.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
8 changes: 4 additions & 4 deletions www/heel/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2013/03/17 15:57:46 taca Exp $
$NetBSD: distinfo,v 1.7 2013/09/15 16:43:28 taca Exp $

SHA1 (heel-3.0.2.gem) = ed0382abb7dfcf7bd3be85e87f29db4eb82d0792
RMD160 (heel-3.0.2.gem) = 0771d3edbde0270bc735e203f6e0b75de29686ea
Size (heel-3.0.2.gem) = 51200 bytes
SHA1 (heel-3.1.0.gem) = e5ffda2962c3f7e10b9626cf041deb31900d209a
RMD160 (heel-3.1.0.gem) = fc3b59b4516beb46aa70f36df47734904b9c201c
Size (heel-3.1.0.gem) = 51712 bytes

0 comments on commit 7445435

Please sign in to comment.