pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ruby-addressable



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 18 09:03:39 UTC 2017

Modified Files:
        pkgsrc/net/ruby-addressable: Makefile

Log Message:
Fix typo in version number.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/ruby-addressable/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/ruby-addressable/Makefile
diff -u pkgsrc/net/ruby-addressable/Makefile:1.16 pkgsrc/net/ruby-addressable/Makefile:1.17
--- pkgsrc/net/ruby-addressable/Makefile:1.16   Mon Jan  9 13:36:12 2017
+++ pkgsrc/net/ruby-addressable/Makefile        Wed Jan 18 09:03:39 2017
@@ -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
 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