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: Sun Jan 18 15:07:06 UTC 2026
Modified Files:
pkgsrc/www/ruby-html-proofer: Makefile distinfo
Log Message:
www/ruby-html-proofer: update to 5.2.0
5.1.0 (2025-11-04)
What's Changed
* Bump actions/checkout from 4 to 5 by @dependabot[bot] in #857
* Add benchmark to Gemfile by @denisdefreyne in #858
* Remove outdated real-world examples by @denisdefreyne in #859
* Allow support for multiple directory index files by @denisdefreyne in #860
* [skip test] Release v5.1.0 by @github-actions[bot] in #861
New Contributors
* @denisdefreyne made their first contribution in #858
5.1.1 (2025-11-17)
* Prepare for the next Ruby version
5.2.0 (2026-01-06)
What's Changed
* [skip test] Release v5.1.1 by @github-actions[bot] in #862
* Bump actions/checkout from 5 to 6 by @dependabot[bot] in #863
* Add JSON argument examples by @asbjornu in #864
* CI/CD caching requires HTMLProofer caching by @asbjornu in #865
* Simplify README by @gjtorikian in #869
* Bump the bundler-dependencies group with 2 updates by @dependabot[bot] in
#871
* Allows access to the full Nokogiri node and all element attributes when
processing failures by @gjtorikian in #870
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/ruby-html-proofer/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/ruby-html-proofer/distinfo
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.19 pkgsrc/www/ruby-html-proofer/Makefile:1.20
--- pkgsrc/www/ruby-html-proofer/Makefile:1.19 Tue May 27 16:13:45 2025
+++ pkgsrc/www/ruby-html-proofer/Makefile Sun Jan 18 15:07:06 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2025/05/27 16:13:45 taca Exp $
+# $NetBSD: Makefile,v 1.20 2026/01/18 15:07:06 taca Exp $
-DISTNAME= html-proofer-5.0.10
+DISTNAME= html-proofer-5.2.0
CATEGORIES= www
MAINTAINER= ryoon%NetBSD.org@localhost
@@ -21,5 +21,11 @@ USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
+.include "../../lang/ruby/rubyversion.mk"
+# for older Ruby
+.if ${RUBY_VER} < 40
+DEPENDS+= ${RUBY_PKGPREFIX}-benchmark>=0.5<0.6:../../benchmarks/ruby-benchmark
+.endif
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/ruby-html-proofer/distinfo
diff -u pkgsrc/www/ruby-html-proofer/distinfo:1.17 pkgsrc/www/ruby-html-proofer/distinfo:1.18
--- pkgsrc/www/ruby-html-proofer/distinfo:1.17 Sun Feb 23 15:10:47 2025
+++ pkgsrc/www/ruby-html-proofer/distinfo Sun Jan 18 15:07:06 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2025/02/23 15:10:47 taca Exp $
+$NetBSD: distinfo,v 1.18 2026/01/18 15:07:06 taca Exp $
-BLAKE2s (html-proofer-5.0.10.gem) = 4b73b2fd9cbf282dd7ccb3c18cf9af326fc65e6e06c7bb98f6f57420b413c896
-SHA512 (html-proofer-5.0.10.gem) = b7f48d412dbdbd36fe3232b343e0ff7ec4c206ff6d58e03286f638fbc8a24a68fae1b88bc4959f86a16ee696b109169156f4e7309039bfa06481143feef0425e
-Size (html-proofer-5.0.10.gem) = 24576 bytes
+BLAKE2s (html-proofer-5.2.0.gem) = b3fb76c938ced688a107a282a57cbe26b44480f937a269acb55ae6862d2174e0
+SHA512 (html-proofer-5.2.0.gem) = 3d82f82b2d5d44e435ce84e338efd8f8abcf9d0c28f9c016f232f67def32de86f156b475e861fde448abb95be95ddeb2d8eebca156e825d22a7847edae959d61
+Size (html-proofer-5.2.0.gem) = 24576 bytes
Home |
Main Index |
Thread Index |
Old Index