pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Sep 29 10:33:46 UTC 2018

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

Log Message:
ruby-jekyll-minima: not for ruby22


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-jekyll-minima/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-minima/Makefile
diff -u pkgsrc/www/ruby-jekyll-minima/Makefile:1.3 pkgsrc/www/ruby-jekyll-minima/Makefile:1.4
--- pkgsrc/www/ruby-jekyll-minima/Makefile:1.3  Sun Sep 23 17:14:53 2018
+++ pkgsrc/www/ruby-jekyll-minima/Makefile      Sat Sep 29 10:33:46 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/09/23 17:14:53 taca Exp $
+# $NetBSD: Makefile,v 1.4 2018/09/29 10:33:46 tnn Exp $
 
 DISTNAME=      minima-2.5.0
 PKGNAME=       ${RUBY_PKGPREFIX}-jekyll-${DISTNAME}
@@ -15,5 +15,7 @@ LICENSE=      mit
 DEPENDS+=      ${RUBY_PKGPREFIX}-jekyll-feed>=0.9<1:../../www/ruby-jekyll-feed
 DEPENDS+=      ${RUBY_PKGPREFIX}-jekyll-seo-tag>=2.1<3:../../www/ruby-jekyll-seo-tag
 
+RUBY_VERSIONS_ACCEPTED=        23 24 25
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index