svn commit: r475204 - head/sysutils/fusefs-sshfs

Mathieu Arnold mat at FreeBSD.org
Tue Jul 24 07:41:10 UTC 2018


On Mon, Jul 23, 2018 at 09:19:01PM +0000, Muhammad Moinur Rahman wrote:
> Author: bofh
> Date: Mon Jul 23 21:19:01 2018
> New Revision: 475204
> URL: https://svnweb.freebsd.org/changeset/ports/475204
> 
> Log:
>   sysutils/fusefs-sshfs: Update version 3.3.1=>3.4.0
>   
>   Relnotes:	https://github.com/libfuse/sshfs/blob/master/ChangeLog.rst
> 
> Modified:
>   head/sysutils/fusefs-sshfs/Makefile
>   head/sysutils/fusefs-sshfs/distinfo
> 
> Modified: head/sysutils/fusefs-sshfs/Makefile
> ==============================================================================
> --- head/sysutils/fusefs-sshfs/Makefile	Mon Jul 23 21:08:09 2018	(r475203)
> +++ head/sysutils/fusefs-sshfs/Makefile	Mon Jul 23 21:19:01 2018	(r475204)
> @@ -2,7 +2,7 @@
>  # $FreeBSD$
>  
>  PORTNAME=	sshfs
> -PORTVERSION=	3.3.1
> +PORTVERSION=	3.4.0
>  DISTVERSIONPREFIX=	${PORTNAME}-
>  CATEGORIES=	sysutils
>  PKGNAMEPREFIX=	fusefs-
> @@ -13,7 +13,8 @@ COMMENT=	Mount remote directories over ssh
>  LICENSE=	GPLv2
>  LICENSE_FILE=	${WRKSRC}/COPYING
>  
> -BUILD_DEPENDS=	rst2man:textproc/py-docutils
> +BUILD_DEPENDS=	rst2man:textproc/py-docutils@${PY_FLAVOR}
> +

Not sure if this was tested or something, but this is most likely
broken, PY_FLAVOR is defined by USES=python, and you do not have it.
You need at least USES=python:env.

>  USES=		fuse:3 gettext meson pkgconfig


-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20180724/f4675636/attachment.sig>


More information about the svn-ports-all mailing list