pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/ruby-xz



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Mar 23 15:23:10 UTC 2020

Modified Files:
        pkgsrc/archivers/ruby-xz: Makefile

Log Message:
archivers/ruby-xz: allow build with ruby27

Allow build with Ruby 2.7.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/archivers/ruby-xz/Makefile

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

Modified files:

Index: pkgsrc/archivers/ruby-xz/Makefile
diff -u pkgsrc/archivers/ruby-xz/Makefile:1.18 pkgsrc/archivers/ruby-xz/Makefile:1.19
--- pkgsrc/archivers/ruby-xz/Makefile:1.18      Thu May 23 19:22:55 2019
+++ pkgsrc/archivers/ruby-xz/Makefile   Mon Mar 23 15:23:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/05/23 19:22:55 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2020/03/23 15:23:10 taca Exp $
 
 DISTNAME=      ruby-xz-1.0.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
@@ -11,8 +11,6 @@ LICENSE=      mit
 
 DEPENDS+=      ${RUBY_NAME}-fiddle>=${RUBY_VERSION}:../../devel/ruby-fiddle
 
-RUBY_VERSIONS_ACCEPTED=        24 25 26
-
 SUBST_CLASSES+=                path
 SUBST_STAGE.path=      pre-configure
 SUBST_FILES.path=      lib/xz/lib_lzma.rb



Home | Main Index | Thread Index | Old Index