summaryrefslogtreecommitdiff
path: root/net/ruby-addressable/Makefile
diff options
context:
space:
mode:
authortaca <taca>2013-06-16 17:08:38 +0000
committertaca <taca>2013-06-16 17:08:38 +0000
commit317c250473665eaa2f1635fff9a7bfe25554a209 (patch)
treea63b07f15579ad432970f04498073712ae070d7b /net/ruby-addressable/Makefile
parenta2fda4edb447e60b483d2c1c319139c3192dccaa (diff)
downloadpkgsrc-317c250473665eaa2f1635fff9a7bfe25554a209.tar.gz
Update ruby-addressable to 2.3.4.
# Addressable 2.3.4 - fixed issue with encoding altering its inputs - query string normalization now leaves ';' characters alone - FakeFS is detected before attempting to load unicode tables - additional testing to ensure frozen objects don't cause problems
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 57bdb54c81e..2c64335f263 100644
--- a/net/ruby-addressable/Makefile
+++ b/net/ruby-addressable/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2013/03/12 13:13:46 taca Exp $
+# $NetBSD: Makefile,v 1.10 2013/06/16 17:08:38 taca Exp $
-DISTNAME= addressable-2.3.3
+DISTNAME= addressable-2.3.4
CATEGORIES= net
MAINTAINER= pkgsrc-users@NetBSD.org