Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id CC76C7A1B1 for ; Mon, 19 Sep 2016 15:05:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4BDF885F79; Mon, 19 Sep 2016 15:00:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CCEF085EE8 for ; Mon, 19 Sep 2016 15:00:54 +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 SsoEAfCPiSg0 for ; Mon, 19 Sep 2016 15:00:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 317CB86082 for ; Mon, 19 Sep 2016 08:02:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2F536FBD1; Mon, 19 Sep 2016 08:02:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1474272143170130" MIME-Version: 1.0 Date: Mon, 19 Sep 2016 08:02:23 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/archivers To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160919080223.2F536FBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1474272143170130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 19 08:02:23 UTC 2016 Modified Files: pkgsrc/archivers: Makefile Log Message: + lz4json. To generate a diff of this commit: cvs rdiff -u -r1.147 -r1.148 pkgsrc/archivers/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1474272143170130 Content-Disposition: inline Content-Length: 551 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/Makefile diff -u pkgsrc/archivers/Makefile:1.147 pkgsrc/archivers/Makefile:1.148 --- pkgsrc/archivers/Makefile:1.147 Sun Sep 4 12:39:40 2016 +++ pkgsrc/archivers/Makefile Mon Sep 19 08:02:23 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.147 2016/09/04 12:39:40 wiz Exp $ +# $NetBSD: Makefile,v 1.148 2016/09/19 08:02:23 wiz Exp $ # COMMENT= Archivers @@ -48,6 +48,7 @@ SUBDIR+= libunrar SUBDIR+= libzip SUBDIR+= lrzip SUBDIR+= lz4 +SUBDIR+= lz4json SUBDIR+= lzip SUBDIR+= lziprecover SUBDIR+= lzma --_----------=_1474272143170130--