mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
Bump PORTREVISION of all ports depending on libfuse3.so after upgrade to version 3.17.1. Reported by: vvd
32 lines
754 B
Makefile
32 lines
754 B
Makefile
PORTNAME= sshfs
|
|
PORTVERSION= 3.7.3
|
|
PORTREVISION= 3
|
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
|
CATEGORIES= filesystems
|
|
PKGNAMEPREFIX= fusefs-
|
|
|
|
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
|
PATCHFILES+= a73501f2159875aef082ab0a61731a8b7673d477.patch:-p1 # https://github.com/libfuse/sshfs/pull/212
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Mount remote directories over ssh
|
|
WWW= https://github.com/libfuse/sshfs
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= compiler:c11 fuse:3 gnome meson pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= libfuse
|
|
USE_GNOME= glib20
|
|
|
|
CFLAGS+= -DNDEBUG
|
|
|
|
PLIST_FILES= bin/sshfs
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
DOCS_BUILD_DEPENDS= rst2man:textproc/py-docutils
|
|
DOCS_PLIST_FILES= share/man/man1/sshfs.1.gz
|
|
|
|
.include <bsd.port.mk>
|