summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-12-19 06:48:46 +0000
committertaca <taca@pkgsrc.org>2021-12-19 06:48:46 +0000
commitd456853c922c060cc616f330715a484a515120d9 (patch)
tree3177b3c39d19ecdf0589bf8273a853b31395d9c5
parent53308b53531765a97a9fde3c145a0338ed1d8bc7 (diff)
downloadpkgsrc-d456853c922c060cc616f330715a484a515120d9.tar.gz
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)
-rw-r--r--www/ruby-html-proofer/Makefile6
-rw-r--r--www/ruby-html-proofer/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/www/ruby-html-proofer/Makefile b/www/ruby-html-proofer/Makefile
index 051ee8ddd83..37dbaf37a72 100644
--- a/www/ruby-html-proofer/Makefile
+++ b/www/ruby-html-proofer/Makefile
@@ -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}-nokogumbo>=2.0.2:../../textproc/ruby-nokogumbo
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 --git a/www/ruby-html-proofer/distinfo b/www/ruby-html-proofer/distinfo
index 86e1fa8f0a6..e7301b06fe7 100644
--- a/www/ruby-html-proofer/distinfo
+++ b/www/ruby-html-proofer/distinfo
@@ -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