svn commit: r444696 - head/devel/npm-amdefine

Antoine Brodin antoine at FreeBSD.org
Fri Jun 30 06:07:54 UTC 2017


Author: antoine
Date: Fri Jun 30 06:07:53 2017
New Revision: 444696
URL: https://svnweb.freebsd.org/changeset/ports/444696

Log:
  Mark BROKEN: fails to package
  
  pkg-static: Unable to access file /wrkdirs/usr/ports/devel/npm-amdefine/work/stage/usr/local/lib/node_modules/amdefine/LICENSE:No such file or directory
  pkg-static: Unable to access file /wrkdirs/usr/ports/devel/npm-amdefine/work/stage/usr/local/lib/node_modules/amdefine/README.md:No such file or directory
  pkg-static: Unable to access file /wrkdirs/usr/ports/devel/npm-amdefine/work/stage/usr/local/lib/node_modules/amdefine/amdefine.js:No such file or directory
  pkg-static: Unable to access file /wrkdirs/usr/ports/devel/npm-amdefine/work/stage/usr/local/lib/node_modules/amdefine/intercept.js:No such file or directory
  pkg-static: Unable to access file /wrkdirs/usr/ports/devel/npm-amdefine/work/stage/usr/local/lib/node_modules/amdefine/package.json:No such file or directory
  
  Reported by:	pkg-fallout

Modified:
  head/devel/npm-amdefine/Makefile

Modified: head/devel/npm-amdefine/Makefile
==============================================================================
--- head/devel/npm-amdefine/Makefile	Fri Jun 30 04:30:12 2017	(r444695)
+++ head/devel/npm-amdefine/Makefile	Fri Jun 30 06:07:53 2017	(r444696)
@@ -10,6 +10,8 @@ COMMENT=	Implementation of AMD's define() in Node
 
 LICENSE=	APACHE20
 
+BROKEN=		fails to package
+
 BUILD_DEPENDS=	npm>=0:www/npm
 RUN_DEPENDS=	npm>=0:www/npm
 


More information about the svn-ports-all mailing list