Received: by mail.netbsd.org (Postfix, from userid 605) id E06C584D55; Fri, 20 Oct 2017 13:59:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6C33684D20 for ; Fri, 20 Oct 2017 13:59:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 341dlnmxodBl for ; Fri, 20 Oct 2017 13:59:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CD68584CD8 for ; Fri, 20 Oct 2017 13:59:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C3DEDFBC7; Fri, 20 Oct 2017 13:59:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1508507973144020" MIME-Version: 1.0 Date: Fri, 20 Oct 2017 13:59:33 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/archivers/zstd To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20171020135933.C3DEDFBC7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1508507973144020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Fri Oct 20 13:59:33 UTC 2017 Modified Files: pkgsrc/archivers/zstd: Makefile Log Message: archivers/zstd: non-redistributable distfile has been fixed. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/archivers/zstd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1508507973144020 Content-Disposition: inline Content-Length: 806 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/zstd/Makefile diff -u pkgsrc/archivers/zstd/Makefile:1.13 pkgsrc/archivers/zstd/Makefile:1.14 --- pkgsrc/archivers/zstd/Makefile:1.13 Fri Oct 20 07:23:01 2017 +++ pkgsrc/archivers/zstd/Makefile Fri Oct 20 13:59:33 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/10/20 07:23:01 adam Exp $ +# $NetBSD: Makefile,v 1.14 2017/10/20 13:59:33 joerg Exp $ DISTNAME= zstd-1.3.2 CATEGORIES= archivers @@ -19,10 +19,6 @@ MAKE_FLAGS+= INSTALL=${INSTALL:Q} BUILD_TARGET= allmost TEST_TARGET= test -RESTRICTED= LICENSE-examples does not permit redistribution of the examples -NO_SRC_ON_CDROM= ${RESTRICTED} -NO_SRC_ON_FTP= ${RESTRICTED} - .include "../../archivers/xz/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1508507973144020--