Received: by mail.netbsd.org (Postfix, from userid 605) id 5F43C84D26; Sun, 28 Feb 2021 16:10:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9801E84CE2 for ; Sun, 28 Feb 2021 16:10:41 +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 ZjVU2X8Ez-v7 for ; Sun, 28 Feb 2021 16:10:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E920484CE0 for ; Sun, 28 Feb 2021 16:10:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E6549FA95; Sun, 28 Feb 2021 16:10:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161452864064350" MIME-Version: 1.0 Date: Sun, 28 Feb 2021 16:10:40 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/meta-pkgs/ruby-redmine-plugins To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210228161040.E6549FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161452864064350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Feb 28 16:10:40 UTC 2021 Modified Files: pkgsrc/meta-pkgs/ruby-redmine-plugins: Makefile.common Log Message: meta-pkgs/ruby-redmine-plugins: Use redmine.mk Switch to use devel/ruby-redmine/redmine.mk. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ pkgsrc/meta-pkgs/ruby-redmine-plugins/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161452864064350 Content-Disposition: inline Content-Length: 1157 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/ruby-redmine-plugins/Makefile.common diff -u pkgsrc/meta-pkgs/ruby-redmine-plugins/Makefile.common:1.5 pkgsrc/meta-pkgs/ruby-redmine-plugins/Makefile.common:1.6 --- pkgsrc/meta-pkgs/ruby-redmine-plugins/Makefile.common:1.5 Wed May 6 15:02:54 2020 +++ pkgsrc/meta-pkgs/ruby-redmine-plugins/Makefile.common Sun Feb 28 16:10:40 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2020/05/06 15:02:54 taca Exp $ +# $NetBSD: Makefile.common,v 1.6 2021/02/28 16:10:40 taca Exp $ # # used by devel/ruby-redmine_code_review/Makefile # used by devel/ruby-redmine_lightbox2/Makefile @@ -9,17 +9,11 @@ CATEGORIES= devel RUBY_VERSIONS_ACCEPTED= 25 26 -.include "../../lang/ruby/rubyversion.mk" +.include "../../devel/ruby-redmine/redmine.mk" -DEPENDS+= ${RUBY_PKGPREFIX}-redmine-[0-9]*:../../devel/ruby-redmine +DEPENDS+= ${REDMINE_DEPENDS} USE_LANGUAGES= # none -RM_DIR= share/${RUBY_NAME}-redmine -GEM_HOME= ${RM_DIR}/gems -PLIST_SUBST+= GEM_HOME=${GEM_HOME} - -REDMINE_PLUGINDIR= ${RM_DIR}/app/plugins - MESSAGE_SRC= ../../meta-pkgs/ruby-redmine-plugins/MESSAGE.common MESSAGE_SRC+= ${.CURDIR}/MESSAGE --_----------=_161452864064350--