pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/heel www/heel: relax dependency to ruby-puma



details:   https://anonhg.NetBSD.org/pkgsrc/rev/003e038e10cf
branches:  trunk
changeset: 313247:003e038e10cf
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Sep 24 01:21:53 2018 +0000

description:
www/heel: relax dependency to ruby-puma

Allow depends on ruby-puma 3.12.0.

Bump PKGREVISION.

diffstat:

 www/heel/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r bca6ed5723ca -r 003e038e10cf www/heel/Makefile
--- a/www/heel/Makefile Mon Sep 24 00:04:53 2018 +0000
+++ b/www/heel/Makefile Mon Sep 24 01:21:53 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2018/03/17 14:46:45 taca Exp $
+# $NetBSD: Makefile,v 1.13 2018/09/24 01:21:53 taca Exp $
 
 DISTNAME=      heel-3.2.0
+PKGREVISION=   1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +9,7 @@
 COMMENT=       Static file web server based on Rack and Thin
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-puma>=3.11.3<3.12:../../www/ruby-puma
+DEPENDS+=      ${RUBY_PKGPREFIX}-puma>=3.11.3:../../www/ruby-puma
 DEPENDS+=      ${RUBY_PKGPREFIX}-rack>=2.0<3:../../www/ruby-rack
 DEPENDS+=      ${RUBY_PKGPREFIX}-coderay>=1.1<2:../../textproc/ruby-coderay
 DEPENDS+=      ${RUBY_PKGPREFIX}-launchy>=2.4<3:../../misc/ruby-launchy
@@ -16,7 +17,8 @@
 
 CONFLICTS+=    ruby[1-9][0-9][0-9]-heel-[0-9]* heel-[0-9]*
 
-OVERRIDE_GEMSPEC+=     coderay>=0.8.260 launchy>=0.3.2 thin>=1.2
+OVERRIDE_GEMSPEC+=     coderay>=0.8.260 launchy>=0.3.2 thin>=1.2 \
+                       puma>=3.11.3
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index