svn commit: r411024 - head/devel/git-lfs

Antoine Brodin antoine at FreeBSD.org
Sun Mar 13 19:59:54 UTC 2016


Author: antoine
Date: Sun Mar 13 19:59:52 2016
New Revision: 411024
URL: https://svnweb.freebsd.org/changeset/ports/411024

Log:
  Mark BROKEN: fails to build
  
  package github.com/github/git-lfs
  	imports github.com/github/git-lfs/commands
  	imports github.com/github/git-lfs/lfs
  	imports github.com/github/git-lfs/vendor/_nuts/github.com/ThomsonReutersEikon/go-ntlm/ntlm: must be imported as _nuts/github.com/ThomsonReutersEikon/go-ntlm/ntlm
  ...
  *** Error code 1
  
  Reported by:	pkg-fallout

Modified:
  head/devel/git-lfs/Makefile

Modified: head/devel/git-lfs/Makefile
==============================================================================
--- head/devel/git-lfs/Makefile	Sun Mar 13 19:44:52 2016	(r411023)
+++ head/devel/git-lfs/Makefile	Sun Mar 13 19:59:52 2016	(r411024)
@@ -12,6 +12,8 @@ COMMENT=	Git extension for versioning la
 
 LICENSE=	MIT
 
+BROKEN=		fails to build
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	github
 PLIST_FILES=	bin/git-lfs


More information about the svn-ports-all mailing list