Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id BDBBE7A218 for ; Mon, 9 Jan 2017 13:36:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 668E6855B0; Mon, 9 Jan 2017 13:36:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E959A855A4 for ; Mon, 9 Jan 2017 13:36:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id X_Mba0-TALXi for ; Mon, 9 Jan 2017 13:36:12 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5D76484CE7 for ; Mon, 9 Jan 2017 13:36:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 58789FBA6; Mon, 9 Jan 2017 13:36:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1483968972246960" MIME-Version: 1.0 Date: Mon, 9 Jan 2017 13:36:12 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/ruby-addressable To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170109133612.58789FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1483968972246960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1483968972246960 Content-Disposition: inline Content-Length: 2654 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 @@ -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 --_----------=_1483968972246960--