svn commit: r404305 - head/www/bigbluebutton

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 23 18:02:11 UTC 2015


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)$
 


More information about the svn-ports-head mailing list