aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2022-09-18 20:09:52 +0000
committerStefan Eßer <se@FreeBSD.org>2022-09-18 20:09:52 +0000
commit826837ddaa9f1947e8fcd634a152fa341791c58f (patch)
tree7894db6ae2983f7ae42d48767e3cdf0d73575a6f
parentb9eacee7cabf28aabdf6f60862073b90f5f22f4d (diff)
downloadports-826837ddaa9f1947e8fcd634a152fa341791c58f.tar.gz
ports-826837ddaa9f1947e8fcd634a152fa341791c58f.zip
sysutils/moosefs3-master: bump PORTREVISION
Florian Smeets reports that a rebuild of moosefs3-client is required after a recent update of the fusefs-libs3 port. Error message: ld-elf.so.1: mfsmount: Undefined symbol "fuse_parse_cmdline@FUSE_3.0" Reported by: Florian Smeets <flo@smeets.xyz> Approved by: portmgr (implicit)
-rw-r--r--sysutils/moosefs3-master/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/moosefs3-master/Makefile b/sysutils/moosefs3-master/Makefile
index 0a9a86299340..7a028b834a4f 100644
--- a/sysutils/moosefs3-master/Makefile
+++ b/sysutils/moosefs3-master/Makefile
@@ -1,7 +1,7 @@
PORTNAME= moosefs3
DISTVERSION= 3.0.116
DISTVERSIONSUFFIX= 1
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://ppa.moosefs.com/src/
PKGNAMESUFFIX?= -master
@@ -9,7 +9,7 @@ DISTNAME= moosefs-${DISTVERSION}-${DISTVERSIONSUFFIX}
MAINTAINER= freebsd@moosefs.pro
COMMENT?= Fault-tolerant distributed filesystem
-WWW= https://moosefs.com/
+WWW= https://moosefs.com/
LICENSE= GPLv2