pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-jekyll-feed ruby-jekyll-feed: not for ruby22



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4a040cc7565
branches:  trunk
changeset: 313377:b4a040cc7565
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Sep 28 16:01:32 2018 +0000

description:
ruby-jekyll-feed: not for ruby22

diffstat:

 www/ruby-jekyll-feed/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9f9aeed9cf48 -r b4a040cc7565 www/ruby-jekyll-feed/Makefile
--- a/www/ruby-jekyll-feed/Makefile     Fri Sep 28 16:00:39 2018 +0000
+++ b/www/ruby-jekyll-feed/Makefile     Fri Sep 28 16:01:32 2018 +0000
@@ -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 @@
 # 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