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: update to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b0394a146e9
branches:  trunk
changeset: 771528:6b0394a146e9
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Dec 19 06:48:46 2021 +0000

description:
www/ruby-html-proofer: update to 3.19.3

3.19.3 (2021-12-17)

Fixed bugs:

* mailto without email shouldn't fail #552

Closed issues:

* links without html suffix claimed to be broken #654
* Unexpected 404 link #648
* Thread 0 Crashes on M1 chip (MacOS Big Sur 13.1) #646
* Add GitHub Action wrappers to README? #642
* Add support for site.baseurl, workaround #618
* Some URLs are reported invalid but are in fact OK #581
* Internally linking to <valid URL> which does not exist #542

Merged pull requests:

* Add typhoeus-config user agent and cookies snippets to the README #666
  (JackWilb)
* Run htmlproofer and precede it with the correct ruby binary #665
  (dleidert)
* Document how to adjust for a baseurl #658 (PeterJCLaw)
* Add flag to allow no-email mailto links #657 (PeterJCLaw)
* fix redirect (after changing name of master branch) #653 (matkoniecz)
* Add example using proof-html GitHub action #651 (anishathalye)
* Replace Nokogumbo with Nokogiri #650 (stevecheckoway)
* Apply Uniq filter to remove duplicate issues #649 (uberfuzzy)

diffstat:

 www/ruby-html-proofer/Makefile |  6 +++---
 www/ruby-html-proofer/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r efcbf945f630 -r 6b0394a146e9 www/ruby-html-proofer/Makefile
--- a/www/ruby-html-proofer/Makefile    Sun Dec 19 06:44:37 2021 +0000
+++ b/www/ruby-html-proofer/Makefile    Sun Dec 19 06:48:46 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2021/08/30 16:04:17 taca Exp $
+# $NetBSD: Makefile,v 1.4 2021/12/19 06:48:46 taca Exp $
 
-DISTNAME=      html-proofer-3.19.2
+DISTNAME=      html-proofer-3.19.3
 CATEGORIES=    www
 MASTER_SITES=  http://rubygems.org/downloads/
 
@@ -15,7 +15,7 @@
 DEPENDS+=      ${RUBY_PKGPREFIX}-parallel>=1.3:../../misc/ruby-parallel
 DEPENDS+=      ${RUBY_PKGPREFIX}-rainbow>=3.0:../../misc/ruby-rainbow
 DEPENDS+=      ${RUBY_PKGPREFIX}-typhoeus>=1.3.1:../../www/ruby-typhoeus
-DEPENDS+=      ${RUBY_PKGPREFIX}-yell>=1.3.1:../../devel/ruby-yell
+DEPENDS+=      ${RUBY_PKGPREFIX}-yell>=2.0<3:../../devel/ruby-yell
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r efcbf945f630 -r 6b0394a146e9 www/ruby-html-proofer/distinfo
--- a/www/ruby-html-proofer/distinfo    Sun Dec 19 06:44:37 2021 +0000
+++ b/www/ruby-html-proofer/distinfo    Sun Dec 19 06:48:46 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:30:58 nia Exp $
+$NetBSD: distinfo,v 1.6 2021/12/19 06:48:46 taca Exp $
 
-BLAKE2s (html-proofer-3.19.2.gem) = a0480fb333f78d4f15966a7d981dfc7cb07f5b634bf4475806fd42d314d01308
-SHA512 (html-proofer-3.19.2.gem) = a2e5553ba11959b6b88f6ec6e83e1053c009b557ecd0d1ce039127793a0f484cb117a903ec10c9f7c3bc4f840253cf6fc8e8bbfbedf2c61b6d65c568e91f535a
-Size (html-proofer-3.19.2.gem) = 22016 bytes
+BLAKE2s (html-proofer-3.19.3.gem) = 7c3dbcee467328633debc7772fee336c8559da8048778a19ccc76effb0612e4d
+SHA512 (html-proofer-3.19.3.gem) = 50d86f951583ece51902d212801eef8c6462d1761407e9bc2f9ffb08ce984954bd20ce07fb0a36da63a101a76779ab4266f7db8412c245e4c6a164adf80314b0
+Size (html-proofer-3.19.3.gem) = 22016 bytes



Home | Main Index | Thread Index | Old Index