096cc027d4
Add patch files from Gentoo[1] to escape un-encoded URLs passed to libcurl causing infinite wait as reported in this issue[2]. CurlFTPFS project seems unmaintained for the last 4 years, so we apply the fixes in the port itself just like ofther projects does. [1] https://gitweb.gentoo.org/repo/gentoo.git/plain/net-fs/curlftpfs/files/curlftpfs-0.9.2-fix-escaping.patch [2] https://sourceforge.net/p/curlftpfs/bugs/65/ PR: 260371 Obtained from: Gentoo Repo (https://gitweb.gentoo.org/repo/gentoo.git/tree/net-fs/curlftpfs/files/curlftpfs-0.9.2-fix-escaping.patch)
23 lines
470 B
Makefile
23 lines
470 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
|
|
PORTNAME= curlftpfs
|
|
PORTVERSION= 0.9.2
|
|
PORTREVISION= 6
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF
|
|
PKGNAMEPREFIX= fusefs-
|
|
|
|
MAINTAINER= rodrigo@FreeBSD.org
|
|
COMMENT= Mount remote FTP directories
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= fuse gnome pkgconfig
|
|
USE_GNOME= glib20
|
|
PLIST_FILES= bin/curlftpfs man/man1/${PORTNAME}.1.gz
|
|
|
|
.include <bsd.port.mk>
|