svn commit: r469756 - head/textproc/pootle

Rene Ladan rene at FreeBSD.org
Sat May 12 21:13:38 UTC 2018


Author: rene
Date: Sat May 12 21:13:37 2018
New Revision: 469756
URL: https://svnweb.freebsd.org/changeset/ports/469756

Log:
  textproc/pootle: mark BROKEN for now due to Django being migrated to 1.11.
  
  The new version is 2.8.2, but that version has similar problems with Django
  dependencies.

Modified:
  head/textproc/pootle/Makefile

Modified: head/textproc/pootle/Makefile
==============================================================================
--- head/textproc/pootle/Makefile	Sat May 12 20:14:19 2018	(r469755)
+++ head/textproc/pootle/Makefile	Sat May 12 21:13:37 2018	(r469756)
@@ -14,6 +14,8 @@ COMMENT=	User-friendly web portal for simple translati
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		Conflicting Django 1.8 / 1.11 dependencies, ancient version
+
 RUN_DEPENDS=	translate-toolkit>=1.11.0:textproc/translate-toolkit \
 		${PYTHON_PKGNAMEPREFIX}south>=0.7.6:databases/py-south@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cssmin>=0.1.4:www/py-cssmin@${FLAVOR} \


More information about the svn-ports-all mailing list