pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-review



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue May 30 15:07:43 UTC 2023

Modified Files:
        pkgsrc/textproc/ruby-review: Makefile

Log Message:
textproc/ruby-review: drop supprot for ruby27


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

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

Modified files:

Index: pkgsrc/textproc/ruby-review/Makefile
diff -u pkgsrc/textproc/ruby-review/Makefile:1.12 pkgsrc/textproc/ruby-review/Makefile:1.13
--- pkgsrc/textproc/ruby-review/Makefile:1.12   Sun Mar  5 14:15:33 2023
+++ pkgsrc/textproc/ruby-review/Makefile        Tue May 30 15:07:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2023/03/05 14:15:33 taca Exp $
+# $NetBSD: Makefile,v 1.13 2023/05/30 15:07:43 taca Exp $
 
 DISTNAME=      review-5.7.0
 CATEGORIES=    textproc
@@ -17,13 +17,12 @@ USE_LANGUAGES=      # none
 
 RUBYGEM_OPTIONS+=      --format-executable
 
+RUBY_VERSIONS_INCOMPATIBLE=    27
+
 pre-configure:
        cd ${WRKSRC}/bin && ${CHMOD} ${BINMODE} *
 
 .include "../../lang/ruby/rubyversion.mk"
-.if ${RUBY_VER} == 27
-DEPENDS+=      ${RUBY_PKGPREFIX}-rexml>=3.2<4:../../textproc/ruby-rexml
-.endif
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index