pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-html-proofer



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Nov 14 11:50:34 UTC 2022

Modified Files:
        pkgsrc/www/ruby-html-proofer: Makefile

Log Message:
www/ruby-html-proofer: restrict to Ruby 3.1

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/ruby-html-proofer/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-html-proofer/Makefile
diff -u pkgsrc/www/ruby-html-proofer/Makefile:1.7 pkgsrc/www/ruby-html-proofer/Makefile:1.8
--- pkgsrc/www/ruby-html-proofer/Makefile:1.7   Fri Nov 11 13:49:57 2022
+++ pkgsrc/www/ruby-html-proofer/Makefile       Mon Nov 14 11:50:34 2022
@@ -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 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-zeitwerk>=2.
 
 USE_LANGUAGES= # none
 
+RUBY_VERSIONS_ACCEPTED=        31
 RUBYGEM_OPTIONS+=      --format-executable
 
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index