pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-redmine60



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon May 26 15:54:08 UTC 2025

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-redmine60/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-redmine60/Makefile
diff -u pkgsrc/devel/ruby-redmine60/Makefile:1.5 pkgsrc/devel/ruby-redmine60/Makefile:1.6
--- pkgsrc/devel/ruby-redmine60/Makefile:1.5    Sat May 17 07:25:35 2025
+++ pkgsrc/devel/ruby-redmine60/Makefile        Mon May 26 15:54:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2025/05/17 07:25:35 taca Exp $
+# $NetBSD: Makefile,v 1.6 2025/05/26 15:54:07 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 33
+RUBY_VERSIONS_ACCEPTED=        32 33
 RUBY_RAILS_ACCEPTED=   72
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
@@ -53,10 +53,6 @@ DEPENDS+=    ${RUBY_PKGPREFIX}-sanitize>=6.
 .if ${RUBY_VER} < 33
 DEPENDS+=      ${RUBY_PKGPREFIX}-csv>=3.2.8<4:../../textproc/ruby-csv
 DEPENDS+=      ${RUBY_PKGPREFIX}-net-imap>=0.4.8:../../net/ruby-net-imap
-.  if ${RUBY_VER} < 32
-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
 .endif
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index