svn commit: r481843 - head/security/py-obfsproxy-tor

Antoine Brodin antoine at FreeBSD.org
Thu Oct 11 18:41:03 UTC 2018


Author: antoine
Date: Thu Oct 11 18:41:02 2018
New Revision: 481843
URL: https://svnweb.freebsd.org/changeset/ports/481843

Log:
  Revert r48184, it break ports depending on py-obfsproxy-tor
  
  With hat:	portmgr
  Pointy hat:	cs and yuri

Modified:
  head/security/py-obfsproxy-tor/Makefile

Modified: head/security/py-obfsproxy-tor/Makefile
==============================================================================
--- head/security/py-obfsproxy-tor/Makefile	Thu Oct 11 18:35:07 2018	(r481842)
+++ head/security/py-obfsproxy-tor/Makefile	Thu Oct 11 18:41:02 2018	(r481843)
@@ -7,6 +7,7 @@ PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	security net python
 MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 PKGNAMESUFFIX=	-tor
 
 MAINTAINER=	cs at FreeBSD.org
@@ -15,8 +16,6 @@ COMMENT=	Pluggable transport proxy
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-IGNORE=		is outdated and superseded by more modern obfuscation proxies
-
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:security/py-pyptlib@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:security/py-pycrypto@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} \
@@ -24,8 +23,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:sec
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python:2.7
-USE_PYTHON=	distutils autoplist noflavors
-
+USE_PYTHON=	distutils autoplist
 SUB_FILES=	pkg-message
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list