From owner-svn-ports-head@FreeBSD.ORG Thu Jan 22 20:02:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F8E4D71; Thu, 22 Jan 2015 20:02:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 317F9CCF; Thu, 22 Jan 2015 20:02:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0MK2GEp082088; Thu, 22 Jan 2015 20:02:16 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0MK2Gv1082086; Thu, 22 Jan 2015 20:02:16 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201501222002.t0MK2Gv1082086@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 22 Jan 2015 20:02:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377695 - head/sysutils/fusefs-simple-mtpfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2015 20:02:17 -0000 Author: jbeich Date: Thu Jan 22 20:02:15 2015 New Revision: 377695 URL: https://svnweb.freebsd.org/changeset/ports/377695 QAT: https://qat.redports.org/buildarchive/r377695/ Log: Update to 0.2.s20150108 Differential Revision: https://reviews.freebsd.org/D1594 Approved by: flo (mentor) ChangeLog: - Fix month value in log's timestamp - Introduce device capabilities in --list-devices - Drop debug messages from LIBMTP_Init() - Move mutex calls to private section of MTPDevice - Show correct folder timestamp Modified: head/sysutils/fusefs-simple-mtpfs/Makefile head/sysutils/fusefs-simple-mtpfs/distinfo Modified: head/sysutils/fusefs-simple-mtpfs/Makefile ============================================================================== --- head/sysutils/fusefs-simple-mtpfs/Makefile Thu Jan 22 19:48:48 2015 (r377694) +++ head/sysutils/fusefs-simple-mtpfs/Makefile Thu Jan 22 20:02:15 2015 (r377695) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= simple-mtpfs -PORTVERSION= 0.2.s20140709 -PORTREVISION= 2 +PORTVERSION= 0.2.s20150108 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- @@ -16,7 +15,7 @@ LIB_DEPENDS= libmtp.so:${PORTSDIR}/multi USE_GITHUB= yes GH_ACCOUNT= phatina GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 74dfce6 +GH_COMMIT= 76be403 USES= autoreconf compiler:c++11-lib fuse pkgconfig GNU_CONFIGURE= yes Modified: head/sysutils/fusefs-simple-mtpfs/distinfo ============================================================================== --- head/sysutils/fusefs-simple-mtpfs/distinfo Thu Jan 22 19:48:48 2015 (r377694) +++ head/sysutils/fusefs-simple-mtpfs/distinfo Thu Jan 22 20:02:15 2015 (r377695) @@ -1,2 +1,2 @@ -SHA256 (simple-mtpfs-0.2.s20140709.tar.gz) = ef1f96d17b594513cac65e32ca75d8b1368c3bd6b916f446b060984030fb394e -SIZE (simple-mtpfs-0.2.s20140709.tar.gz) = 35333 +SHA256 (simple-mtpfs-0.2.s20150108.tar.gz) = 073b1470106e5647e437dde78f160414eab5939bcf49be563bc7dc4aeb635ba2 +SIZE (simple-mtpfs-0.2.s20150108.tar.gz) = 35972