pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-nokogiri



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sun Mar 10 11:24:17 UTC 2019

Modified Files:
        pkgsrc/textproc/ruby-nokogiri: Makefile distinfo

Log Message:
ruby-nokogiri: update to 1.10.1.

Upstream changes (from CHANGELOG.md):

# 1.10.1 / 2019-01-13

### Features

* [MRI] During installation, handle Xcode 10's new library path.
  [#1801, #1851] (Thanks, @mlj and @deepj!)
* Avoid unnecessary creation of `Proc`s in many methods. [#1776]
  (Thanks, @chopraanmol1!)

### Bug fixes

* CSS selector `:has()` now correctly matches against any descendant.
  Previously this selector matched against only direct children).
  [#350] (Thanks, @Phrogz!)
* `NodeSet#attr` now returns `nil` if it's empty. Previously this
  raised a NoMethodError.
* [MRI] XPath errors are no longer suppressed during
  `XSLT::Stylesheet#transform`. Previously these errors were suppressed
  which led to silent failures and a subsequent segfault. [#1802]


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/textproc/ruby-nokogiri/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/textproc/ruby-nokogiri/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ruby-nokogiri/Makefile
diff -u pkgsrc/textproc/ruby-nokogiri/Makefile:1.44 pkgsrc/textproc/ruby-nokogiri/Makefile:1.45
--- pkgsrc/textproc/ruby-nokogiri/Makefile:1.44 Sat Jan 12 14:31:38 2019
+++ pkgsrc/textproc/ruby-nokogiri/Makefile      Sun Mar 10 11:24:17 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2019/01/12 14:31:38 tsutsui Exp $
+# $NetBSD: Makefile,v 1.45 2019/03/10 11:24:17 tsutsui Exp $
 
-DISTNAME=      nokogiri-1.10.0
+DISTNAME=      nokogiri-1.10.1
 CATEGORIES=    textproc
 
 MAINTAINER=    tsutsui%NetBSD.org@localhost

Index: pkgsrc/textproc/ruby-nokogiri/distinfo
diff -u pkgsrc/textproc/ruby-nokogiri/distinfo:1.31 pkgsrc/textproc/ruby-nokogiri/distinfo:1.32
--- pkgsrc/textproc/ruby-nokogiri/distinfo:1.31 Sat Jan 12 14:31:38 2019
+++ pkgsrc/textproc/ruby-nokogiri/distinfo      Sun Mar 10 11:24:17 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2019/01/12 14:31:38 tsutsui Exp $
+$NetBSD: distinfo,v 1.32 2019/03/10 11:24:17 tsutsui Exp $
 
-SHA1 (nokogiri-1.10.0.gem) = 6f0f4b0cd55dde2a11fb77d5647a029905e087ec
-RMD160 (nokogiri-1.10.0.gem) = b5ff6890cd9a62ae18a985b0d15eb5a1285cee0b
-SHA512 (nokogiri-1.10.0.gem) = 00a9307e5073a2246d51df4ad0567e503ed6064d45a125eedb09803012c7ff77c2068429a549fe42088f0155f711cd1a13081e4b9170ddfb24176ea8ae5d1544
-Size (nokogiri-1.10.0.gem) = 8979968 bytes
+SHA1 (nokogiri-1.10.1.gem) = 175d49e45af21f1913a08b4377a1983cc9b2b781
+RMD160 (nokogiri-1.10.1.gem) = b4b15d81e6266daf7407d1d3271c87e2b54fc97d
+SHA512 (nokogiri-1.10.1.gem) = 3087558eae289c3c25c7a539e7a1a516ad7397128cf59393913dfe95476ea230b3868d0e0ed34e601aad630ccbe359cde548b8560d0216ac7ff69a4818cb011c
+Size (nokogiri-1.10.1.gem) = 8980480 bytes



Home | Main Index | Thread Index | Old Index