pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-redmine50



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue May 30 15:12:11 UTC 2023

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

Log Message:
devel/ruby-redmine50: drop support for ruby27

And MESSAGE_SUBST moved to ../ruby-redmine/redmine.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-redmine50/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-redmine50/Makefile
diff -u pkgsrc/devel/ruby-redmine50/Makefile:1.13 pkgsrc/devel/ruby-redmine50/Makefile:1.14
--- pkgsrc/devel/ruby-redmine50/Makefile:1.13   Tue May 30 14:23:59 2023
+++ pkgsrc/devel/ruby-redmine50/Makefile        Tue May 30 15:12:11 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2023/05/30 14:23:59 taca Exp $
+# $NetBSD: Makefile,v 1.14 2023/05/30 15:12:11 taca Exp $
 
 DISTNAME=      redmine-${RM_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/redmine/redmine${RM_VER}/}
@@ -15,7 +15,7 @@ RM_VERSION=   5.0.5
 
 NO_BUILD=      yes
 
-RUBY_VERSIONS_ACCEPTED=        27 30 31
+RUBY_VERSIONS_ACCEPTED=        30 31
 
 RUBY_RAILS_ACCEPTED=   61
 
@@ -51,9 +51,6 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-sanitize>=6.
 .include "../../lang/ruby/modules.mk"
 .include "options.mk"
 
-.if ${RUBY_VER} == 27
-DEPENDS+=      ${RUBY_PKGPREFIX}-net-pop>=0.1.1<0.2:../../net/ruby-net-pop
-.endif
 .if ${RUBY_VER} < 31
 DEPENDS+=      ${RUBY_PKGPREFIX}-csv>=3.2.0<3.3:../../textproc/ruby-csv
 DEPENDS+=      ${RUBY_PKGPREFIX}-net-imap>=0.2.2<0.3:../../net/ruby-net-imap
@@ -71,8 +68,6 @@ SUBST_MESSAGE.shell=  Fixing paths in hel
 SUBST_VARS.shell=      PREFIX RUBY RM_DIR
 SUBST_STAGE.shell=     post-install
 
-MESSAGE_SUBST+=        RM_DIR=${RM_DIR} RM_VER=${RM_VER}
-
 USE_LANGUAGES= # none
 
 EGDIR=         ${PREFIX}/share/examples/${RUBY_PKGPREFIX}-redmine50



Home | Main Index | Thread Index | Old Index