svn commit: r377695 - head/sysutils/fusefs-simple-mtpfs

Jan Beich jbeich at FreeBSD.org
Thu Jan 22 20:02:17 UTC 2015


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


More information about the svn-ports-all mailing list