summaryrefslogtreecommitdiff
path: root/net/ruby-addressable/Makefile
diff options
context:
space:
mode:
authortaca <taca>2013-09-13 05:56:34 +0000
committertaca <taca>2013-09-13 05:56:34 +0000
commita1201817c91274907f3fddfd06072face531626d (patch)
treedaeee7dc74805c212cc19a206408764d82c777af /net/ruby-addressable/Makefile
parente419e8adc6de57c260265e4c63a7c931309ac7c5 (diff)
downloadpkgsrc-a1201817c91274907f3fddfd06072face531626d.tar.gz
Update ruby-addressable to 2.3.5.
# Addressable 2.3.5 - added Addressable::URI#empty? method - Addressable::URI#hostname methods now strip square brackets from IPv6 hosts - compatibility with Net::HTTP in Ruby 2.0.0 - Addressable::URI#route_from should always give relative URIs
Diffstat (limited to 'net/ruby-addressable/Makefile')
-rw-r--r--net/ruby-addressable/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ruby-addressable/Makefile b/net/ruby-addressable/Makefile
index 2c64335f263..9379ddb0aa8 100644
--- a/net/ruby-addressable/Makefile
+++ b/net/ruby-addressable/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2013/06/16 17:08:38 taca Exp $
+# $NetBSD: Makefile,v 1.11 2013/09/13 05:56:34 taca Exp $
-DISTNAME= addressable-2.3.4
+DISTNAME= addressable-2.3.5
CATEGORIES= net
MAINTAINER= pkgsrc-users@NetBSD.org