pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/ruby-tiny_tds databases/ruby-tiny_tds: fix d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/489c967260de
branches:  trunk
changeset: 368765:489c967260de
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Sep 18 02:52:55 2017 +0000

description:
databases/ruby-tiny_tds: fix dependency

Fix depenency to avoid build problem.

diffstat:

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

diffs (18 lines):

diff -r 916ff8e0a495 -r 489c967260de databases/ruby-tiny_tds/Makefile
--- a/databases/ruby-tiny_tds/Makefile  Mon Sep 18 02:48:49 2017 +0000
+++ b/databases/ruby-tiny_tds/Makefile  Mon Sep 18 02:52:55 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2017/09/17 15:46:08 taca Exp $
+# $NetBSD: Makefile,v 1.16 2017/09/18 02:52:55 taca Exp $
 
 DISTNAME=      tiny_tds-2.0.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -9,7 +9,7 @@
 COMMENT=       Modern, simple and fast FreeTDS library for Ruby using DB-Library
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-mini_portile2>=2.0<2.3:../../misc/ruby-mini_portile2
+DEPENDS+=      ${RUBY_PKGPREFIX}-mini_portile2>=2.0<3:../../misc/ruby-mini_portile2
 
 # No ALTERNATIVES file since bin/defncopy and bin/tsql conflict
 # with freetds.



Home | Main Index | Thread Index | Old Index