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: Mon Jan 18 16:02:38 UTC 2021
Modified Files:
pkgsrc/www/ruby-loofah: Makefile PLIST distinfo
Log Message:
www/ruby-loofah: update to 2.9.0
2.9.0 / 2021-01-14
* Handle CSS functions in a CSS shorthand property (like
background). [#199, #200]
2.8.0 / 2020-11-25
* Allow CSS properties order, flex-direction, flex-grow, flex-wrap,
flex-shrink, flex-flow, flex-basis, flex, justify-content, align-self,
align-items, and align-content. [#197] (Thanks, @miguelperez!)
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/ruby-loofah/Makefile \
pkgsrc/www/ruby-loofah/distinfo
cvs rdiff -u -r1.6 -r1.7 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.10 pkgsrc/www/ruby-loofah/Makefile:1.11
--- pkgsrc/www/ruby-loofah/Makefile:1.10 Mon Sep 14 15:35:34 2020
+++ pkgsrc/www/ruby-loofah/Makefile Mon Jan 18 16:02:38 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/09/14 15:35:34 taca Exp $
+# $NetBSD: Makefile,v 1.11 2021/01/18 16:02:38 taca Exp $
-DISTNAME= loofah-2.7.0
+DISTNAME= loofah-2.9.0
CATEGORIES= www
MAINTAINER= minskim%NetBSD.org@localhost
Index: pkgsrc/www/ruby-loofah/distinfo
diff -u pkgsrc/www/ruby-loofah/distinfo:1.10 pkgsrc/www/ruby-loofah/distinfo:1.11
--- pkgsrc/www/ruby-loofah/distinfo:1.10 Mon Sep 14 15:35:34 2020
+++ pkgsrc/www/ruby-loofah/distinfo Mon Jan 18 16:02:38 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2020/09/14 15:35:34 taca Exp $
+$NetBSD: distinfo,v 1.11 2021/01/18 16:02:38 taca Exp $
-SHA1 (loofah-2.7.0.gem) = 8076a0128df04424d88b010d2aaf2bd8f27e4a9c
-RMD160 (loofah-2.7.0.gem) = ba5981c1edff0223b3d305e9d6f06cd5daa61c0f
-SHA512 (loofah-2.7.0.gem) = e76375adcaf924070b38d882e7ff4669a3f6d0d521d38e7221ac2c224c1f8c25c6daced2079e982a514be0df03e8baa2650dd43bb3ddaf576d4195a66490a27a
-Size (loofah-2.7.0.gem) = 54272 bytes
+SHA1 (loofah-2.9.0.gem) = 1a02f78b1e7e419b485d804d7ffb6db9a30738b7
+RMD160 (loofah-2.9.0.gem) = 6ed496e3058d1286cddc0e19d73d25c8d3d192da
+SHA512 (loofah-2.9.0.gem) = eb1644b940ed315dd032a76992048805f74fc23680a1096e87c4af2ed99d3e48daef428ba66a769684f3ad5350f8a752801d9b5f3ee06e9f8c66c5fe1008e045
+Size (loofah-2.9.0.gem) = 29696 bytes
Index: pkgsrc/www/ruby-loofah/PLIST
diff -u pkgsrc/www/ruby-loofah/PLIST:1.6 pkgsrc/www/ruby-loofah/PLIST:1.7
--- pkgsrc/www/ruby-loofah/PLIST:1.6 Sun May 17 15:59:29 2020
+++ pkgsrc/www/ruby-loofah/PLIST Mon Jan 18 16:02:38 2021
@@ -1,16 +1,9 @@
-@comment $NetBSD: PLIST,v 1.6 2020/05/17 15:59:29 taca Exp $
+@comment $NetBSD: PLIST,v 1.7 2021/01/18 16:02:38 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
-${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/MIT-LICENSE.txt
-${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/SECURITY.md
-${GEM_LIBDIR}/benchmark/benchmark.rb
-${GEM_LIBDIR}/benchmark/fragment.html
-${GEM_LIBDIR}/benchmark/helper.rb
-${GEM_LIBDIR}/benchmark/www.slashdot.com.html
${GEM_LIBDIR}/lib/loofah.rb
${GEM_LIBDIR}/lib/loofah/elements.rb
${GEM_LIBDIR}/lib/loofah/helpers.rb
@@ -23,6 +16,7 @@ ${GEM_LIBDIR}/lib/loofah/instance_method
${GEM_LIBDIR}/lib/loofah/metahelpers.rb
${GEM_LIBDIR}/lib/loofah/scrubber.rb
${GEM_LIBDIR}/lib/loofah/scrubbers.rb
+${GEM_LIBDIR}/lib/loofah/version.rb
${GEM_LIBDIR}/lib/loofah/xml/document.rb
${GEM_LIBDIR}/lib/loofah/xml/document_fragment.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Home |
Main Index |
Thread Index |
Old Index