Mon Sep 24 02:28:58 2018 UTC ()
www/heel: fix dependency

Fix dependency line to ruby-mime-types.


(taca)
diff -r1.13 -r1.14 pkgsrc/www/heel/Makefile

cvs diff -r1.13 -r1.14 pkgsrc/www/heel/Makefile (expand / switch to unified diff)

--- pkgsrc/www/heel/Makefile 2018/09/24 01:21:53 1.13
+++ pkgsrc/www/heel/Makefile 2018/09/24 02:28:58 1.14
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.13 2018/09/24 01:21:53 taca Exp $ 1# $NetBSD: Makefile,v 1.14 2018/09/24 02:28:58 taca Exp $
2 2
3DISTNAME= heel-3.2.0 3DISTNAME= heel-3.2.0
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= www 5CATEGORIES= www
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://github.com/copiousfreetime/heel/ 8HOMEPAGE= https://github.com/copiousfreetime/heel/
9COMMENT= Static file web server based on Rack and Thin 9COMMENT= Static file web server based on Rack and Thin
10LICENSE= modified-bsd 10LICENSE= modified-bsd
11 11
12DEPENDS+= ${RUBY_PKGPREFIX}-puma>=3.11.3:../../www/ruby-puma 12DEPENDS+= ${RUBY_PKGPREFIX}-puma>=3.11.3:../../www/ruby-puma
13DEPENDS+= ${RUBY_PKGPREFIX}-rack>=2.0<3:../../www/ruby-rack 13DEPENDS+= ${RUBY_PKGPREFIX}-rack>=2.0<3:../../www/ruby-rack
14DEPENDS+= ${RUBY_PKGPREFIX}-coderay>=1.1<2:../../textproc/ruby-coderay 14DEPENDS+= ${RUBY_PKGPREFIX}-coderay>=1.1<2:../../textproc/ruby-coderay
15DEPENDS+= ${RUBY_PKGPREFIX}-launchy>=2.4<3:../../misc/ruby-launchy 15DEPENDS+= ${RUBY_PKGPREFIX}-launchy>=2.4<3:../../misc/ruby-launchy
16DEPENDS+= ${RUBY_PKGPREFIX}-mime-types>=3.1<4:../../mail/ruby-mime-types1 16DEPENDS+= ${RUBY_PKGPREFIX}-mime-types>=3.1<4:../../mail/ruby-mime-types
17 17
18CONFLICTS+= ruby[1-9][0-9][0-9]-heel-[0-9]* heel-[0-9]* 18CONFLICTS+= ruby[1-9][0-9][0-9]-heel-[0-9]* heel-[0-9]*
19 19
20OVERRIDE_GEMSPEC+= coderay>=0.8.260 launchy>=0.3.2 thin>=1.2 \ 20OVERRIDE_GEMSPEC+= coderay>=0.8.260 launchy>=0.3.2 thin>=1.2 \
21 puma>=3.11.3 21 puma>=3.11.3
22 22
23.include "../../lang/ruby/gem.mk" 23.include "../../lang/ruby/gem.mk"
24.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"