svn commit: r525599 - head/www/redmine4

Antoine Brodin antoine at FreeBSD.org
Sat Feb 8 19:41:51 UTC 2020


Author: antoine
Date: Sat Feb  8 19:41:51 2020
New Revision: 525599
URL: https://svnweb.freebsd.org/changeset/ports/525599

Log:
  Mark BROKEN: conflicting dependencies
  
  pkg-static: ImageMagick6-6.9.10.90,1 conflicts with ImageMagick7-7.0.9.20 (installs files into the same place).  Problematic file: /usr/local/bin/Magick++-config
  
  Reported by:	pkg-fallout

Modified:
  head/www/redmine4/Makefile

Modified: head/www/redmine4/Makefile
==============================================================================
--- head/www/redmine4/Makefile	Sat Feb  8 19:39:24 2020	(r525598)
+++ head/www/redmine4/Makefile	Sat Feb  8 19:41:51 2020	(r525599)
@@ -14,6 +14,8 @@ COMMENT=	Flexible project management web application
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/doc/COPYING
 
+BROKEN=		conflicting dependencies
+
 RUN_DEPENDS=	rubygem-bundler>=1.5.0:sysutils/rubygem-bundler \
 		rubygem-rails52>=5.2.4.1:www/rubygem-rails52 \
 		rubygem-rouge312>=3.12.0:textproc/rubygem-rouge312 \


More information about the svn-ports-all mailing list