pkgsrc-WIP-changes archive

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

Extract using bsdtar



Module Name:	pkgsrc-wip
Committed By:	Filip Hajny <filip%joyent.com@localhost>
Pushed By:	fhajny
Date:		Thu Jan 5 16:15:00 2017 +0000
Changeset:	cc3126edc110fdd94668aae6d8e7cb703bb0b8f4

Modified Files:
	beats/Makefile

Log Message:
Extract using bsdtar

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cc3126edc110fdd94668aae6d8e7cb703bb0b8f4

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

diffstat:
 beats/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/beats/Makefile b/beats/Makefile
index 653d421..d77c313 100644
--- a/beats/Makefile
+++ b/beats/Makefile
@@ -15,6 +15,7 @@ LICENSE=		apache-2.0
 .include "../../lang/go/version.mk"
 BUILD_DEPENDS+=		go-${GO_VERSION}*:../../lang/go
 
+EXTRACT_USING=		bsdtar
 USE_TOOLS+=		gmake
 
 WRKSRC=			${WRKDIR}/src/github.com/elastic/beats


Home | Main Index | Thread Index | Old Index