Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jul 2016 20:58:23 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418199 - in head: . sysutils sysutils/moosefs-cgi sysutils/moosefs-cgiserv sysutils/moosefs-chunkserver sysutils/moosefs-cli sysutils/moosefs-client sysutils/moosefs-master sysutils/mo...
Message-ID:  <201607072058.u67KwNVR026017@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu Jul  7 20:58:23 2016
New Revision: 418199
URL: https://svnweb.freebsd.org/changeset/ports/418199

Log:
  Move moosefs ports to moosefs2
  
  This makes room for moosefs3-* and moosefs4-* ports. We do not want end
  users blindly upgrading moosefs across major and have issues or data
  loss.
  
  PR:		210306

Added:
  head/sysutils/moosefs2-cgi/
     - copied from r418198, head/sysutils/moosefs-cgi/
  head/sysutils/moosefs2-cgiserv/
     - copied from r418198, head/sysutils/moosefs-cgiserv/
  head/sysutils/moosefs2-chunkserver/
     - copied from r418198, head/sysutils/moosefs-chunkserver/
  head/sysutils/moosefs2-cli/
     - copied from r418198, head/sysutils/moosefs-cli/
  head/sysutils/moosefs2-client/
     - copied from r418198, head/sysutils/moosefs-client/
  head/sysutils/moosefs2-master/
     - copied from r418198, head/sysutils/moosefs-master/
  head/sysutils/moosefs2-metalogger/
     - copied from r418198, head/sysutils/moosefs-metalogger/
  head/sysutils/moosefs2-netdump/
     - copied from r418198, head/sysutils/moosefs-netdump/
Deleted:
  head/sysutils/moosefs-cgi/
  head/sysutils/moosefs-cgiserv/
  head/sysutils/moosefs-chunkserver/
  head/sysutils/moosefs-cli/
  head/sysutils/moosefs-client/
  head/sysutils/moosefs-master/
  head/sysutils/moosefs-metalogger/
  head/sysutils/moosefs-netdump/
Modified:
  head/MOVED
  head/sysutils/Makefile
  head/sysutils/moosefs2-cgi/Makefile
  head/sysutils/moosefs2-cgiserv/Makefile
  head/sysutils/moosefs2-chunkserver/Makefile
  head/sysutils/moosefs2-cli/Makefile
  head/sysutils/moosefs2-client/Makefile
  head/sysutils/moosefs2-master/Makefile
  head/sysutils/moosefs2-metalogger/Makefile
  head/sysutils/moosefs2-netdump/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Thu Jul  7 19:42:19 2016	(r418198)
+++ head/MOVED	Thu Jul  7 20:58:23 2016	(r418199)
@@ -8600,3 +8600,11 @@ games/freetennis||2016-07-05|Depends on 
 graphics/ocaml-images||2016-07-05|Has expired: Depends on expiring devel/omake
 devel/omake||2016-07-05|Has expired: Broken for more than 6 months
 www/yahoo-ui||2016-07-05|Has expired: Broken for more than 6 months
+sysutils/moosefs-cgi|sysutils/moosefs2-cgi|2016-07-07|Moved to a numbered port name
+sysutils/moosefs-cgiserv|sysutils/moosefs2-cgiserv|2016-07-07|Moved to a numbered port name
+sysutils/moosefs-chunkserver|sysutils/moosefs2-chunkserver|2016-07-07|Moved to a numbered port name
+sysutils/moosefs-cli|sysutils/moosefs2-cli|2016-07-07|Moved to a numbered port name
+sysutils/moosefs-client|sysutils/moosefs2-client|2016-07-07|Moved to a numbered port name
+sysutils/moosefs-master|sysutils/moosefs2-master|2016-07-07|Moved to a numbered port name
+sysutils/moosefs-metalogger|sysutils/moosefs2-metalogger|2016-07-07|Moved to a numbered port name
+sysutils/moosefs-netdump|sysutils/moosefs2-netdump|2016-07-07|Moved to a numbered port name

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Thu Jul  7 19:42:19 2016	(r418198)
+++ head/sysutils/Makefile	Thu Jul  7 20:58:23 2016	(r418199)
@@ -593,14 +593,14 @@
     SUBDIR += monitord
     SUBDIR += monitorix
     SUBDIR += mono-kmod
