Subject: CVS commit: pkgsrc/net/ruby-addressable
From: Takahiro Kambe
Date: 2017-01-09 14:36:12
Message id: 20170109133612.58789FBA6@cvs.NetBSD.org

Log Message:
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

Files:
RevisionActionfile
1.16modifypkgsrc/net/ruby-addressable/Makefile
1.10modifypkgsrc/net/ruby-addressable/PLIST
1.17modifypkgsrc/net/ruby-addressable/distinfo