Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Feb 2026 23:47:48 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 9b212ece055e - 2026Q1 - filesystems/moosefs2-*: Deprecate
Message-ID:  <69867da4.251f0.39cc58c8@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2026Q1 has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9b212ece055e58422c323e12acd685e8fa560908

commit 9b212ece055e58422c323e12acd685e8fa560908
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2026-02-06 23:38:42 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-02-06 23:47:21 +0000

    filesystems/moosefs2-*: Deprecate
    
    2.x reached EoL 2017-12-31, use filesystems/moosefs-* 4.x instead.
    
    PR:             289966
    Approved by:    Piotr R. Konopelko (MooseFS) <piotr.konopelko@moosefs.com> (maintainer)
    MFH:            2026Q1
    
    (cherry picked from commit 90502fc3f14485b41b09d30bcfed7b08a5b6155f)
---
 filesystems/moosefs2-cgi/Makefile         | 1 +
 filesystems/moosefs2-cgiserv/Makefile     | 2 +-
 filesystems/moosefs2-chunkserver/Makefile | 2 +-
 filesystems/moosefs2-cli/Makefile         | 2 +-
 filesystems/moosefs2-client/Makefile      | 2 +-
 filesystems/moosefs2-master/Makefile      | 6 ++++--
 filesystems/moosefs2-metalogger/Makefile  | 2 +-
 filesystems/moosefs2-netdump/Makefile     | 2 +-
 8 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/filesystems/moosefs2-cgi/Makefile b/filesystems/moosefs2-cgi/Makefile
index d33138f4f30c..4aed8d65bd3f 100644
--- a/filesystems/moosefs2-cgi/Makefile
+++ b/filesystems/moosefs2-cgi/Makefile
@@ -1,3 +1,4 @@
+PORTREVISION=	2
 PKGNAMESUFFIX=	-cgi
 
 COMMENT=	MooseFS CGI interface
diff --git a/filesystems/moosefs2-cgiserv/Makefile b/filesystems/moosefs2-cgiserv/Makefile
index afe97c58fc27..84293196a626 100644
--- a/filesystems/moosefs2-cgiserv/Makefile
+++ b/filesystems/moosefs2-cgiserv/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION=	1
+PORTREVISION=	2
 PKGNAMESUFFIX=	-cgiserv
 
 COMMENT=	MooseFS CGI web server
diff --git a/filesystems/moosefs2-chunkserver/Makefile b/filesystems/moosefs2-chunkserver/Makefile
index a194e2c20296..fbe20f5156f2 100644
--- a/filesystems/moosefs2-chunkserver/Makefile
+++ b/filesystems/moosefs2-chunkserver/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION=	1
+PORTREVISION=	2
 PKGNAMESUFFIX=	-chunkserver
 
 COMMENT=	MooseFS data storage and synchronization component
diff --git a/filesystems/moosefs2-cli/Makefile b/filesystems/moosefs2-cli/Makefile
index 1a6757a94e1c..5198e758b385 100644
--- a/filesystems/moosefs2-cli/Makefile
+++ b/filesystems/moosefs2-cli/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION=	1
+PORTREVISION=	2
 PKGNAMESUFFIX=	-cli
 
 COMMENT=	MooseFS command line interface
diff --git a/filesystems/moosefs2-client/Makefile b/filesystems/moosefs2-client/Makefile
index 9cf2d724e61e..289713de1f82 100644
--- a/filesystems/moosefs2-client/Makefile
+++ b/filesystems/moosefs2-client/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION=	1
+PORTREVISION=	2
 PKGNAMESUFFIX=	-client
 
 COMMENT=	MooseFS client tools
diff --git a/filesystems/moosefs2-master/Makefile b/filesystems/moosefs2-master/Makefile
index f71b0645904f..5a032d722157 100644
--- a/filesystems/moosefs2-master/Makefile
+++ b/filesystems/moosefs2-master/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=		moosefs2
 PORTVERSION=		2.0.91
-PORTREVISION=	1
+PORTREVISION?=		2
 CATEGORIES=		filesystems sysutils
 MASTER_SITES=		http://ppa.moosefs.com/src/
 PKGNAMESUFFIX?=		-master
@@ -12,9 +12,11 @@ WWW=		https://moosefs.com/
 
 LICENSE=		GPLv2
 
+DEPRECATED=		2.x reached EoL 2017-12-31, use filesystems/moosefs-* 4.x instead
+EXPIRATION_DATE=	2026-03-31
+
 USES=			python:build
 GNU_CONFIGURE=		yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 WRKSRC=			${WRKDIR}/moosefs-${PORTVERSION}
 PLIST=			${.CURDIR}/pkg-plist
 DESCR=			${.CURDIR}/pkg-descr
diff --git a/filesystems/moosefs2-metalogger/Makefile b/filesystems/moosefs2-metalogger/Makefile
index 6922aac6de8f..0292170dd597 100644
--- a/filesystems/moosefs2-metalogger/Makefile
+++ b/filesystems/moosefs2-metalogger/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION=	1
+PORTREVISION=	2
 PKGNAMESUFFIX=	-metalogger
 
 COMMENT=	MooseFS metadata backup server
diff --git a/filesystems/moosefs2-netdump/Makefile b/filesystems/moosefs2-netdump/Makefile
index 819857812fb0..75b0460a6833 100644
--- a/filesystems/moosefs2-netdump/Makefile
+++ b/filesystems/moosefs2-netdump/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION=	1
+PORTREVISION=	2
 PKGNAMESUFFIX=	-netdump
 
 COMMENT=	MooseFS network packet dump utility


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69867da4.251f0.39cc58c8>