summaryrefslogtreecommitdiff
path: root/net/ruby-addressable/Makefile
diff options
context:
space:
mode:
authortaca <taca>2017-01-09 13:36:12 +0000
committertaca <taca>2017-01-09 13:36:12 +0000
commitb56ed4659dc0bcd5113ac379cf332bc5a947d634 (patch)
tree641c4f8fbca1b837470ff32529f8ed0f4801661b /net/ruby-addressable/Makefile
parente30adaaae948a9c290d20479198c544b307d06a8 (diff)
downloadpkgsrc-b56ed4659dc0bcd5113ac379cf332bc5a947d634.tar.gz
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 (limited to 'net/ruby-addressable/Makefile')
-rw-r--r--net/ruby-addressable/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/ruby-addressable/Makefile b/net/ruby-addressable/Makefile
index 50501b77b9d..ecab9ca5eb0 100644
--- a/net/ruby-addressable/Makefile
+++ b/net/ruby-addressable/Makefile
@@ -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/addressable
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"