svn commit: r481658 - head/misc/exercism

Antoine Brodin antoine at FreeBSD.org
Tue Oct 9 20:48:14 UTC 2018


Author: antoine
Date: Tue Oct  9 20:48:13 2018
New Revision: 481658
URL: https://svnweb.freebsd.org/changeset/ports/481658

Log:
  Mark BROKEN: wrong LICENSE_FILE
  
  Reported by:	pkg-fallout

Modified:
  head/misc/exercism/Makefile

Modified: head/misc/exercism/Makefile
==============================================================================
--- head/misc/exercism/Makefile	Tue Oct  9 20:46:34 2018	(r481657)
+++ head/misc/exercism/Makefile	Tue Oct  9 20:48:13 2018	(r481658)
@@ -12,6 +12,8 @@ COMMENT=	CLI client for exercism.io
 LICENSE=	MIT
 LICENSE_FILE=	LICENSE
 
+BROKEN=		wrong LICENSE_FILE
+
 BUILD_DEPENDS=	${LOCALBASE}/bin/go:lang/go
 
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list