Received: by mail.netbsd.org (Postfix, from userid 605) id 0927C84EA7; Sun, 3 Feb 2019 13:34:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 85D6384E38 for ; Sun, 3 Feb 2019 13:34:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id mlMQLdYqhrJ3 for ; Sun, 3 Feb 2019 13:34:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DD0A784C82 for ; Sun, 3 Feb 2019 13:34:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D7A94FB16; Sun, 3 Feb 2019 13:34:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1549200863290120" MIME-Version: 1.0 Date: Sun, 3 Feb 2019 13:34:23 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang/ruby To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20190203133423.D7A94FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1549200863290120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1549200863290120 Content-Disposition: inline Content-Length: 693 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1549200863290120--