-    SUBDIR += moosefs-cgi
-    SUBDIR += moosefs-cgiserv
-    SUBDIR += moosefs-chunkserver
-    SUBDIR += moosefs-cli
-    SUBDIR += moosefs-client
-    SUBDIR += moosefs-master
-    SUBDIR += moosefs-metalogger
-    SUBDIR += moosefs-netdump
+    SUBDIR += moosefs2-cgi
+    SUBDIR += moosefs2-cgiserv
+    SUBDIR += moosefs2-chunkserver
+    SUBDIR += moosefs2-cli
+    SUBDIR += moosefs2-client
+    SUBDIR += moosefs2-master
+    SUBDIR += moosefs2-metalogger
+    SUBDIR += moosefs2-netdump
     SUBDIR += moreutils
     SUBDIR += most
     SUBDIR += mount.app

Modified: head/sysutils/moosefs2-cgi/Makefile
==============================================================================
--- head/sysutils/moosefs-cgi/Makefile	Thu Jul  7 19:42:19 2016	(r418198)
+++ head/sysutils/moosefs2-cgi/Makefile	Thu Jul  7 20:58:23 2016	(r418199)
@@ -9,6 +9,6 @@ LICENSE=	GPLv2
 
 MFS_COMPONENT=	cgi
 
-MASTERDIR=	${.CURDIR}/../moosefs-master
+MASTERDIR=	${.CURDIR}/../moosefs2-master
 
 .include "${MASTERDIR}/Makefile"

Modified: head/sysutils/moosefs2-cgiserv/Makefile
==============================================================================
--- head/sysutils/moosefs-cgiserv/Makefile	Thu Jul  7 19:42:19 2016	(r418198)
+++ head/sysutils/moosefs2-cgiserv/Makefile	Thu Jul  7 20:58:23 2016	(r418199)
@@ -9,6 +9,6 @@ LICENSE=	GPLv2
 
 MFS_COMPONENT=	cgiserv
 
-MASTERDIR=	${.CURDIR}/../moosefs-master
+MASTERDIR=	${.CURDIR}/../moosefs2-master
 
 .include "${MASTERDIR}/Makefile"

Modified: head/sysutils/moosefs2-chunkserver/Makefile
==============================================================================
--- head/sysutils/moosefs-chunkserver/Makefile	Thu Jul  7 19:42:19 2016	(r418198)
+++ head/sysutils/moosefs2-chunkserver/Makefile	Thu Jul  7 20:58:23 2016	(r418199)
@@ -9,6 +9,6 @@ LICENSE=	GPLv2
 
 MFS_COMPONENT=	chunkserver
 
-MASTERDIR=	${.CURDIR}/../moosefs-master
+MASTERDIR=	${.CURDIR}/../moosefs2-master
 
 .include "${MASTERDIR}/Makefile"

Modified: head/sysutils/moosefs2-cli/Makefile
==============================================================================
--- head/sysutils/moosefs-cli/Makefile	Thu Jul  7 19:42:19 2016	(r418198)
+++ head/sysutils/moosefs2-cli/Makefile	Thu Jul  7 20:58:23 2016	(r418199)
@@ -9,6 +9,6 @@ LICENSE=	GPLv2
 
 MFS_COMPONENT=	cli
 
-MASTERDIR=	${.CURDIR}/../moosefs-master
+MASTERDIR=	${.CURDIR}/../moosefs2-master
 
 .include "${MASTERDIR}/Makefile"

