pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ruby



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Feb  3 14:03:55 UTC 2019

Modified Files:
        pkgsrc/lang/ruby: Makefile.common

Log Message:
lang/ruby/Makefile.common: use bsdtar instead of gtar

* Use "bsdtar" instead of "gtar" as advised by leot@.
* Add "used by" lines for ruby26 and ruby26-base.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/lang/ruby/Makefile.common

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

Modified files:

Index: pkgsrc/lang/ruby/Makefile.common
diff -u pkgsrc/lang/ruby/Makefile.common:1.39 pkgsrc/lang/ruby/Makefile.common:1.40
--- pkgsrc/lang/ruby/Makefile.common:1.39       Sun Feb  3 13:34:23 2019
+++ pkgsrc/lang/ruby/Makefile.common    Sun Feb  3 14:03:54 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.39 2019/02/03 13:34:23 taca Exp $
+# $NetBSD: Makefile.common,v 1.40 2019/02/03 14:03:54 taca Exp $
 #
 # Ruby base distribution common definition
 # used by databases/ruby-gdbm/Makefile
@@ -13,6 +13,8 @@
 # used by lang/ruby24-base/Makefile
 # used by lang/ruby25/Makefile
 # used by lang/ruby25-base/Makefile
+# used by lang/ruby26/Makefile
+# used by lang/ruby26-base/Makefile
 # used by x11/ruby-tk/Makefile
 #
 # RUBY_EXTNAME
@@ -44,7 +46,7 @@ RUBY_HOMEPAGE=                http://www.ruby-lang.org
 RUBY_WRKSRC?=          ${WRKDIR}/${RUBY_DISTNAME}
 EXTRACT_SUFX=          .tar.xz
 STRIP?=                        strip
-EXTRACT_USING=         gtar
+EXTRACT_USING=         bsdtar
 
 #
 # substitutions



Home | Main Index | Thread Index | Old Index