pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-jekyll



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Oct 22 12:19:32 UTC 2016

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

Log Message:
Restrict ruby22 and ruby23 by ruby-jekyll-watch through ruby-dep
and ruby-listen.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/ruby-jekyll/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/Makefile
diff -u pkgsrc/www/ruby-jekyll/Makefile:1.19 pkgsrc/www/ruby-jekyll/Makefile:1.20
--- pkgsrc/www/ruby-jekyll/Makefile:1.19        Tue Oct 18 10:34:29 2016
+++ pkgsrc/www/ruby-jekyll/Makefile     Sat Oct 22 12:19:32 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2016/10/18 10:34:29 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2016/10/22 12:19:32 taca Exp $
 
 DISTNAME=      jekyll-3.3.0
 CATEGORIES=    www
@@ -21,5 +21,8 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-addressable>
 
 RUBYGEM_OPTIONS+=      --format-executable
 
+# restricted by ruby-jekyll-watch through ruby-dep and ruby-listen
+RUBY_VERSIONS_ACCEPTED= 22 23
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index