Mon Sep 24 01:21:54 2018 UTC ()
www/heel: relax dependency to ruby-puma

Allow depends on ruby-puma 3.12.0.

Bump PKGREVISION.


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

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

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