svn commit: r456678 - head/security/obfsproxy

Antoine Brodin antoine at FreeBSD.org
Mon Dec 18 21:51:43 UTC 2017


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} \


More information about the svn-ports-head mailing list