Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jul 2020 21:29:51 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542965 - head/sysutils/fusefs-simple-mtpfs
Message-ID:  <202007232129.06NLTpkC077324@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Jul 23 21:29:51 2020
New Revision: 542965
URL: https://svnweb.freebsd.org/changeset/ports/542965

Log:
  sysutils/fusefs-simple-mtpfs: update to 0.4.0
  
  Changes:	https://github.com/phatina/simple-mtpfs/compare/simple-mtpfs-0.3.0...v0.4.0
  Reported by:	portscout

Modified:
  head/sysutils/fusefs-simple-mtpfs/Makefile   (contents, props changed)
  head/sysutils/fusefs-simple-mtpfs/distinfo   (contents, props changed)

Modified: head/sysutils/fusefs-simple-mtpfs/Makefile
==============================================================================
--- head/sysutils/fusefs-simple-mtpfs/Makefile	Thu Jul 23 21:03:22 2020	(r542964)
+++ head/sysutils/fusefs-simple-mtpfs/Makefile	Thu Jul 23 21:29:51 2020	(r542965)
@@ -1,9 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	simple-mtpfs
-DISTVERSIONPREFIX=	${PORTNAME}-
-DISTVERSION=	0.3.0
-PORTREVISION=	5
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.4.0
 CATEGORIES=	sysutils
 PKGNAMEPREFIX=	fusefs-
 
@@ -12,12 +11,13 @@ COMMENT=	Simple MTP fuse filesystem driver
 
 LICENSE=	GPLv2+
 
+BUILD_DEPENDS=	autoconf-archive>0.2017:devel/autoconf-archive
 LIB_DEPENDS=	libmtp.so:multimedia/libmtp
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	phatina
 
-USES=		autoreconf compiler:c++11-lib fuse localbase pkgconfig
+USES=		autoreconf compiler:c++17-lang fuse localbase pkgconfig
 GNU_CONFIGURE=	yes
 MAKEFILE=	makefile
 INSTALL_TARGET=	install-strip

Modified: head/sysutils/fusefs-simple-mtpfs/distinfo
==============================================================================
--- head/sysutils/fusefs-simple-mtpfs/distinfo	Thu Jul 23 21:03:22 2020	(r542964)
+++ head/sysutils/fusefs-simple-mtpfs/distinfo	Thu Jul 23 21:29:51 2020	(r542965)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1482668661
-SHA256 (phatina-simple-mtpfs-simple-mtpfs-0.3.0_GH0.tar.gz) = 5556cae4414254b071d79ce656cce866b42fd7ba40ce480abfc3ba4e357cd491
-SIZE (phatina-simple-mtpfs-simple-mtpfs-0.3.0_GH0.tar.gz) = 36655
+TIMESTAMP = 1595446039
+SHA256 (phatina-simple-mtpfs-v0.4.0_GH0.tar.gz) = 1d011df3fa09ad0a5c09d48d84c03e6cddf86390af9eb4e0c178193f32f0e2fc
+SIZE (phatina-simple-mtpfs-v0.4.0_GH0.tar.gz) = 36234



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007232129.06NLTpkC077324>