Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2015 18:02:10 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404305 - head/www/bigbluebutton
Message-ID:  <201512231802.tBNI2AgI021456@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Dec 23 18:02:10 2015
New Revision: 404305
URL: https://svnweb.freebsd.org/changeset/ports/404305

Log:
  - Mark BROKEN: fails to extract:
  
  tar: Error opening archive: Failed to open 'bbb-default.tar.gz'
  
  Approved by:	portmgr blanket

Modified:
  head/www/bigbluebutton/Makefile

Modified: head/www/bigbluebutton/Makefile
==============================================================================
--- head/www/bigbluebutton/Makefile	Wed Dec 23 16:37:15 2015	(r404304)
+++ head/www/bigbluebutton/Makefile	Wed Dec 23 18:02:10 2015	(r404305)
@@ -27,6 +27,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 MANUAL_PACKAGE_BUILD=	requires www/tomcat6 with HTTP_PORT=8080
 
+BROKEN=		fails to extract: tar: Error opening archive: Failed to open 'bbb-default.tar.gz'
+
 USES=		dos2unix
 DOS2UNIX_REGEX=	.+\.(conf|jsp|properties|xml)$
 



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