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:   tnn
Date:           Sat Sep 29 10:34:33 UTC 2018

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

Log Message:
ruby-jekyll: not for ruby22


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 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.30 pkgsrc/www/ruby-jekyll/Makefile:1.31
--- pkgsrc/www/ruby-jekyll/Makefile:1.30        Sun Sep 23 17:15:17 2018
+++ pkgsrc/www/ruby-jekyll/Makefile     Sat Sep 29 10:34:33 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2018/09/23 17:15:17 taca Exp $
+# $NetBSD: Makefile,v 1.31 2018/09/29 10:34:33 tnn Exp $
 
 DISTNAME=      jekyll-3.8.4
 CATEGORIES=    www
@@ -26,6 +26,8 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-jekyll-minim
 DEPENDS+=      ${RUBY_PKGPREFIX}-jekyll-feed>=0.9.2:../../www/ruby-jekyll-feed
 DEPENDS+=       ${RUBY_PKGPREFIX}-bundler>=1.7:../../misc/ruby-bundler
 
+RUBY_VERSIONS_ACCEPTED=        23 24 25
+
 RUBYGEM_OPTIONS+=      --format-executable
 
 OVERRIDE_GEMSPEC+=     i18n>=0.7



Home | Main Index | Thread Index | Old Index