summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-01-18 09:03:39 +0000
committerwiz <wiz@pkgsrc.org>2017-01-18 09:03:39 +0000
commit966d9ea4c6427df4fac2b93e55cfce62120d3902 (patch)
tree45146225ec5828995e8bbb4e54d63d7688e6d671 /net
parentd21c201588984b98e33a95633211b5d450f44ea4 (diff)
downloadpkgsrc-966d9ea4c6427df4fac2b93e55cfce62120d3902.tar.gz
Fix typo in version number.
Diffstat (limited to 'net')
-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 ecab9ca5eb0..212c0afa9a8 100644
--- a/net/ruby-addressable/Makefile
+++ b/net/ruby-addressable/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2017/01/09 13:36:12 taca Exp $
+# $NetBSD: Makefile,v 1.17 2017/01/18 09:03:39 wiz Exp $
DISTNAME= addressable-2.5.0
CATEGORIES= net
@@ -8,7 +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
+DEPENDS+= ${RUBY_PKGPREFIX}-public_suffix>=2.0.2:../../net/ruby-public_suffix
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"