pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   tnn
Date:           Fri Sep 28 16:01:33 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-jekyll-feed/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-feed/Makefile
diff -u pkgsrc/www/ruby-jekyll-feed/Makefile:1.3 pkgsrc/www/ruby-jekyll-feed/Makefile:1.4
--- pkgsrc/www/ruby-jekyll-feed/Makefile:1.3    Sun Sep 23 17:13:09 2018
+++ pkgsrc/www/ruby-jekyll-feed/Makefile        Fri Sep 28 16:01:32 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/09/23 17:13:09 taca Exp $
+# $NetBSD: Makefile,v 1.4 2018/09/28 16:01:32 tnn Exp $
 
 DISTNAME=      jekyll-feed-0.11.0
 CATEGORIES=    www
@@ -12,5 +12,7 @@ LICENSE=      mit
 # gemspec says dependency, but this package is really part of jekyll.
 #DEPENDS+=     ${RUBY_PKGPREFIX}-jekyll>=3.3<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