pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-loofah



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May 17 15:59:29 UTC 2020

Modified Files:
        pkgsrc/www/ruby-loofah: Makefile PLIST distinfo

Log Message:
www/ruby-loofah: update to 2.5.0

Update ruby-loofah to 2.5.0.

## 2.5.0 / 2020-04-05

### Features

* Allow more CSS length units: "ch", "vw", "vh", "Q", "lh", "vmin", "vmax". [#178] (Thanks, @JuanitoFatas!)

### Fixes

* Remove comments from `Loofah::HTML::Document`s that exist outside the `html` element. [#80]

### Other changes

* Gem metadata being set [#181] (Thanks, @JuanitoFatas!)
* Test files removed from gem file [#180,#166,#159] (Thanks, @JuanitoFatas and @greysteil!)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/ruby-loofah/Makefile \
    pkgsrc/www/ruby-loofah/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ruby-loofah/PLIST

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-loofah/Makefile
diff -u pkgsrc/www/ruby-loofah/Makefile:1.7 pkgsrc/www/ruby-loofah/Makefile:1.8
--- pkgsrc/www/ruby-loofah/Makefile:1.7 Sat Mar 21 17:01:18 2020
+++ pkgsrc/www/ruby-loofah/Makefile     Sun May 17 15:59:29 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2020/03/21 17:01:18 taca Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/17 15:59:29 taca Exp $
 
-DISTNAME=      loofah-2.4.0
+DISTNAME=      loofah-2.5.0
 CATEGORIES=    www
 
 MAINTAINER=    minskim%NetBSD.org@localhost
Index: pkgsrc/www/ruby-loofah/distinfo
diff -u pkgsrc/www/ruby-loofah/distinfo:1.7 pkgsrc/www/ruby-loofah/distinfo:1.8
--- pkgsrc/www/ruby-loofah/distinfo:1.7 Sat Mar 21 17:01:18 2020
+++ pkgsrc/www/ruby-loofah/distinfo     Sun May 17 15:59:29 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/03/21 17:01:18 taca Exp $
+$NetBSD: distinfo,v 1.8 2020/05/17 15:59:29 taca Exp $
 
-SHA1 (loofah-2.4.0.gem) = e48493b52483742bd4fffdd47886c4668c9f032b
-RMD160 (loofah-2.4.0.gem) = 0d9145241ea1c675d6dc3545d6172c4b76fe02b1
-SHA512 (loofah-2.4.0.gem) = 95bea374c0cf9e49becd4533c141a6ebb388f4ae0a1c27263612d3a4089177fd97956e4fbe7a8c8a8b17d8d69387e4629cf7c004f17008fb592f6b71297ed22a
-Size (loofah-2.4.0.gem) = 68096 bytes
+SHA1 (loofah-2.5.0.gem) = e48801969d54673e53ff4ad11a49227545ce4200
+RMD160 (loofah-2.5.0.gem) = 6cbd617eda6948147b19533ca3ac73bdaa864d61
+SHA512 (loofah-2.5.0.gem) = 565b55f50a215642c020308afe3a032b31d6e5f98bd4e40299ce276440e57abc44e663933ed7b674727696542944ca3f4108ab9ee99fb9826570f0d149893fe5
+Size (loofah-2.5.0.gem) = 53248 bytes

Index: pkgsrc/www/ruby-loofah/PLIST
diff -u pkgsrc/www/ruby-loofah/PLIST:1.5 pkgsrc/www/ruby-loofah/PLIST:1.6
--- pkgsrc/www/ruby-loofah/PLIST:1.5    Tue Oct 22 16:24:20 2019
+++ pkgsrc/www/ruby-loofah/PLIST        Sun May 17 15:59:29 2020
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.5 2019/10/22 16:24:20 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/05/17 15:59:29 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/.gemtest
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/MIT-LICENSE.txt
@@ -26,19 +25,4 @@ ${GEM_LIBDIR}/lib/loofah/scrubber.rb
 ${GEM_LIBDIR}/lib/loofah/scrubbers.rb
 ${GEM_LIBDIR}/lib/loofah/xml/document.rb
 ${GEM_LIBDIR}/lib/loofah/xml/document_fragment.rb
-${GEM_LIBDIR}/test/assets/msword.html
-${GEM_LIBDIR}/test/assets/testdata_sanitizer_tests1.dat
-${GEM_LIBDIR}/test/helper.rb
-${GEM_LIBDIR}/test/html5/test_sanitizer.rb
-${GEM_LIBDIR}/test/html5/test_scrub.rb
-${GEM_LIBDIR}/test/integration/test_ad_hoc.rb
-${GEM_LIBDIR}/test/integration/test_helpers.rb
-${GEM_LIBDIR}/test/integration/test_html.rb
-${GEM_LIBDIR}/test/integration/test_scrubbers.rb
-${GEM_LIBDIR}/test/integration/test_xml.rb
-${GEM_LIBDIR}/test/unit/test_api.rb
-${GEM_LIBDIR}/test/unit/test_encoding.rb
-${GEM_LIBDIR}/test/unit/test_helpers.rb
-${GEM_LIBDIR}/test/unit/test_scrubber.rb
-${GEM_LIBDIR}/test/unit/test_scrubbers.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec



Home | Main Index | Thread Index | Old Index