pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-xpath ruby-xpath: Update to 3.2.0. Requ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/369822377578
branches:  trunk
changeset: 327021:369822377578
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Dec 17 19:46:06 2018 +0000

description:
ruby-xpath: Update to 3.2.0.  Required to unbreak ruby-capybara.

3.2.0 - 2018-10-15

Added:

* lowercase/uppercase
* ability for attr to use names that aren't valid in XML but are in HTML

diffstat:

 textproc/ruby-xpath/Makefile |   4 ++--
 textproc/ruby-xpath/PLIST    |   3 +--
 textproc/ruby-xpath/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (41 lines):

diff -r 1545eb57cc53 -r 369822377578 textproc/ruby-xpath/Makefile
--- a/textproc/ruby-xpath/Makefile      Mon Dec 17 19:24:44 2018 +0000
+++ b/textproc/ruby-xpath/Makefile      Mon Dec 17 19:46:06 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/09/23 16:41:14 taca Exp $
+# $NetBSD: Makefile,v 1.11 2018/12/17 19:46:06 jperkin Exp $
 
-DISTNAME=      xpath-3.1.0
+DISTNAME=      xpath-3.2.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    ruby textproc
 
diff -r 1545eb57cc53 -r 369822377578 textproc/ruby-xpath/PLIST
--- a/textproc/ruby-xpath/PLIST Mon Dec 17 19:24:44 2018 +0000
+++ b/textproc/ruby-xpath/PLIST Mon Dec 17 19:46:06 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/03/17 16:28:45 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/12/17 19:46:06 jperkin Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/lib/xpath.rb
@@ -15,4 +15,3 @@
 ${GEM_LIBDIR}/spec/union_spec.rb
 ${GEM_LIBDIR}/spec/xpath_spec.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
-
diff -r 1545eb57cc53 -r 369822377578 textproc/ruby-xpath/distinfo
--- a/textproc/ruby-xpath/distinfo      Mon Dec 17 19:24:44 2018 +0000
+++ b/textproc/ruby-xpath/distinfo      Mon Dec 17 19:46:06 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/09/23 16:41:14 taca Exp $
+$NetBSD: distinfo,v 1.6 2018/12/17 19:46:06 jperkin Exp $
 
-SHA1 (xpath-3.1.0.gem) = c0980a6a2f004895dc4001af8daf7412013ce3e4
-RMD160 (xpath-3.1.0.gem) = dd85745e09796bf899f70095873f2eddfade4ca0
-SHA512 (xpath-3.1.0.gem) = e9bab0a7555369af412528f56d1fc561119523adcab6555d7b48e88f17166805fda7d73ee2a9ad01f4b87da9ffcafbbe25bc6ac5b87b608eff1b39d31d956b86
-Size (xpath-3.1.0.gem) = 13824 bytes
+SHA1 (xpath-3.2.0.gem) = a5918ebe7a533f728adc14099ecf793ce184ac5b
+RMD160 (xpath-3.2.0.gem) = e9d823ebf9604d134549738f36ab386ce8a6e023
+SHA512 (xpath-3.2.0.gem) = 2059938387f4d1656867457a480182bd73e02f265071a394472122aea0b5b4fb0af985ec5be513d2425cf1c341bf18c3cfb67616ba02e30ce6331879964dedc3
+Size (xpath-3.2.0.gem) = 14336 bytes



Home | Main Index | Thread Index | Old Index