pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ruby-addressable ruby-addressable: update to 2.7.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab46904faea2
branches:  trunk
changeset: 416063:ab46904faea2
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sat Oct 19 08:16:24 2019 +0000

description:
ruby-addressable: update to 2.7.0.

pkgsrc changes:
- take maintainership

Upstream changes (from CHANGELOG.md):

# Addressable 2.7.0
- added `:compacted` flag to `normalized_query`
- `heuristic_parse` handles `mailto:` more intuitively
- refactored validation to use a prepended module
- dropped explicit support for JRuby 9.0.5.0
- compatibility w/ public_suffix 4.x
- performance improvements

diffstat:

 net/ruby-addressable/Makefile |   6 +++---
 net/ruby-addressable/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r 263616fa5279 -r ab46904faea2 net/ruby-addressable/Makefile
--- a/net/ruby-addressable/Makefile     Sat Oct 19 08:15:36 2019 +0000
+++ b/net/ruby-addressable/Makefile     Sat Oct 19 08:16:24 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2019/06/16 16:01:30 tsutsui Exp $
+# $NetBSD: Makefile,v 1.21 2019/10/19 08:16:24 tsutsui Exp $
 
-DISTNAME=      addressable-2.6.0
+DISTNAME=      addressable-2.7.0
 CATEGORIES=    net
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    tsutsui%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/sporkmonger/addressable
 COMMENT=       Replacement for the URI Implementation of standard librrary
 LICENSE=       mit
diff -r 263616fa5279 -r ab46904faea2 net/ruby-addressable/distinfo
--- a/net/ruby-addressable/distinfo     Sat Oct 19 08:15:36 2019 +0000
+++ b/net/ruby-addressable/distinfo     Sat Oct 19 08:16:24 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2019/06/16 16:01:30 tsutsui Exp $
+$NetBSD: distinfo,v 1.21 2019/10/19 08:16:24 tsutsui Exp $
 
-SHA1 (addressable-2.6.0.gem) = 326d420d057a734f171fcfee4a037d9791cb4d77
-RMD160 (addressable-2.6.0.gem) = 271729b92509d4e1ae5306742d4c67fff3ee497f
-SHA512 (addressable-2.6.0.gem) = 71aa0ce8b61a07c1d01298dcd29cb2ba73d06ed1578908cae60351214f7d0bc6c9b8b0db7a78044fb1bed258bf00f2f093aa4e2bcb32575f4db2a79ee36b2648
-Size (addressable-2.6.0.gem) = 104448 bytes
+SHA1 (addressable-2.7.0.gem) = 3b46d08ed6a0e2bef1bf16769c4e528c6ebc0a37
+RMD160 (addressable-2.7.0.gem) = c1e3c7a24db446b5b1c4ebbc1a7696626d19da64
+SHA512 (addressable-2.7.0.gem) = 4c438bbfa8874fdcf11eef1d1f7cceb1855ea85948daff13615a0af129d35f92cc918f4bd5bbe4cd6ebccc67a86fc582265f915dc39831ec64209de0bdeeb732
+Size (addressable-2.7.0.gem) = 104960 bytes



Home | Main Index | Thread Index | Old Index