Received: by mail.netbsd.org (Postfix, from userid 605) id 8A2A7856CD; Wed, 21 Jun 2017 13:47:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D467F855C5 for ; Wed, 21 Jun 2017 13:34:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id QZ9Bu7pHYAq2 for ; Wed, 21 Jun 2017 13:34:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3D9CA855C3 for ; Wed, 21 Jun 2017 13:34:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3B878FAE8; Wed, 21 Jun 2017 13:34:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149805206723410" MIME-Version: 1.0 Date: Wed, 21 Jun 2017 13:34:27 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/databases/ruby-dm-types To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170621133427.3B878FAE8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_149805206723410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Jun 21 13:34:27 UTC 2017 Modified Files: pkgsrc/databases/ruby-dm-types: Makefile Log Message: Make ruby-dm-types depends on textproc/ruby-stringex1. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/ruby-dm-types/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149805206723410 Content-Disposition: inline Content-Length: 1112 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/ruby-dm-types/Makefile diff -u pkgsrc/databases/ruby-dm-types/Makefile:1.11 pkgsrc/databases/ruby-dm-types/Makefile:1.12 --- pkgsrc/databases/ruby-dm-types/Makefile:1.11 Thu Jun 1 04:36:56 2017 +++ pkgsrc/databases/ruby-dm-types/Makefile Wed Jun 21 13:34:27 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2017/06/01 04:36:56 taca Exp $ +# $NetBSD: Makefile,v 1.12 2017/06/21 13:34:27 taca Exp $ DISTNAME= dm-types-1.2.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org @@ -13,7 +13,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-bcrypt>=3.0< DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.2.0<1.3:../../databases/ruby-dm-core DEPENDS+= ${RUBY_PKGPREFIX}-fastercsv>=1.5<2:../../textproc/ruby-fastercsv DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.0<2:../../textproc/ruby-multi_json -DEPENDS+= ${RUBY_PKGPREFIX}-stringex>=1.4<2:../../textproc/ruby-stringex +DEPENDS+= ${RUBY_PKGPREFIX}-stringex1>=1.4<2:../../textproc/ruby-stringex1 DEPENDS+= ${RUBY_PKGPREFIX}-uuidtools>=2.1<3:../../devel/ruby-uuidtools .include "../../lang/ruby/gem.mk" --_----------=_149805206723410--