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

Carlo Strub cs at FreeBSD.org
Thu Oct 11 18:35:08 UTC 2018


Author: cs
Date: Thu Oct 11 18:35:07 2018
New Revision: 481842
URL: https://svnweb.freebsd.org/changeset/ports/481842

Log:
  - Mark as IGNORE as it has been superseded many years ago
  - add Python noflavor
  
  PR:		230358
  Submitted by:	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:21:44 2018	(r481841)
+++ head/security/py-obfsproxy-tor/Makefile	Thu Oct 11 18:35:07 2018	(r481842)
@@ -7,7 +7,6 @@ PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	security net python
 MASTER_SITES=	CHEESESHOP
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 PKGNAMESUFFIX=	-tor
 
 MAINTAINER=	cs at FreeBSD.org
@@ -16,6 +15,8 @@ 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} \
@@ -23,7 +24,8 @@ 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
+USE_PYTHON=	distutils autoplist noflavors
+
 SUB_FILES=	pkg-message
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list