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 Dec 19 06:48:46 UTC 2021

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

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-html-proofer/Makefile
cvs rdiff -u -r1.5 -r1.6 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.3 pkgsrc/www/ruby-html-proofer/Makefile:1.4
--- pkgsrc/www/ruby-html-proofer/Makefile:1.3   Mon Aug 30 16:04:17 2021
+++ pkgsrc/www/ruby-html-proofer/Makefile       Sun Dec 19 06:48:46 2021
@@ -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
 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"

Index: pkgsrc/www/ruby-html-proofer/distinfo
diff -u pkgsrc/www/ruby-html-proofer/distinfo:1.5 pkgsrc/www/ruby-html-proofer/distinfo:1.6
--- pkgsrc/www/ruby-html-proofer/distinfo:1.5   Tue Oct 26 11:30:58 2021
+++ pkgsrc/www/ruby-html-proofer/distinfo       Sun Dec 19 06:48:46 2021
@@ -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