Received: by mail.netbsd.org (Postfix, from userid 605) id 55DCB84F5E; Thu, 1 Sep 2022 16:18:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 905EB84F59 for ; Thu, 1 Sep 2022 16:18:26 +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 PSA3Mc0eRiSs for ; Thu, 1 Sep 2022 16:18:26 +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 D93B784CBC for ; Thu, 1 Sep 2022 16:18:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D6CE0FA8B; Thu, 1 Sep 2022 16:18:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1662049105202570" MIME-Version: 1.0 Date: Thu, 1 Sep 2022 16:18:25 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-redmine41 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220901161825.D6CE0FA8B@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1662049105202570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Sep 1 16:18:25 UTC 2022 Modified Files: pkgsrc/devel/ruby-redmine41: Makefile Log Message: devel/ruby-redmine41: depends on ruby-roadie-rails2 Switch to depends on mail/ruby-roadie-rails2 from mail/ruby-roadie-rails. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-redmine41/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1662049105202570 Content-Disposition: inline Content-Length: 1276 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-redmine41/Makefile diff -u pkgsrc/devel/ruby-redmine41/Makefile:1.10 pkgsrc/devel/ruby-redmine41/Makefile:1.11 --- pkgsrc/devel/ruby-redmine41/Makefile:1.10 Sun Apr 3 05:23:26 2022 +++ pkgsrc/devel/ruby-redmine41/Makefile Thu Sep 1 16:18:25 2022 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2022/04/03 05:23:26 taca Exp $ +# $NetBSD: Makefile,v 1.11 2022/09/01 16:18:25 taca Exp $ DISTNAME= redmine-${RM_VERSION} PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/redmine/redmine${RM_VER}/} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= https://www.redmine.org/releases/ @@ -30,7 +31,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-request_stor # ruby-mail depends it. #DEPENDS+= ${RUBY_PKGPREFIX}-mini_mime>=1.0.1<1.1:../../mail/ruby-mini_mime DEPENDS+= ${RUBY_PKGPREFIX}-actionpack${RUBY_RAILS}-xml_parser>=2.0:../../textproc/ruby-actionpack-xml_parser -DEPENDS+= ${RUBY_PKGPREFIX}-roadie-rails${RUBY_RAILS}>=2.1.0:../../mail/ruby-roadie-rails +DEPENDS+= ${RUBY_PKGPREFIX}-roadie-rails2_${RUBY_RAILS}>=2.1.0:../../mail/ruby-roadie-rails2 DEPENDS+= ${RUBY_PKGPREFIX}-mail>=2.7.1<2.8:../../mail/ruby-mail DEPENDS+= ${RUBY_PKGPREFIX}-csv>=3.1.1:../../textproc/ruby-csv DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.11.0:../../textproc/ruby-nokogiri --_----------=_1662049105202570--