pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/coreclr



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Aug 26 17:18:03 UTC 2016

Modified Files:
        pkgsrc/lang/coreclr: Makefile

Log Message:
Extract using bsdtar.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/coreclr/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/coreclr/Makefile
diff -u pkgsrc/lang/coreclr/Makefile:1.1 pkgsrc/lang/coreclr/Makefile:1.2
--- pkgsrc/lang/coreclr/Makefile:1.1    Thu Jun 30 12:16:24 2016
+++ pkgsrc/lang/coreclr/Makefile        Fri Aug 26 17:18:03 2016
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2016/06/30 12:16:24 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2016/08/26 17:18:03 joerg Exp $
 
 DISTNAME=      coreclr-1.0.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=dotnet/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
+EXTRACT_USING= bsdtar
+
 MAINTAINER=    kamil%NetBSD.org@localhost
 HOMEPAGE=      https://dotnet.github.io/
 COMMENT=       The .NET Core runtime and the base library



Home | Main Index | Thread Index | Old Index