diff options
Diffstat (limited to 'net/glusterfs/Makefile')
-rw-r--r-- | net/glusterfs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/glusterfs/Makefile b/net/glusterfs/Makefile index e9cd04424e2a..a793e791f720 100644 --- a/net/glusterfs/Makefile +++ b/net/glusterfs/Makefile @@ -1,6 +1,6 @@ PORTNAME= glusterfs PORTVERSION= 8.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://bits.gluster.org/pub/gluster/glusterfs/src/ @@ -14,7 +14,7 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING-GPLV2 LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING-LGPLV3 BROKEN= Fails to build, ld: error: version script assignment of 'global' to symbol 'client_dump' failed: symbol not defined -DEPRECATE= Outdated and unsupported upstream, current version in tree was released in 2021 while upstream is still active and is at 10.x +DEPRECATED= Outdated and unsupported upstream, current version in tree was released in 2021 while upstream is still active and is at 10.x EXPIRATION_DATE=2025-01-31 #BROKEN_SSL= libressl @@ -23,7 +23,7 @@ RUN_DEPENDS= bash:shells/bash LIB_DEPENDS= libargp.so:devel/argp-standalone \ libcurl.so:ftp/curl \ liburcu-bp.so:sysutils/liburcu \ - libuuid.so:misc/e2fsprogs-libuuid + libuuid.so:misc/libuuid USES= autoreconf bison compiler:c11 cpe gettext gnome libtool pkgconfig python \ readline shebangfix sqlite ssl |