pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-html-proofer www/ruby-html-proofer: restrict ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6e71873650c
branches:  trunk
changeset: 388139:e6e71873650c
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Nov 14 11:50:34 2022 +0000

description:
www/ruby-html-proofer: restrict to Ruby 3.1

Dependency to devel/ruby-async restricts to Ruby 3.1.

diffstat:

 www/ruby-html-proofer/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7b1a715b1eee -r e6e71873650c www/ruby-html-proofer/Makefile
--- a/www/ruby-html-proofer/Makefile    Mon Nov 14 11:49:42 2022 +0000
+++ b/www/ruby-html-proofer/Makefile    Mon Nov 14 11:50:34 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/11/11 13:49:57 taca Exp $
+# $NetBSD: Makefile,v 1.8 2022/11/14 11:50:34 taca Exp $
 
 DISTNAME=      html-proofer-5.0.1
 CATEGORIES=    www
@@ -18,6 +18,7 @@
 
 USE_LANGUAGES= # none
 
+RUBY_VERSIONS_ACCEPTED=        31
 RUBYGEM_OPTIONS+=      --format-executable
 
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index