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/069e21bc0299
branches: trunk
changeset: 385083:069e21bc0299
user: taca <taca%pkgsrc.org@localhost>
date: Sat Sep 10 16:02:41 2022 +0000
description:
meta-pkgs/ruby-redmine-plugins: accept ruby30 and ruby31
Now redmine50 supports Ruby 3.0 and later, accept Ruby 3.0 and later.
diffstat:
meta-pkgs/ruby-redmine-plugins/Makefile | 4 ++--
meta-pkgs/ruby-redmine-plugins/Makefile.common | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 6c9268f70cd6 -r 069e21bc0299 meta-pkgs/ruby-redmine-plugins/Makefile
--- a/meta-pkgs/ruby-redmine-plugins/Makefile Sat Sep 10 16:00:34 2022 +0000
+++ b/meta-pkgs/ruby-redmine-plugins/Makefile Sat Sep 10 16:02:41 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2021/10/06 13:16:41 taca Exp $
+# $NetBSD: Makefile,v 1.13 2022/09/10 16:02:41 taca Exp $
DISTNAME= redmine-plugins-1.3.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/redmine/redmine${RM_VER}/}
@@ -18,7 +18,7 @@
META_PACKAGE= yes
MESSAGE_SRC+= ${.CURDIR}/MESSAGE.common ${.CURDIR}/MESSAGE
-RUBY_VERSIONS_ACCEPTED= 26 27
+RUBY_VERSIONS_ACCEPTED= 26 27 30 31
MESSAGE_SUBST+= RM_SVER=${RM_SVER}
diff -r 6c9268f70cd6 -r 069e21bc0299 meta-pkgs/ruby-redmine-plugins/Makefile.common
--- a/meta-pkgs/ruby-redmine-plugins/Makefile.common Sat Sep 10 16:00:34 2022 +0000
+++ b/meta-pkgs/ruby-redmine-plugins/Makefile.common Sat Sep 10 16:02:41 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2021/06/03 15:45:08 taca Exp $
+# $NetBSD: Makefile.common,v 1.9 2022/09/10 16:02:41 taca Exp $
#
# used by devel/ruby-redmine_code_review/Makefile
# used by devel/ruby-redmine_lightbox2/Makefile
@@ -7,7 +7,7 @@
CATEGORIES= devel
-RUBY_VERSIONS_ACCEPTED= 26 27
+RUBY_VERSIONS_ACCEPTED= 26 27 30 31
.include "../../devel/ruby-redmine/redmine.mk"
Home |
Main Index |
Thread Index |
Old Index