pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-redmine51



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon May 26 15:53:52 UTC 2025

Modified Files:
        pkgsrc/devel/ruby-redmine51: Makefile

Log Message:
devel/ruby-redmine51: remove support for Ruby 3.1


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-redmine51/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-redmine51/Makefile
diff -u pkgsrc/devel/ruby-redmine51/Makefile:1.12 pkgsrc/devel/ruby-redmine51/Makefile:1.13
--- pkgsrc/devel/ruby-redmine51/Makefile:1.12   Sat May 17 07:23:36 2025
+++ pkgsrc/devel/ruby-redmine51/Makefile        Mon May 26 15:53:52 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2025/05/17 07:23:36 taca Exp $
+# $NetBSD: Makefile,v 1.13 2025/05/26 15:53:52 taca Exp $
 
 DISTNAME=      redmine-${RM_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/redmine/redmine${RM_VER}/}
@@ -16,7 +16,7 @@ NO_BUILD=     yes
 
 USE_LANGUAGES= # none
 
-RUBY_VERSIONS_ACCEPTED=        31 32
+RUBY_VERSIONS_ACCEPTED=        32
 RUBY_RAILS_ACCEPTED=   61
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
@@ -49,15 +49,6 @@ DEPENDS+=    ${RUBY_PKGPREFIX}-commonmarker
 DEPENDS+=      ${RUBY_PKGPREFIX}-sanitize>=6.0<7:../../textproc/ruby-sanitize
 #DEPENDS+=     ${RUBY_PKGPREFIX}-csv>=3.2.6<4:../../textproc/ruby-csv
 
-.include "../../lang/ruby/modules.mk"
-
-.if ${RUBY_VER} == 31
-DEPENDS+=      ${RUBY_PKGPREFIX}-csv>=3.2.6:../../textproc/ruby-csv
-DEPENDS+=      ${RUBY_PKGPREFIX}-net-imap>=0.3.4:../../net/ruby-net-imap
-DEPENDS+=      ${RUBY_PKGPREFIX}-net-pop>=0.1.2:../../net/ruby-net-pop
-DEPENDS+=      ${RUBY_PKGPREFIX}-net-smtp>=0.3.3:../../net/ruby-net-smtp
-.endif
-
 .include "options.mk"
 
 REPLACE_RUBY+= ${DISTNAME}/bin/*



Home | Main Index | Thread Index | Old Index