forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 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
4d00646
commit ab08014
Showing
3 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]* | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |