summaryrefslogtreecommitdiff
path: root/net/ruby-addressable
diff options
context:
space:
mode:
authortaca <taca>2011-06-19 02:50:20 +0000
committertaca <taca>2011-06-19 02:50:20 +0000
commitc3128c66b2ce493269d6950e0f105902a995844d (patch)
treed44bc94b4a9bbbb201dd8f7042d0ab22472eb184 /net/ruby-addressable
parentb10e95366bd513f945be934ed70111d0489f9fdb (diff)
downloadpkgsrc-c3128c66b2ce493269d6950e0f105902a995844d.tar.gz
Update ruby-addressable package to 2.2.6.
## Addressable 2.2.6 - changed the way ambiguous paths are handled - fixed bug with frozen URIs - https supported in heuristic parsing ## Addressable 2.2.5 - 'parsing' a pre-parsed URI object is now a dup operation - introduced conditional support for libidn - fixed normalization issue on ampersands in query strings - added additional tests around handling of query strings ## Addressable 2.2.4 - added origin support from draft-ietf-websec-origin-00 - resolved issue with attempting to navigate below root - fixed bug with string splitting in query strings ## Addressable 2.2.3 - added :flat_array notation for query strings
Diffstat (limited to 'net/ruby-addressable')
-rw-r--r--net/ruby-addressable/Makefile8
-rw-r--r--net/ruby-addressable/PLIST6
-rw-r--r--net/ruby-addressable/distinfo8
3 files changed, 10 insertions, 12 deletions
diff --git a/net/ruby-addressable/Makefile b/net/ruby-addressable/Makefile
index b19834febe5..3bef248007c 100644
--- a/net/ruby-addressable/Makefile
+++ b/net/ruby-addressable/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2010/12/04 04:13:50 taca Exp $
+# $NetBSD: Makefile,v 1.4 2011/06/19 02:50:20 taca Exp $
-DISTNAME= addressable-2.2.2
+DISTNAME= addressable-2.2.6
CATEGORIES= net
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -8,9 +8,5 @@ HOMEPAGE= http://addressable.rubyforge.org/
COMMENT= Replacement for the URI Implementation of standard librrary
LICENSE= mit
-BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-rspec>=1.0.8:../../devel/ruby-rspec
-BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-launchy>=0.3.2:../../misc/ruby-launchy
-BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs>=1.1.2:../../textproc/ruby-diff-lcs
-
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/ruby-addressable/PLIST b/net/ruby-addressable/PLIST
index d4324819027..790692be141 100644
--- a/net/ruby-addressable/PLIST
+++ b/net/ruby-addressable/PLIST
@@ -1,10 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2010/12/04 04:13:50 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2011/06/19 02:50:20 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/LICENSE
-${GEM_LIBDIR}/README
+${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/addressable/idna.rb
+${GEM_LIBDIR}/lib/addressable/idna/native.rb
+${GEM_LIBDIR}/lib/addressable/idna/pure.rb
${GEM_LIBDIR}/lib/addressable/template.rb
${GEM_LIBDIR}/lib/addressable/uri.rb
${GEM_LIBDIR}/lib/addressable/version.rb
diff --git a/net/ruby-addressable/distinfo b/net/ruby-addressable/distinfo
index ff65ad56224..a19f19d6d96 100644
--- a/net/ruby-addressable/distinfo
+++ b/net/ruby-addressable/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2010/12/04 04:13:50 taca Exp $
+$NetBSD: distinfo,v 1.4 2011/06/19 02:50:20 taca Exp $
-SHA1 (addressable-2.2.2.gem) = ffa6f19f927e1d5eedeea6fa051abcac0f081b66
-RMD160 (addressable-2.2.2.gem) = ae256acccedfa9bdd80e793ded671d67723bdab5
-Size (addressable-2.2.2.gem) = 93184 bytes
+SHA1 (addressable-2.2.6.gem) = 0b46d26336521fdc1843a5efc515b8102ef8a60c
+RMD160 (addressable-2.2.6.gem) = 52df9776570df16e4014f3add8799269ed506c0c
+Size (addressable-2.2.6.gem) = 97792 bytes