diff --git a/filesystems/encfs/Makefile b/filesystems/encfs/Makefile index 5b88944caf41..4589efb7883a 100644 --- a/filesystems/encfs/Makefile +++ b/filesystems/encfs/Makefile @@ -1,35 +1,35 @@ PORTNAME= encfs DISTVERSIONPREFIX= v DISTVERSION= 1.9.5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= filesystems PKGNAMEPREFIX= fusefs- MAINTAINER= fuz@FreeBSD.org COMMENT= Encrypted pass-through FUSE filesystem -WWW= http://www.arg0.net/encfs +WWW= https://vgough.github.io/encfs/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c++11-lib cpe fuse ssl CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes GH_ACCOUNT= vgough OPTIONS_DEFINE= BUNDLED_TINYXML MANPAGES NLS OPTIONS_DEFAULT= BUNDLED_TINYXML MANPAGES OPTIONS_SUB= yes BUNDLED_TINYXML_DESC= Use bundled TinyXML2 instead of textproc/tinyxml2 BUNDLED_TINYXML_CMAKE_BOOL= USE_INTERNAL_TINYXML BUNDLED_TINYXML_LIB_DEPENDS_OFF= libtinyxml2.so:textproc/tinyxml2 MANPAGES_DESC= Install manpages (requires Perl 5) MANPAGES_USES= perl5 MANPAGES_USE= perl5=build NLS_USES= gettext NLS_CMAKE_BOOL= ENABLE_NLS .include diff --git a/filesystems/encfs/pkg-message b/filesystems/encfs/pkg-message new file mode 100644 index 000000000000..f1dd003f1270 --- /dev/null +++ b/filesystems/encfs/pkg-message @@ -0,0 +1,4 @@ +As of May 2024, upstream has discontinued the development of this +project with no more support being provided. This port remains +available for existing users or to migrate your files to a different +encrypted file system. Use in new deployments is not recommended.