diff options
author | wiz <wiz> | 2017-01-18 09:03:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2017-01-18 09:03:39 +0000 |
commit | 9019f131a6c888e5e11bcb6dd1c1adb9ec6e9296 (patch) | |
tree | 10e366bfa35165f89a39b03cf902199e281deda9 /net | |
parent | db3384c8b8e9458b4e073ae4f4414bdb6571ed32 (diff) | |
download | pkgsrc-9019f131a6c888e5e11bcb6dd1c1adb9ec6e9296.tar.gz |
Fix typo in version number.
Diffstat (limited to 'net')
-rw-r--r-- | net/ruby-addressable/Makefile | 4 |
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" |