pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ruby lang/ruby/Makefile.common: use bsdtar instea...
details: https://anonhg.NetBSD.org/pkgsrc/rev/02e11674ddc7
branches: trunk
changeset: 329259:02e11674ddc7
user: taca <taca%pkgsrc.org@localhost>
date: Sun Feb 03 14:03:54 2019 +0000
description:
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.
diffstat:
lang/ruby/Makefile.common | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 108f63610694 -r 02e11674ddc7 lang/ruby/Makefile.common
--- a/lang/ruby/Makefile.common Sun Feb 03 13:45:06 2019 +0000
+++ b/lang/ruby/Makefile.common Sun Feb 03 14:03:54 2019 +0000
@@ -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_WRKSRC?= ${WRKDIR}/${RUBY_DISTNAME}
EXTRACT_SUFX= .tar.xz
STRIP?= strip
-EXTRACT_USING= gtar
+EXTRACT_USING= bsdtar
#
# substitutions
Home |
Main Index |
Thread Index |
Old Index