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:   tnn
Date:           Thu Sep 27 23:58:21 UTC 2018

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

Log Message:
ruby-xz: needs ruby 2.3.0 or higher


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 pkgsrc/archivers/ruby-xz/Makefile:1.15
--- pkgsrc/archivers/ruby-xz/Makefile:1.14      Sun Sep 23 13:44:11 2018
+++ pkgsrc/archivers/ruby-xz/Makefile   Thu Sep 27 23:58:21 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2018/09/23 13:44:11 taca Exp $
+# $NetBSD: Makefile,v 1.15 2018/09/27 23:58:21 tnn Exp $
 
 DISTNAME=      ruby-xz-1.0.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
@@ -11,6 +11,8 @@ LICENSE=      mit
 
 DEPENDS+=      ${RUBY_NAME}-fiddle>=${RUBY_VERSION}:../../devel/ruby-fiddle
 
+RUBY_VERSIONS_ACCEPTED=        23 24 25
+
 SUBST_CLASSES+=                path
 SUBST_STAGE.path=      pre-configure
 SUBST_FILES.path=      lib/xz/lib_lzma.rb



Home | Main Index | Thread Index | Old Index