svn commit: r518014 - head/www/redmine4

Antoine Brodin antoine at FreeBSD.org
Wed Nov 20 13:58:00 UTC 2019


Author: antoine
Date: Wed Nov 20 13:58:00 2019
New Revision: 518014
URL: https://svnweb.freebsd.org/changeset/ports/518014

Log:
  Mark BROKEN: fails to stage
  
  Could not find gem 'rouge (~> 3.12.0)' in any of the gem sources listed in your
  Gemfile.
  
  Reported by:	pkg-fallout

Modified:
  head/www/redmine4/Makefile

Modified: head/www/redmine4/Makefile
==============================================================================
--- head/www/redmine4/Makefile	Wed Nov 20 13:56:36 2019	(r518013)
+++ head/www/redmine4/Makefile	Wed Nov 20 13:58:00 2019	(r518014)
@@ -14,6 +14,8 @@ COMMENT=	Flexible project management web application
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/doc/COPYING
 
+BROKEN=		fails to stage
+
 RUN_DEPENDS=	rubygem-bundler>=1.5.0:sysutils/rubygem-bundler \
 		rubygem-rails52>=5.2.3:www/rubygem-rails52 \
 		rubygem-rouge>=3.12.0:textproc/rubygem-rouge \


More information about the svn-ports-all mailing list