svn commit: r511542 - head/sysutils/consul

Antoine Brodin antoine at FreeBSD.org
Sun Sep 8 05:52:42 UTC 2019


Author: antoine
Date: Sun Sep  8 05:52:41 2019
New Revision: 511542
URL: https://svnweb.freebsd.org/changeset/ports/511542

Log:
  Mark BROKEN
  
  $GOPATH/go.mod exists but should not
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/consul/Makefile

Modified: head/sysutils/consul/Makefile
==============================================================================
--- head/sysutils/consul/Makefile	Sun Sep  8 05:50:36 2019	(r511541)
+++ head/sysutils/consul/Makefile	Sun Sep  8 05:52:41 2019	(r511542)
@@ -11,6 +11,8 @@ COMMENT=	Service discovery and configuration made easy
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build
+
 USES=		compiler go
 
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list