Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2020 17:47:17 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530913 - head/sysutils/moosefs3-master
Message-ID:  <202004061747.036HlHb9007076@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Mon Apr  6 17:47:17 2020
New Revision: 530913
URL: https://svnweb.freebsd.org/changeset/ports/530913

Log:
  sysutils/moosefs3-master: fix fetch
  
  Technically wrong is better than litterally broken.
  
  - The port uses PORTREVISION as part of the distname at the moment.
    Until a proper fix for this is provided, quickly make it work again.
  
  PR:		245041

Modified:
  head/sysutils/moosefs3-master/Makefile

Modified: head/sysutils/moosefs3-master/Makefile
==============================================================================
--- head/sysutils/moosefs3-master/Makefile	Mon Apr  6 17:34:22 2020	(r530912)
+++ head/sysutils/moosefs3-master/Makefile	Mon Apr  6 17:47:17 2020	(r530913)
@@ -3,7 +3,7 @@
 
 PORTNAME=		moosefs3
 PORTVERSION=		3.0.112
-PORTREVISION=		0
+PORTREVISION=		1
 CATEGORIES=		sysutils
 MASTER_SITES=		http://ppa.moosefs.com/src/
 PKGNAMESUFFIX?=		-master



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