Modified: head/sysutils/moosefs2-client/Makefile
==============================================================================
--- head/sysutils/moosefs-client/Makefile	Thu Jul  7 19:42:19 2016	(r418198)
+++ head/sysutils/moosefs2-client/Makefile	Thu Jul  7 20:58:23 2016	(r418199)
@@ -9,6 +9,6 @@ LICENSE=	GPLv2
 
 MFS_COMPONENT=	client
 
-MASTERDIR=	${.CURDIR}/../moosefs-master
+MASTERDIR=	${.CURDIR}/../moosefs2-master
 
 .include "${MASTERDIR}/Makefile"

Modified: head/sysutils/moosefs2-master/Makefile
==============================================================================
--- head/sysutils/moosefs-master/Makefile	Thu Jul  7 19:42:19 2016	(r418198)
+++ head/sysutils/moosefs2-master/Makefile	Thu Jul  7 20:58:23 2016	(r418199)
@@ -1,12 +1,12 @@
 # Created by: Jakub Kruszona-Zawadzki <acid@moosefs.com> ; Based on port created by: Chifeng Qu <chifeng@gmail.com>
 # $FreeBSD$
 
-PORTNAME=		moosefs
+PORTNAME=		moosefs2
 PORTVERSION=		2.0.89
 CATEGORIES=		sysutils
 MASTER_SITES=		http://ppa.moosefs.com/src/
 PKGNAMESUFFIX?=		-master
-DISTNAME=		${PORTNAME}-${PORTVERSION}-1
+DISTNAME=		moosefs-${PORTVERSION}-1
 
 MAINTAINER=		freebsd@moosefs.com
 COMMENT?=		Fault-tolerant distributed filesystem
@@ -15,7 +15,7 @@ LICENSE=		GPLv2
 
 USES=			python:build
 GNU_CONFIGURE=		yes
-WRKSRC=			${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKSRC=			${WRKDIR}/moosefs-${PORTVERSION}
 PLIST=			${.CURDIR}/pkg-plist
 DESCR=			${.CURDIR}/pkg-descr
 
@@ -49,7 +49,7 @@ PKGMESSAGE=		${WRKDIR}/pkg-message-cgise
 PLIST_SUB+=		MFS_WORKDIR="${MFS_WORKDIR}"
 CONFIGURE_ARGS+=	--enable-mfscgiserv \
 			--with-mfscgiserv-dir=${MFS_CGISERVDIR}
-RUN_DEPENDS=		moosefs-cgi>0:sysutils/moosefs-cgi
+RUN_DEPENDS=		moosefs2-cgi>0:sysutils/moosefs2-cgi
 .else
 CONFIGURE_ARGS+=	--disable-mfscgiserv
 .endif

Modified: head/sysutils/moosefs2-metalogger/Makefile
==============================================================================
--- head/sysutils/moosefs-metalogger/Makefile	Thu Jul  7 19:42:19 2016	(r418198)
+++ head/sysutils/moosefs2-metalogger/Makefile	Thu Jul  7 20:58:23 2016	(r418199)
@@ -9,6 +9,6 @@ LICENSE=	GPLv2
 
 MFS_COMPONENT=	metalogger
 
-MASTERDIR=	${.CURDIR}/../moosefs-master
+MASTERDIR=	${.CURDIR}/../moosefs2-master
 
 .include "${MASTERDIR}/Makefile"

Modified: head/sysutils/moosefs2-netdump/Makefile
==============================================================================
--- head/sysutils/moosefs-netdump/Makefile	Thu Jul  7 19:42:19 2016	(r418198)
+++ head/sysutils/moosefs2-netdump/Makefile	Thu Jul  7 20:58:23 2016	(r418199)
@@ -9,6 +9,6 @@ LICENSE=	GPLv2
 
 MFS_COMPONENT=	netdump
 
-MASTERDIR=	${.CURDIR}/../moosefs-master
+MASTERDIR=	${.CURDIR}/../moosefs2-master
 
 .include "${MASTERDIR}/Makefile"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607072058.u67KwNVR026017>