pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/go



Module Name:    pkgsrc
Committed By:   tron
Date:           Sun Sep  3 16:49:52 UTC 2017

Modified Files:
        pkgsrc/lang/go: Makefile

Log Message:
Use bsdtar instead of GNU Tar to extract the distribution archive
as suggested by wizd(8) in private e-mail


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/lang/go/Makefile

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

Modified files:

Index: pkgsrc/lang/go/Makefile
diff -u pkgsrc/lang/go/Makefile:1.55 pkgsrc/lang/go/Makefile:1.56
--- pkgsrc/lang/go/Makefile:1.55        Sun Sep  3 13:40:19 2017
+++ pkgsrc/lang/go/Makefile     Sun Sep  3 16:49:52 2017
@@ -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 @@ DISTNAME=       go${GO_VERSION}.src
 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