pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ruby-addressable Update ruby-addressable to 2.5.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5af7c1cd401
branches:  trunk
changeset: 356977:a5af7c1cd401
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Jan 09 13:36:12 2017 +0000

description:
Update ruby-addressable to 2.5.0.

# Addressable 2.5.0
- dropping support for Ruby 1.9
- adding support for Ruby 2.4 preview
- add support for public suffixes and tld; first runtime dependency
- hostname escaping should match RFC; underscores in hostnames no longer escaped
- paths beginning with // and missing an authority are now considered invalid
- validation now also takes place after setting a path
- handle backslashes in authority more like a browser for `heuristic_parse`
- unescaped backslashes in host now raise an `InvalidURIError`
- `merge!`, `join!`, `omit!` and `normalize!` don't disable deferred validation
- `heuristic_parse` now trims whitespace before parsing
- host parts longer than 63 bytes will be ignored and not passed to libidn
- normalized values always encoded as UTF-8

diffstat:

 net/ruby-addressable/Makefile |   6 ++++--
 net/ruby-addressable/PLIST    |   3 +--
 net/ruby-addressable/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (51 lines):

diff -r 23b9fc898d6e -r a5af7c1cd401 net/ruby-addressable/Makefile
--- a/net/ruby-addressable/Makefile     Mon Jan 09 13:34:12 2017 +0000
+++ b/net/ruby-addressable/Makefile     Mon Jan 09 13:36:12 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2015/12/12 14:52:36 taca Exp $
+# $NetBSD: Makefile,v 1.16 2017/01/09 13:36:12 taca Exp $
 
-DISTNAME=      addressable-2.4.0
+DISTNAME=      addressable-2.5.0
 CATEGORIES=    net
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,5 +8,7 @@
 COMMENT=       Replacement for the URI Implementation of standard librrary
 LICENSE=       mit
 
+DEPENDS+=      ${RUBY_PKGPREFIX}-public_suffix>=.2.0.2:../../net/ruby-public_suffix
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 23b9fc898d6e -r a5af7c1cd401 net/ruby-addressable/PLIST
--- a/net/ruby-addressable/PLIST        Mon Jan 09 13:34:12 2017 +0000
+++ b/net/ruby-addressable/PLIST        Mon Jan 09 13:36:12 2017 +0000
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.9 2015/12/12 14:52:36 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2017/01/09 13:36:12 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE.txt
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/addressable.gemspec
 ${GEM_LIBDIR}/data/unicode.data
 ${GEM_LIBDIR}/lib/addressable.rb
 ${GEM_LIBDIR}/lib/addressable/idna.rb
diff -r 23b9fc898d6e -r a5af7c1cd401 net/ruby-addressable/distinfo
--- a/net/ruby-addressable/distinfo     Mon Jan 09 13:34:12 2017 +0000
+++ b/net/ruby-addressable/distinfo     Mon Jan 09 13:36:12 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2015/12/12 14:52:36 taca Exp $
+$NetBSD: distinfo,v 1.17 2017/01/09 13:36:12 taca Exp $
 
-SHA1 (addressable-2.4.0.gem) = ae0f7b8474c274e0e563ce7a18168b0d1c5d692a
-RMD160 (addressable-2.4.0.gem) = a990dd0858ff20dbd0f9c8f05a5034b7aa59b69c
-SHA512 (addressable-2.4.0.gem) = b81fa48e7c4188827c03ac93960b6fd6fb9f5a438f5243cddea39d6820ef756ee7c0086ec330dc4a3538008b3b254757af7d30248624127649cc006a2793eda8
-Size (addressable-2.4.0.gem) = 102400 bytes
+SHA1 (addressable-2.5.0.gem) = 242707eb62374fa2d0e0c7899fe5dc0921528f90
+RMD160 (addressable-2.5.0.gem) = 6dcd65d40640088878f6da0911426518c95a7f8c
+SHA512 (addressable-2.5.0.gem) = 188689b99b4d83756844592ad697e8e20d27540e5c6bc758934f75592adddf7ef98ca5c9ad0d407d3dda9298496c18a661eda8a52776128ff089fd4f315fdbe1
+Size (addressable-2.5.0.gem) = 103424 bytes



Home | Main Index | Thread Index | Old Index