pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/go Use bsdtar instead of GNU Tar to extract the d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/91e12740a5b1
branches: trunk
changeset: 367537:91e12740a5b1
user: tron <tron%pkgsrc.org@localhost>
date: Sun Sep 03 16:49:52 2017 +0000
description:
Use bsdtar instead of GNU Tar to extract the distribution archive
as suggested by wizd(8) in private e-mail
diffstat:
lang/go/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4cdb21f7d8ff -r 91e12740a5b1 lang/go/Makefile
--- a/lang/go/Makefile Sun Sep 03 16:43:36 2017 +0000
+++ b/lang/go/Makefile Sun Sep 03 16:49:52 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2017/09/03 13:40:19 tron Exp $
+# $NetBSD: Makefile,v 1.56 2017/09/03 16:49:52 tron Exp $
.include "version.mk"
@@ -6,7 +6,7 @@
PKGNAME= go-${GO_VERSION}
CATEGORIES= lang
MASTER_SITES= https://storage.googleapis.com/golang/
-EXTRACT_USING= gtar
+EXTRACT_USING= bsdtar
MAINTAINER= bsiegert%NetBSD.org@localhost
HOMEPAGE= http://golang.org/
Home |
Main Index |
Thread Index |
Old Index