Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2017 21:51:42 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456678 - head/security/obfsproxy
Message-ID:  <201712182151.vBILpgho025702@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Dec 18 21:51:42 2017
New Revision: 456678
URL: https://svnweb.freebsd.org/changeset/ports/456678

Log:
  Mark BROKEN: fails to configure
  
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "setup.py", line 39
      if sys.version_info < (2, 7):
       ^
  SyntaxError: invalid syntax
  
  Reported by:	pkg-fallout

Modified:
  head/security/obfsproxy/Makefile

Modified: head/security/obfsproxy/Makefile
==============================================================================
--- head/security/obfsproxy/Makefile	Mon Dec 18 21:50:17 2017	(r456677)
+++ head/security/obfsproxy/Makefile	Mon Dec 18 21:51:42 2017	(r456678)
@@ -13,6 +13,8 @@ COMMENT=	Pluggable transport proxy
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN=		fails to configure
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:security/py-pyptlib@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:security/py-pycrypto@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${FLAVOR} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712182151.vBILpgho025702>