pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/ruby-redmine-plugins meta-pkgs/ruby-redmine-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e874e91a3fd1
branches:  trunk
changeset: 447892:e874e91a3fd1
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Feb 28 16:10:40 2021 +0000

description:
meta-pkgs/ruby-redmine-plugins: Use redmine.mk

Switch to use devel/ruby-redmine/redmine.mk.

diffstat:

 meta-pkgs/ruby-redmine-plugins/Makefile.common |  12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

diffs (29 lines):

diff -r 1ac5f758b35d -r e874e91a3fd1 meta-pkgs/ruby-redmine-plugins/Makefile.common
--- a/meta-pkgs/ruby-redmine-plugins/Makefile.common    Sun Feb 28 16:08:31 2021 +0000
+++ b/meta-pkgs/ruby-redmine-plugins/Makefile.common    Sun Feb 28 16:10:40 2021 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index