diff options
author | taca <taca@pkgsrc.org> | 2012-07-31 12:01:22 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-07-31 12:01:22 +0000 |
commit | 0595c82ea28d02cae5137680651b523f3a678451 (patch) | |
tree | 7688c469498de44bee4b1ce47130acab2c092a80 /net | |
parent | 0e9b587f291ac0e16526c071378604e3993874a6 (diff) | |
download | pkgsrc-0595c82ea28d02cae5137680651b523f3a678451.tar.gz |
Update ruby-addressable to 2.3.2.
# Addressable 2.3.2
- added Addressable::URI#default_port method
- fixed issue with Marshalling Unicode data on Windows
- improved heuristic parsing to better handle IPv4 addresses
# Addressable 2.3.1
- fixed missing unicode data file
# Addressable 2.3.0
- updated Addressable::Template to use RFC 6570, level 4
- fixed compatibility problems with some versions of Ruby
- moved unicode tables into a data file for performance reasons
- removing support for multiple query value notations
Diffstat (limited to 'net')
-rw-r--r-- | net/ruby-addressable/Makefile | 4 | ||||
-rw-r--r-- | net/ruby-addressable/PLIST | 4 | ||||
-rw-r--r-- | net/ruby-addressable/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/net/ruby-addressable/Makefile b/net/ruby-addressable/Makefile index 58ae00ef3a6..cf4b7526a2a 100644 --- a/net/ruby-addressable/Makefile +++ b/net/ruby-addressable/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2012/06/02 00:59:08 taca Exp $ +# $NetBSD: Makefile,v 1.8 2012/07/31 12:01:22 taca Exp $ -DISTNAME= addressable-2.2.8 +DISTNAME= addressable-2.3.2 CATEGORIES= net MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/net/ruby-addressable/PLIST b/net/ruby-addressable/PLIST index d17f6334fc8..15c99164c2d 100644 --- a/net/ruby-addressable/PLIST +++ b/net/ruby-addressable/PLIST @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST,v 1.5 2012/06/02 00:59:08 taca Exp $ +@comment $NetBSD: PLIST,v 1.6 2012/07/31 12:01:22 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGELOG.md ${GEM_LIBDIR}/Gemfile -${GEM_LIBDIR}/Gemfile.lock ${GEM_LIBDIR}/LICENSE.txt ${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/data/unicode.data ${GEM_LIBDIR}/lib/addressable/idna.rb ${GEM_LIBDIR}/lib/addressable/idna/native.rb ${GEM_LIBDIR}/lib/addressable/idna/pure.rb diff --git a/net/ruby-addressable/distinfo b/net/ruby-addressable/distinfo index 0a508645b70..a66cac82a82 100644 --- a/net/ruby-addressable/distinfo +++ b/net/ruby-addressable/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2012/06/02 00:59:08 taca Exp $ +$NetBSD: distinfo,v 1.8 2012/07/31 12:01:22 taca Exp $ -SHA1 (addressable-2.2.8.gem) = 7d5c3899a91f3bd83412386f9cf96ff9f97789e7 -RMD160 (addressable-2.2.8.gem) = 9c9ef8fd86cb7edc668e7fbe06de82dce093966e -Size (addressable-2.2.8.gem) = 99328 bytes +SHA1 (addressable-2.3.2.gem) = eed04b43d570c6b3f87ae2c757ad6ef460411a04 +RMD160 (addressable-2.3.2.gem) = 3d7575d817dc6c33ddda9b05eabe06c04cd44661 +Size (addressable-2.3.2.gem) = 91136 bytes |