svn commit: r428228 - head/www/node

Mathieu Arnold mat at FreeBSD.org
Fri Dec 9 16:17:20 UTC 2016


Author: mat
Date: Fri Dec  9 16:17:19 2016
New Revision: 428228
URL: https://svnweb.freebsd.org/changeset/ports/428228

Log:
  Does not fetch:
  
  => Attempting to fetch http://nodejs.org/dist/v7.2.1/node-v7.2.1.tar.gz
  fetch: http://nodejs.org/dist/v7.2.1/node-v7.2.1.tar.gz: Unknown HTTP error
  => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/node-v7.2.1.tar.gz
  fetch: http://distcache.FreeBSD.org/ports-distfiles/node-v7.2.1.tar.gz: size mismatch: expected 27585984, actual 2596617
  
  Sponsored by:	Absolight

Modified:
  head/www/node/Makefile   (contents, props changed)

Modified: head/www/node/Makefile
==============================================================================
--- head/www/node/Makefile	Fri Dec  9 16:03:30 2016	(r428227)
+++ head/www/node/Makefile	Fri Dec  9 16:17:19 2016	(r428228)
@@ -9,6 +9,8 @@ MASTER_SITES=	http://nodejs.org/dist/v${
 MAINTAINER=	bradleythughes at fastmail.fm
 COMMENT=	V8 JavaScript for client and server (7.x)
 
+BROKEN=	Does not fetch
+
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 


More information about the svn-ports-all mailing list