Index: head/sysutils/fusefs-libs/Makefile =================================================================== --- head/sysutils/fusefs-libs/Makefile (revision 565017) +++ head/sysutils/fusefs-libs/Makefile (revision 565018) @@ -1,45 +1,45 @@ # Created by: Anish Mistry # $FreeBSD$ PORTNAME= fusefs DISTVERSION= 2.9.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://github.com/libfuse/libfuse/releases/download/fuse-${DISTVERSION}/ PKGNAMESUFFIX= -libs DISTNAME= fuse-${DISTVERSION} MAINTAINER= se@FreeBSD.org COMMENT= FUSE allows filesystem implementation in userspace LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LIB IGNORE_DragonFly= fusefs has not been implemented on DragonFly USES= autoreconf gettext-tools iconv libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig CONFIGURE_ENV= MOUNT_FUSE_PATH=${PREFIX}/sbin INSTALL_TARGET= install-strip PORTSCOUT= limit:^2\. PLIST_SUB= VERSION=${PORTVERSION} PORTDOCS= * OPTIONS_DEFINE= DOCS pre-configure: ${CP} ${LOCALBASE}/share/gettext/config.rpath ${WRKSRC} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/libs ${INSTALL_DATA} ${WRKSRC}/doc/how-fuse-works ${WRKSRC}/doc/kernel.txt ${STAGEDIR}${DOCSDIR}/libs post-install: ${INSTALL_DATA} ${WRKSRC}/include/fuse_kernel.h ${STAGEDIR}${PREFIX}/include/fuse .include Index: head/sysutils/fusefs-libs/pkg-descr =================================================================== --- head/sysutils/fusefs-libs/pkg-descr (revision 565017) +++ head/sysutils/fusefs-libs/pkg-descr (revision 565018) @@ -1,5 +1,5 @@ FUSE makes it possible to implement a filesystem in a userspace program. Features include: simple yet comprehensive API, secure mounting by non-root users, support for FreeBSD kernels, multi-threaded operation. -WWW: https://sourceforge.net/projects/fuse/ +WWW: https://github.com/libfuse/libfuse Index: head/sysutils/fusefs-libs/pkg-message =================================================================== --- head/sysutils/fusefs-libs/pkg-message (revision 565017) +++ head/sysutils/fusefs-libs/pkg-message (revision 565018) @@ -1,7 +1,7 @@ [ { type: install message: <