svn commit: r502891 - head/textproc/pootle

Kubilay Kocak koobs at FreeBSD.org
Tue May 28 13:34:27 UTC 2019


Author: koobs
Date: Tue May 28 13:34:26 2019
New Revision: 502891
URL: https://svnweb.freebsd.org/changeset/ports/502891

Log:
  textproc/pootle: Mark BROKEN
  
  All of pootle dependencies (via requirements/base.txt) are pinned to
  specific/exact (==) versions and most are not satisfied by ports.

Modified:
  head/textproc/pootle/Makefile

Modified: head/textproc/pootle/Makefile
==============================================================================
--- head/textproc/pootle/Makefile	Tue May 28 11:32:35 2019	(r502890)
+++ head/textproc/pootle/Makefile	Tue May 28 13:34:26 2019	(r502891)
@@ -11,6 +11,8 @@ COMMENT=	User-friendly web portal for simple translati
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		Dependencies broken: Dependencies all pinned (==) not satisfied by ports
+
 RUN_DEPENDS=	translate-toolkit>=2.2.5:textproc/translate-toolkit \
 		${PYTHON_PKGNAMEPREFIX}Babel>=2.5.1:devel/py-babel@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}bleach>=2.0.0:www/py-bleach@${PY_FLAVOR} \


More information about the svn-ports-head mailing list