pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Sep 29 11:01:23 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ruby-jekyll-archives/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-archives/Makefile
diff -u pkgsrc/www/ruby-jekyll-archives/Makefile:1.5 pkgsrc/www/ruby-jekyll-archives/Makefile:1.6
--- pkgsrc/www/ruby-jekyll-archives/Makefile:1.5        Tue Sep 19 16:36:07 2017
+++ pkgsrc/www/ruby-jekyll-archives/Makefile    Sat Sep 29 11:01:23 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/09/19 16:36:07 taca Exp $
+# $NetBSD: Makefile,v 1.6 2018/09/29 11:01:23 tnn Exp $
 
 DISTNAME=      jekyll-archives-2.1.1
 PKGREVISION=   1
@@ -11,5 +11,7 @@ LICENSE=      mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-jekyll>=2.4:../../www/ruby-jekyll
 
+RUBY_VERSIONS_ACCEPTED=        23 24 25
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index