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: Sat Sep 10 16:02:41 UTC 2022
Modified Files:
pkgsrc/meta-pkgs/ruby-redmine-plugins: Makefile Makefile.common
Log Message:
meta-pkgs/ruby-redmine-plugins: accept ruby30 and ruby31
Now redmine50 supports Ruby 3.0 and later, accept Ruby 3.0 and later.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/meta-pkgs/ruby-redmine-plugins/Makefile
cvs rdiff -u -r1.8 -r1.9 \
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
diff -u pkgsrc/meta-pkgs/ruby-redmine-plugins/Makefile:1.12 pkgsrc/meta-pkgs/ruby-redmine-plugins/Makefile:1.13
--- pkgsrc/meta-pkgs/ruby-redmine-plugins/Makefile:1.12 Wed Oct 6 13:16:41 2021
+++ pkgsrc/meta-pkgs/ruby-redmine-plugins/Makefile Sat Sep 10 16:02:41 2022
@@ -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 @@ DEPENDS+= ${RUBY_PKGPREFIX}-redmine${RM_
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}
Index: pkgsrc/meta-pkgs/ruby-redmine-plugins/Makefile.common
diff -u pkgsrc/meta-pkgs/ruby-redmine-plugins/Makefile.common:1.8 pkgsrc/meta-pkgs/ruby-redmine-plugins/Makefile.common:1.9
--- pkgsrc/meta-pkgs/ruby-redmine-plugins/Makefile.common:1.8 Thu Jun 3 15:45:08 2021
+++ pkgsrc/meta-pkgs/ruby-redmine-plugins/Makefile.common Sat Sep 10 16:02:41 2022
@@ -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