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:           Sat May 17 06:08:09 UTC 2025

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

Log Message:
www/ruby-html-proofer: drop ruby31

Since devel/ruby-async drop support for Ruby 3.1, make this pacakge
incompatible to ruby31.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 pkgsrc/www/ruby-html-proofer/Makefile:1.18
--- pkgsrc/www/ruby-html-proofer/Makefile:1.17  Sun Feb 23 15:10:47 2025
+++ pkgsrc/www/ruby-html-proofer/Makefile       Sat May 17 06:08:09 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2025/02/23 15:10:47 taca Exp $
+# $NetBSD: Makefile,v 1.18 2025/05/17 06:08:09 taca Exp $
 
 DISTNAME=      html-proofer-5.0.10
 CATEGORIES=    www
@@ -19,6 +19,8 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-zeitwerk>=2.
 
 USE_LANGUAGES= # none
 
+RUBY_VERSIONS_INCOMPATIBLE=    31
+
 RUBYGEM_OPTIONS+=      --format-executable
 
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index