From owner-cvs-all@FreeBSD.ORG Thu Feb 9 17:21:59 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71AA71065673; Thu, 9 Feb 2012 17:21:59 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 56C138FC0A; Thu, 9 Feb 2012 17:21:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q19HLx1X006794; Thu, 9 Feb 2012 17:21:59 GMT (envelope-from scheidell@repoman.freebsd.org) Received: (from scheidell@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q19HLxTU006793; Thu, 9 Feb 2012 17:21:59 GMT (envelope-from scheidell) Message-Id: <201202091721.q19HLxTU006793@repoman.freebsd.org> From: Michael Scheidell Date: Thu, 9 Feb 2012 17:21:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/fusefs-exfat Makefile ports/sysutils/fusefs-exfat/files patch-libexfat_io.c patch-timefuncs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2012 17:21:59 -0000 scheidell 2012-02-09 17:21:59 UTC FreeBSD ports repository Modified files: sysutils/fusefs-exfat Makefile sysutils/fusefs-exfat/files patch-libexfat_io.c Added files: sysutils/fusefs-exfat/files patch-timefuncs Log: - Fixed time/date handling, fix taken from upstream - Device block size is now requested from the device - Added optional ublio support, enabled by default - Bump PORTREVISION PR: ports/164790 Submitted by: Alex Samorukov (maintainer) Approved by: gabor (mentor) Revision Changes Path 1.2 +19 -3 ports/sysutils/fusefs-exfat/Makefile 1.2 +97 -18 ports/sysutils/fusefs-exfat/files/patch-libexfat_io.c 1.1 +384 -0 ports/sysutils/fusefs-exfat/files/patch-timefuncs (new)