pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-jekyll-watch Restrict to ruby22 and ruby23 du...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e928cd38565a
branches:  trunk
changeset: 354145:e928cd38565a
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Oct 20 14:58:34 2016 +0000

description:
Restrict to ruby22 and ruby23 due to dependency to ruby-listen.

diffstat:

 www/ruby-jekyll-watch/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 3e3aad7b2387 -r e928cd38565a www/ruby-jekyll-watch/Makefile
--- a/www/ruby-jekyll-watch/Makefile    Thu Oct 20 14:56:24 2016 +0000
+++ b/www/ruby-jekyll-watch/Makefile    Thu Oct 20 14:58:34 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/10/17 14:23:22 taca Exp $
+# $NetBSD: Makefile,v 1.5 2016/10/20 14:58:34 taca Exp $
 
 DISTNAME=      jekyll-watch-1.5.0
 CATEGORIES=    www
@@ -8,6 +8,9 @@
 COMMENT=       Rebuild your Jekyll site when a file changes
 LICENSE=       mit
 
+# restricted by ruby-dep and ruby-listen
+RUBY_VERSIONS_ACCEPTED= 22 23
+
 DEPENDS+=      ${RUBY_PKGPREFIX}-listen>=3.0<4:../../sysutils/ruby-listen
 
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index