From owner-svn-ports-all@freebsd.org Wed Aug 1 09:37:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB40B104B427; Wed, 1 Aug 2018 09:37:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 80B708AE03; Wed, 1 Aug 2018 09:37:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5DBEB20B82; Wed, 1 Aug 2018 09:37:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w719btIK038743; Wed, 1 Aug 2018 09:37:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w719bsW7038738; Wed, 1 Aug 2018 09:37:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201808010937.w719bsW7038738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 1 Aug 2018 09:37:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476169 - in head/sysutils/mtpfs: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/sysutils/mtpfs: . files X-SVN-Commit-Revision: 476169 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2018 09:37:56 -0000 Author: amdmi3 Date: Wed Aug 1 09:37:54 2018 New Revision: 476169 URL: https://svnweb.freebsd.org/changeset/ports/476169 Log: - Add LICENSE - Regenerate patches - Update WWW Approved by: portmgr blanket Modified: head/sysutils/mtpfs/Makefile head/sysutils/mtpfs/files/patch-Makefile.in head/sysutils/mtpfs/files/patch-mtpfs.c head/sysutils/mtpfs/files/patch-mtpfs.h head/sysutils/mtpfs/pkg-descr Modified: head/sysutils/mtpfs/Makefile ============================================================================== --- head/sysutils/mtpfs/Makefile Wed Aug 1 09:16:11 2018 (r476168) +++ head/sysutils/mtpfs/Makefile Wed Aug 1 09:37:54 2018 (r476169) @@ -10,6 +10,9 @@ MASTER_SITES= http://www.adebenham.com/files/mtp/ MAINTAINER= jhixson@gmail.com COMMENT= MTP device filesystem +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libmtp.so:multimedia/libmtp \ libid3.so:audio/id3lib \ libid3tag.so:audio/libid3tag \ Modified: head/sysutils/mtpfs/files/patch-Makefile.in ============================================================================== --- head/sysutils/mtpfs/files/patch-Makefile.in Wed Aug 1 09:16:11 2018 (r476168) +++ head/sysutils/mtpfs/files/patch-Makefile.in Wed Aug 1 09:37:54 2018 (r476169) @@ -1,6 +1,6 @@ ---- Makefile.in 2012-02-26 17:02:28.000000000 -0800 -+++ Makefile.in 2012-12-12 19:11:25.155523995 -0800 -@@ -181,7 +181,7 @@ +--- Makefile.in.orig 2012-02-27 01:02:28 UTC ++++ Makefile.in +@@ -181,7 +181,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ mtpfs_SOURCES = mtpfs.c mtpfs.h $(am__append_1) Modified: head/sysutils/mtpfs/files/patch-mtpfs.c ============================================================================== --- head/sysutils/mtpfs/files/patch-mtpfs.c Wed Aug 1 09:16:11 2018 (r476168) +++ head/sysutils/mtpfs/files/patch-mtpfs.c Wed Aug 1 09:37:54 2018 (r476169) @@ -1,6 +1,6 @@ ---- mtpfs.c 2012-02-26 16:59:39.000000000 -0800 -+++ mtpfs.c 2012-12-12 19:11:46.955525173 -0800 -@@ -1270,7 +1270,7 @@ +--- mtpfs.c.orig 2012-02-27 00:59:39 UTC ++++ mtpfs.c +@@ -1270,7 +1270,7 @@ mtpfs_rename (const char *oldname, const } static int @@ -9,7 +9,7 @@ { DBG("mtpfs_statfs"); stbuf->f_bsize=1024; -@@ -1282,7 +1282,7 @@ +@@ -1282,7 +1282,7 @@ mtpfs_statfs (const char *path, struct s } void * @@ -18,7 +18,7 @@ { LIBMTP_devicestorage_t *storage; DBG("mtpfs_init"); -@@ -1298,8 +1298,14 @@ +@@ -1298,8 +1298,14 @@ mtpfs_blank() // Do nothing } @@ -34,7 +34,7 @@ .release = mtpfs_release, .readdir = mtpfs_readdir, .getattr = mtpfs_getattr, -@@ -1428,7 +1434,7 @@ +@@ -1428,7 +1434,7 @@ main (int argc, char *argv[]) DBG("Start fuse"); Modified: head/sysutils/mtpfs/files/patch-mtpfs.h ============================================================================== --- head/sysutils/mtpfs/files/patch-mtpfs.h Wed Aug 1 09:16:11 2018 (r476168) +++ head/sysutils/mtpfs/files/patch-mtpfs.h Wed Aug 1 09:37:54 2018 (r476169) @@ -1,5 +1,5 @@ ---- mtpfs.h 2012-02-23 20:37:14.000000000 -0800 -+++ mtpfs.h 2012-12-12 19:10:01.055523958 -0800 +--- mtpfs.h.orig 2012-02-24 04:37:14 UTC ++++ mtpfs.h @@ -18,7 +18,9 @@ #include #include @@ -11,7 +11,7 @@ #include #include -@@ -49,7 +51,7 @@ +@@ -49,7 +51,7 @@ static int find_storage(const gchar * pa /* fuse functions */ @@ -20,7 +20,7 @@ static int mtpfs_blank (); static int mtpfs_release (const char *path, struct fuse_file_info *fi); void mtpfs_destroy (); -@@ -62,7 +64,7 @@ +@@ -62,7 +64,7 @@ static int mtpfs_write (const gchar * pa static int mtpfs_unlink (const gchar * path); static int mtpfs_mkdir (const char *path, mode_t mode); static int mtpfs_rmdir (const char *path); Modified: head/sysutils/mtpfs/pkg-descr ============================================================================== --- head/sysutils/mtpfs/pkg-descr Wed Aug 1 09:16:11 2018 (r476168) +++ head/sysutils/mtpfs/pkg-descr Wed Aug 1 09:37:54 2018 (r476169) @@ -1,4 +1,4 @@ MTPFS is a FUSE filesystem that supports reading and writing from any MTP device (as supported by libmtp) -WWW: http://www.adebenham.com/mtpfs/ +WWW: https://www.adebenham.com/mtpfs/