pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-jekyll-watch



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Oct 20 14:58:34 UTC 2016

Modified Files:
        pkgsrc/www/ruby-jekyll-watch: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-jekyll-watch/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-jekyll-watch/Makefile
diff -u pkgsrc/www/ruby-jekyll-watch/Makefile:1.4 pkgsrc/www/ruby-jekyll-watch/Makefile:1.5
--- pkgsrc/www/ruby-jekyll-watch/Makefile:1.4   Mon Oct 17 14:23:22 2016
+++ pkgsrc/www/ruby-jekyll-watch/Makefile       Thu Oct 20 14:58:34 2016
@@ -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 @@ HOMEPAGE=       https://github.com/jekyll/jeky
 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