pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ruby-addressable



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jan  9 13:36:12 UTC 2017

Modified Files:
        pkgsrc/net/ruby-addressable: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/ruby-addressable/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/ruby-addressable/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/ruby-addressable/distinfo

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

Modified files:

Index: pkgsrc/net/ruby-addressable/Makefile
diff -u pkgsrc/net/ruby-addressable/Makefile:1.15 pkgsrc/net/ruby-addressable/Makefile:1.16
--- pkgsrc/net/ruby-addressable/Makefile:1.15   Sat Dec 12 14:52:36 2015
+++ pkgsrc/net/ruby-addressable/Makefile        Mon Jan  9 13:36:12 2017
@@ -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 @@ HOMEPAGE=       https://github.com/sporkmonger
 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"

Index: pkgsrc/net/ruby-addressable/PLIST
diff -u pkgsrc/net/ruby-addressable/PLIST:1.9 pkgsrc/net/ruby-addressable/PLIST:1.10
--- pkgsrc/net/ruby-addressable/PLIST:1.9       Sat Dec 12 14:52:36 2015
+++ pkgsrc/net/ruby-addressable/PLIST   Mon Jan  9 13:36:12 2017
@@ -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

Index: pkgsrc/net/ruby-addressable/distinfo
diff -u pkgsrc/net/ruby-addressable/distinfo:1.16 pkgsrc/net/ruby-addressable/distinfo:1.17
--- pkgsrc/net/ruby-addressable/distinfo:1.16   Sat Dec 12 14:52:36 2015
+++ pkgsrc/net/ruby-addressable/distinfo        Mon Jan  9 13:36:12 2017
@@ -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