git: 826837ddaa9f - main - sysutils/moosefs3-master: bump PORTREVISION
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 Sep 2022 20:13:24 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=826837ddaa9f1947e8fcd634a152fa341791c58f commit 826837ddaa9f1947e8fcd634a152fa341791c58f Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2022-09-18 20:09:52 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2022-09-18 20:09:52 +0000 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) --- sysutils/moosefs3-master/Makefile | 4 ++-- 1 file 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