pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ruby-addressable Fix typo in version number.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23e124de5d4f
branches:  trunk
changeset: 357287:23e124de5d4f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 18 09:03:39 2017 +0000

description:
Fix typo in version number.

diffstat:

 net/ruby-addressable/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2c7d92215216 -r 23e124de5d4f net/ruby-addressable/Makefile
--- a/net/ruby-addressable/Makefile     Wed Jan 18 05:33:39 2017 +0000
+++ b/net/ruby-addressable/Makefile     Wed Jan 18 09:03:39 2017 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index