diff --git a/security/clamfs/Makefile b/security/clamfs/Makefile index 320c265f7668..1be2773a66a8 100644 --- a/security/clamfs/Makefile +++ b/security/clamfs/Makefile @@ -1,43 +1,43 @@ # Created by: Mageirias Anastasios PORTNAME= clamfs PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= https://github.com/burghardt/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/ MAINTAINER= anastasios@mageirias.com COMMENT= User-space fs with on-access antivirus scanning LICENSE= GPLv2 LIB_DEPENDS= libPocoFoundation.so:devel/poco \ libPocoNet.so:devel/poco \ libPocoXML.so:devel/poco \ librlog.so:devel/rlog BUILD_DEPENDS= boost-libs>=1.33:devel/boost-libs RUN_DEPENDS= clamd:security/clamav USES= compiler:c++11-lib autoreconf fuse GNU_CONFIGURE= yes PLIST_FILES= bin/clamfs \ man/man1/clamfs.1.gz PORTDOCS= * OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|-Werror ||g' ${WRKSRC}/configure.ac post-patch-DOCS-on: @${REINPLACE_CMD} -e '/socket=/s/ctl/sock/' \ ${WRKSRC}/doc/clamfs.xml ${WRKSRC}/doc/debug.xml post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/clamfs.xml ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/debug.xml ${STAGEDIR}${DOCSDIR} .include diff --git a/security/clamfs/pkg-message b/security/clamfs/pkg-message index a3a561a4e339..28c11e54ac06 100644 --- a/security/clamfs/pkg-message +++ b/security/clamfs/pkg-message @@ -1,16 +1,16 @@ [ { type: install message: < PORTNAME= archivemount DISTVERSION= 0.8.12 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://www.cybernoia.de/software/archivemount/ MAINTAINER= jirnov@gmail.com COMMENT= Mount archives with FUSE LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING USES= fuse gmake iconv libarchive pkgconfig GNU_CONFIGURE= yes PLIST_FILES= bin/archivemount \ man/man1/archivemount.1.gz \ sbin/mount_archive SUB_FILES= pkg-message post-install: ${RLN} ${STAGEDIR}${PREFIX}/bin/archivemount \ ${STAGEDIR}${PREFIX}/sbin/mount_archive .include diff --git a/sysutils/archivemount/files/pkg-message.in b/sysutils/archivemount/files/pkg-message.in index 7abb21443b2d..a1fa17f41d3e 100644 --- a/sysutils/archivemount/files/pkg-message.in +++ b/sysutils/archivemount/files/pkg-message.in @@ -1,10 +1,10 @@ [ { type: install message: < .if ${ICONV_LIB} == "" CONFIGURE_ENV+= ac_cv_lib_iconv_iconv_open=yes CONFIGURE_ARGS+=--with-libiconv=native .endif # Uses/fuse.mk should be doing the below: .if ${LIBFUSE_VER} == 3 CONFIGURE_ENV+= FUSE_CFLAGS="-I${LOCALBASE}/include/fuse3" \ FUSE_LIBS="-L${LOCALBASE}/lib -lfuse3" FUSEPKG= fuse3 LDFLAGS+= -lthr .else FUSEPKG= fuse .endif FUSE_VERSION= "`pkgconf --modversion ${FUSEPKG} | \ ${SED} -E 's,^([0-9]+)\.([0-9]+)\..*,\1\2,'`" .include diff --git a/sysutils/fusefs-smbnetfs/files/pkg-message.in b/sysutils/fusefs-smbnetfs/files/pkg-message.in index e538fe6f2207..b5e094413501 100644 --- a/sysutils/fusefs-smbnetfs/files/pkg-message.in +++ b/sysutils/fusefs-smbnetfs/files/pkg-message.in @@ -1,27 +1,27 @@ [ { type: install message: < Basic Instructions: -After kldload fuse.ko and setting +After kldload fusefs.ko and setting # sysctl vfs.usermount=1 you should make .smb directory in your homedir: % mkdir ~/.smb Copy your smb.conf (usually in %%PREFIX%%/etc/) and %%DOCSDIR%%/smbnetfs.conf to this directory: % cp %%PREFIX%%/etc/smb.conf %%DOCSDIR%%/smbnetfs.conf ~/.smb/ Make mountpoint for smb network and mount it: % mkdir ~/mountpoint % smbnetfs ~/mountpoint Now you can get access to smb shares in your network, for example: % cd ~/mountpoint/ip-addr XXX Note, use of Gnome keyring was replaced in version 0.6.1 with XXX libsecret, which this port does not enable by default. EOM } ] diff --git a/sysutils/fusefs-webdavfs/Makefile b/sysutils/fusefs-webdavfs/Makefile index ac98f2aae26c..0f797c72706e 100644 --- a/sysutils/fusefs-webdavfs/Makefile +++ b/sysutils/fusefs-webdavfs/Makefile @@ -1,47 +1,48 @@ # Created by: Eugene Grosbein PORTNAME= fusefs-webdavfs DISTVERSION= g20200520 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= eugen@FreeBSD.org COMMENT= FUSE filesystem for WEBDAV shares LICENSE= BSD3CLAUSE BSD4CLAUSE MIT LICENSE_COMB= multi LICENSE_FILE_BSD3CLAUSE= ${WRKDIR}/webdavfs-${GH_TAGNAME}/vendor/bazil.org/fuse/LICENSE LICENSE_FILE_BSD4CLAUSE= ${WRKDIR}/webdavfs-${GH_TAGNAME}/vendor/github.com/pborman/getopt/LICENSE LICENSE_FILE_MIT= ${WRKDIR}/webdavfs-${GH_TAGNAME}/LICENSE.md LICENSE_DISTFILES_MIT= ${DISTNAME}${EXTRACT_SUFX} LICENSE_DISTFILES_BSD3CLAUSE= bazil-fuse-${FUSE_GH_TAGNAME}_GH0${EXTRACT_SUFX} LICENSE_DISTFILES_BSD4CLAUSE= pborman-getopt-${GETOPT_GH_TAGNAME}_GH0${EXTRACT_SUFX} # This needs to be Go 1.7 or newer. USES= go:modules USE_GITHUB= yes GH_ACCOUNT= miquels GH_PROJECT= webdavfs GH_TAGNAME= 117d633 # 2020-12-04 pborman/getopt GETOPT_GH_TAGNAME= ee0cd42419d3 # 2020-05-25 bazil/fuse FUSE_GH_TAGNAME= 65cc252bf669 # 2020-05-20 golang/net NET_GH_TAGNAME= 59133d7f0dd7 GH_TUPLE= bazil:fuse:${FUSE_GH_TAGNAME}:bazil_fuse/vendor/bazil.org/fuse \ golang:net:${NET_GH_TAGNAME}:golang_net/vendor/golang.org/x/net \ pborman:getopt:${GETOPT_GH_TAGNAME}:pborman_getopt/vendor/github.com/pborman/getopt GO_TARGET= :${PREFIX}/sbin/mount.webdavfs PLIST_FILES= sbin/mount.webdavfs sbin/mount_webdavfs SUB_FILES= pkg-message mount_webdavfs post-install: ${INSTALL_SCRIPT} ${WRKDIR}/mount_webdavfs ${STAGEDIR}${PREFIX}/sbin .include diff --git a/sysutils/fusefs-webdavfs/files/pkg-message.in b/sysutils/fusefs-webdavfs/files/pkg-message.in index 8e9299bcae14..eaf4a6f48f16 100644 --- a/sysutils/fusefs-webdavfs/files/pkg-message.in +++ b/sysutils/fusefs-webdavfs/files/pkg-message.in @@ -1,10 +1,10 @@ [ { type: install message: <