svn commit: r530913 - head/sysutils/moosefs3-master

Tobias C. Berner tcberner at FreeBSD.org
Mon Apr 6 17:47:18 UTC 2020


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


More information about the svn-ports-all mailing list