Received: by mail.netbsd.org (Postfix, from userid 605) id 47DDC84D83; Wed, 22 Apr 2020 09:40:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C386284D7A for ; Wed, 22 Apr 2020 09:40:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id gzWh1fHlN-Hy for ; Wed, 22 Apr 2020 09:40:09 +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 517F684CD5 for ; Wed, 22 Apr 2020 09:40:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 459C0FB27; Wed, 22 Apr 2020 09:40:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1587548409282120" MIME-Version: 1.0 Date: Wed, 22 Apr 2020 09:40:09 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2020Q1] pkgsrc/devel/ruby-redmine_bootstrap_kit To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20200422094009.459C0FB27@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. --_----------=_1587548409282120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Wed Apr 22 09:40:09 UTC 2020 Modified Files: pkgsrc/devel/ruby-redmine_bootstrap_kit [pkgsrc-2020Q1]: Makefile Log Message: Pullup ticket #6162 - requested by taca devel/ruby-redmine_bootstrap_kit: build fix Revisions pulled up: - devel/ruby-redmine_bootstrap_kit/Makefile 1.6 --- Module Name: pkgsrc Committed By: taca Date: Mon Mar 30 10:24:34 UTC 2020 Modified Files: pkgsrc/devel/ruby-redmine_bootstrap_kit: Makefile Log Message: devel/ruby-redmine_bootstrap_kit: avoid using obsolete rdoc options Avoid using obsolete rdoc options. ## require pull-up To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.5.2.1 pkgsrc/devel/ruby-redmine_bootstrap_kit/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1587548409282120 Content-Disposition: inline Content-Length: 937 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-redmine_bootstrap_kit/Makefile diff -u pkgsrc/devel/ruby-redmine_bootstrap_kit/Makefile:1.5 pkgsrc/devel/ruby-redmine_bootstrap_kit/Makefile:1.5.2.1 --- pkgsrc/devel/ruby-redmine_bootstrap_kit/Makefile:1.5 Sun Nov 3 10:00:24 2019 +++ pkgsrc/devel/ruby-redmine_bootstrap_kit/Makefile Wed Apr 22 09:40:09 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2019/11/03 10:00:24 rillig Exp $ +# $NetBSD: Makefile,v 1.5.2.1 2020/04/22 09:40:09 bsiegert Exp $ GITHUB_PROJECT= redmine_bootstrap_kit DISTNAME= 0.2.4 @@ -77,7 +77,7 @@ RUBYGEM_INSTALL_ROOT_OPTION= --install-r _RUBYGEM_OPTIONS= --no-update-sources # don't cache the gem index _RUBYGEM_OPTIONS+= --install-dir ${PREFIX}/${GEM_HOME} _RUBYGEM_OPTIONS+= ${RUBYGEM_INSTALL_ROOT_OPTION} -_RUBYGEM_OPTIONS+= --ignore-dependencies --no-ri --no-rdoc +_RUBYGEM_OPTIONS+= --ignore-dependencies --no-document do-install: # Install gems --_----------=_1587548409282120--