Date: Sun, 4 Jan 2009 03:58:36 +0800 (CST) From: chinsan <chinsan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: john@pcbsd.org Subject: ports/130142: [PATCH] sysutils/mtpfs: update to 0.9 Message-ID: <20090103195836.AF195B823@chinsan.info> Resent-Message-ID: <200901032000.n03K0CWq059400@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 130142 >Category: ports >Synopsis: [PATCH] sysutils/mtpfs: update to 0.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jan 03 20:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.info 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Mon Sep 29 01:43:14 CST 2008 >Description: - Update to 0.9 Port maintainer (john@pcbsd.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- mtpfs-0.9.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/mtpfs/Makefile /usr/home/tinderbox/portstrees/FreeBSD/ports/sysutils/mtpfs/Makefile --- /usr/ports/sysutils/mtpfs/Makefile 2008-06-09 22:49:27.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/sysutils/mtpfs/Makefile 2009-01-04 03:02:46.000000000 +0800 @@ -6,8 +6,7 @@ # PORTNAME= mtpfs -PORTVERSION= 0.6 -PORTREVISION= 4 +PORTVERSION= 0.9 CATEGORIES= sysutils MASTER_SITES= http://www.adebenham.com/mtpfs/ diff -ruN --exclude=CVS /usr/ports/sysutils/mtpfs/distinfo /usr/home/tinderbox/portstrees/FreeBSD/ports/sysutils/mtpfs/distinfo --- /usr/ports/sysutils/mtpfs/distinfo 2007-09-08 13:11:27.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/sysutils/mtpfs/distinfo 2009-01-04 03:02:51.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (mtpfs-0.6.tar.gz) = d81202b04b621334952d42527ee1c8e7 -SHA256 (mtpfs-0.6.tar.gz) = be5245d779aaa8dbec6844ae3f62dfa236957c3444607f7387528ad5125a61a3 -SIZE (mtpfs-0.6.tar.gz) = 91014 +MD5 (mtpfs-0.9.tar.gz) = 70adfdbef3b228f7f6db4c01a08cf29a +SHA256 (mtpfs-0.9.tar.gz) = 828e82955232155380b243348eb16cb5f6acfe02ddbf97222308b2fc2dcb1d09 +SIZE (mtpfs-0.9.tar.gz) = 95038 diff -ruN --exclude=CVS /usr/ports/sysutils/mtpfs/files/patch-mtpfs.h /usr/home/tinderbox/portstrees/FreeBSD/ports/sysutils/mtpfs/files/patch-mtpfs.h --- /usr/ports/sysutils/mtpfs/files/patch-mtpfs.h 2007-09-08 13:10:39.000000000 +0800 +++ /usr/home/tinderbox/portstrees/FreeBSD/ports/sysutils/mtpfs/files/patch-mtpfs.h 2009-01-04 03:05:35.000000000 +0800 @@ -1,22 +1,23 @@ ---- mtpfs.h.orig Sun Jul 1 11:45:49 2007 -+++ mtpfs.h Sun Jul 1 11:46:22 2007 -@@ -18,7 +18,9 @@ +--- mtpfs.h.orig 2009-01-04 03:03:56.000000000 +0800 ++++ mtpfs.h 2009-01-04 03:05:16.000000000 +0800 +@@ -18,8 +18,9 @@ #include <fcntl.h> #include <dirent.h> #include <errno.h> -#include <sys/statfs.h> +- +#include <sys/param.h> +#include <sys/mount.h> +#include <sys/statvfs.h> - #include <libmtp.h> #include <glib.h> -@@ -48,7 +50,7 @@ + #include <id3tag.h> +@@ -49,7 +50,7 @@ static int mtpfs_unlink (const gchar * path); static int mtpfs_mkdir (const char *path, mode_t mode); static int mtpfs_rmdir (const char *path); -static int mtpfs_statfs (const char *path, struct statfs *stbuf); +static int mtpfs_statfs (const char *path, struct statvfs *stbuf); + int calc_length(int f); - static LIBMTP_mtpdevice_t *device; --- mtpfs-0.9.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090103195836.AF195B823>