Date: Sat, 12 May 2018 21:13:37 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469756 - head/textproc/pootle Message-ID: <201805122113.w4CLDb5G004806@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805122113.w4CLDb5G004806>