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 030247A1AF for ; Sun, 6 Nov 2016 16:12:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A9DE0855A5; Sun, 6 Nov 2016 16:12:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3AA4485587 for ; Sun, 6 Nov 2016 16:12:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id JzZkZ5IPO5TQ for ; Sun, 6 Nov 2016 16:12:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D251D84CFB for ; Sun, 6 Nov 2016 16:12:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D0144FBA6; Sun, 6 Nov 2016 16:12:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1478448750207070" MIME-Version: 1.0 Date: Sun, 6 Nov 2016 16:12:30 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/filesystems To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161106161230.D0144FBA6@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. --_----------=_1478448750207070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Nov 6 16:12:30 UTC 2016 Modified Files: pkgsrc/filesystems: Makefile Log Message: + fsx. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/filesystems/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1478448750207070 Content-Disposition: inline Content-Length: 567 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/filesystems/Makefile diff -u pkgsrc/filesystems/Makefile:1.42 pkgsrc/filesystems/Makefile:1.43 --- pkgsrc/filesystems/Makefile:1.42 Sun Oct 2 16:36:13 2016 +++ pkgsrc/filesystems/Makefile Sun Nov 6 16:12:30 2016 @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.42 2016/10/02 16:36:13 bouyer Exp $ +# $NetBSD: Makefile,v 1.43 2016/11/06 16:12:30 wiz Exp $ # COMMENT= File systems, and file system related packages SUBDIR+= cloudfuse SUBDIR+= fs-utils +SUBDIR+= fsx SUBDIR+= fuse SUBDIR+= fuse-afpfs-ng SUBDIR+= fuse-archivemount --_----------=_1478448750207070--