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 13:34:23 UTC 2019

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

Log Message:
ruby/Makefile.common: Use gtar to extract

Use gtar to extract Ruby distfiles.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 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.38 pkgsrc/lang/ruby/Makefile.common:1.39
--- pkgsrc/lang/ruby/Makefile.common:1.38       Thu Jan  3 05:19:03 2019
+++ pkgsrc/lang/ruby/Makefile.common    Sun Feb  3 13:34:23 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.38 2019/01/03 05:19:03 taca Exp $
+# $NetBSD: Makefile.common,v 1.39 2019/02/03 13:34:23 taca Exp $
 #
 # Ruby base distribution common definition
 # used by databases/ruby-gdbm/Makefile
@@ -44,6 +44,7 @@ RUBY_HOMEPAGE=                http://www.ruby-lang.org
 RUBY_WRKSRC?=          ${WRKDIR}/${RUBY_DISTNAME}
 EXTRACT_SUFX=          .tar.xz
 STRIP?=                        strip
+EXTRACT_USING=         gtar
 
 #
 # substitutions



Home | Main Index | Thread Index | Old Index