Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2017 14:43:59 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444756 - head/www/uglifyjs
Message-ID:  <201706301443.v5UEhxTN057955@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jun 30 14:43:59 2017
New Revision: 444756
URL: https://svnweb.freebsd.org/changeset/ports/444756

Log:
  Mark BROKEN: fails to package
  
  pkg-static: Unable to access file /wrkdirs/usr/ports/www/uglifyjs/work/stage/usr/local/lib/node_modules/uglify-js/.npmignore:No such file or directory
  
  Reported by:	pkg-fallout

Modified:
  head/www/uglifyjs/Makefile

Modified: head/www/uglifyjs/Makefile
==============================================================================
--- head/www/uglifyjs/Makefile	Fri Jun 30 14:13:17 2017	(r444755)
+++ head/www/uglifyjs/Makefile	Fri Jun 30 14:43:59 2017	(r444756)
@@ -11,6 +11,8 @@ COMMENT=	JavaScript parser/compressor/beautifier
 
 LICENSE=	BSD2CLAUSE
 
+BROKEN=		fails to package
+
 BUILD_DEPENDS=	npm>=0:www/npm
 RUN_DEPENDS=	npm>=0:www/npm
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706301443.v5UEhxTN057955>