pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/ruby-redmine-plugins



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.

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



Home | Main Index | Thread Index | Old Index