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 994DF7A285 for ; Sun, 9 Oct 2016 03:13:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4CA3885E6F; Sun, 9 Oct 2016 03:13:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D34A985E60 for ; Sun, 9 Oct 2016 03:13:08 +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 0O_fzsEtZUR1 for ; Sun, 9 Oct 2016 03:13:08 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 76B6B84C6C for ; Sun, 9 Oct 2016 03:13:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 701B8FBD2; Sun, 9 Oct 2016 03:13:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1475982788183890" MIME-Version: 1.0 Date: Sun, 9 Oct 2016 03:13:08 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/archivers To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20161009031308.701B8FBD2@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. --_----------=_1475982788183890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Oct 9 03:13:08 UTC 2016 Modified Files: pkgsrc/archivers: Makefile Log Message: Add libmspack To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149 pkgsrc/archivers/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1475982788183890 Content-Disposition: inline Content-Length: 564 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/Makefile diff -u pkgsrc/archivers/Makefile:1.148 pkgsrc/archivers/Makefile:1.149 --- pkgsrc/archivers/Makefile:1.148 Mon Sep 19 08:02:23 2016 +++ pkgsrc/archivers/Makefile Sun Oct 9 03:13:08 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.148 2016/09/19 08:02:23 wiz Exp $ +# $NetBSD: Makefile,v 1.149 2016/10/09 03:13:08 ryoon Exp $ # COMMENT= Archivers @@ -44,6 +44,7 @@ SUBDIR+= lhasa SUBDIR+= libarchive SUBDIR+= libcomprex SUBDIR+= liblzo +SUBDIR+= libmspack SUBDIR+= libunrar SUBDIR+= libzip SUBDIR+= lrzip --_----------=_1475982788183890--