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 85E7B7A16D for ; Sat, 10 Jun 2017 16:45:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 36B3B84DC1; Sat, 10 Jun 2017 16:45:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BC51A84D88 for ; Sat, 10 Jun 2017 16:45:28 +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 7pS5HKP6g50b for ; Sat, 10 Jun 2017 16:45:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5EDD584D7E for ; Sat, 10 Jun 2017 16:45:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 98D88FAA4; Sat, 10 Jun 2017 16:45:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149711311685660" MIME-Version: 1.0 Date: Sat, 10 Jun 2017 16:45:16 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/archivers To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170610164516.98D88FAA4@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. --_----------=_149711311685660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Jun 10 16:45:16 UTC 2017 Modified Files: pkgsrc/archivers: Makefile Log Message: Add and enable ruby-mixlib-archive. To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 pkgsrc/archivers/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149711311685660 Content-Disposition: inline Content-Length: 594 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/Makefile diff -u pkgsrc/archivers/Makefile:1.153 pkgsrc/archivers/Makefile:1.154 --- pkgsrc/archivers/Makefile:1.153 Fri Apr 14 14:01:30 2017 +++ pkgsrc/archivers/Makefile Sat Jun 10 16:45:16 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.153 2017/04/14 14:01:30 leot Exp $ +# $NetBSD: Makefile,v 1.154 2017/06/10 16:45:16 taca Exp $ # COMMENT= Archivers @@ -98,6 +98,7 @@ SUBDIR+= ruby-bz2 SUBDIR+= ruby-libarchive SUBDIR+= ruby-minitar SUBDIR+= ruby-minitar-cli +SUBDIR+= ruby-mixlib-archive SUBDIR+= ruby-xz SUBDIR+= ruby-zip SUBDIR+= rzip --_----------=_149711311685660--