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:           Wed Oct  6 13:16:41 UTC 2021

Modified Files:
        pkgsrc/meta-pkgs/ruby-redmine-plugins: Makefile

Log Message:
meta-pkgs/ruby-redmine-plugins: accept ruby27

Allow build with ruby27.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/meta-pkgs/ruby-redmine-plugins/Makefile

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.11 pkgsrc/meta-pkgs/ruby-redmine-plugins/Makefile:1.12
--- pkgsrc/meta-pkgs/ruby-redmine-plugins/Makefile:1.11 Thu Apr  1 14:23:20 2021
+++ pkgsrc/meta-pkgs/ruby-redmine-plugins/Makefile      Wed Oct  6 13:16:41 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2021/04/01 14:23:20 taca Exp $
+# $NetBSD: Makefile,v 1.12 2021/10/06 13:16: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
+RUBY_VERSIONS_ACCEPTED=        26 27
 
 MESSAGE_SUBST+=        RM_SVER=${RM_SVER}
 



Home | Main Index | Thread Index | Old Index