diff options
author | cs <cs@FreeBSD.org> | 2018-10-12 02:35:07 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2018-10-12 02:35:07 +0800 |
commit | 3aa1f289287ad8db0e95468a8f8a414fe0c187b1 (patch) | |
tree | 9e04adc04154d285f35aea901f99e7c01331df84 /security | |
parent | 2d898b079bc0036d7897851710b967530d6f12b9 (diff) | |
download | freebsd-ports-gnome-3aa1f289287ad8db0e95468a8f8a414fe0c187b1.tar.gz freebsd-ports-gnome-3aa1f289287ad8db0e95468a8f8a414fe0c187b1.tar.zst freebsd-ports-gnome-3aa1f289287ad8db0e95468a8f8a414fe0c187b1.zip |
- Mark as IGNORE as it has been superseded many years ago
- add Python noflavor
PR: 230358
Submitted by: yuri@
Diffstat (limited to 'security')
-rw-r--r-- | security/py-obfsproxy-tor/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/py-obfsproxy-tor/Makefile b/security/py-obfsproxy-tor/Makefile index cab60d656951..dae8eb8f8ff6 100644 --- a/security/py-obfsproxy-tor/Makefile +++ b/security/py-obfsproxy-tor/Makefile @@ -7,7 +7,6 @@ PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security net python MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= -tor MAINTAINER= cs@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:security/py-pyptlib@${PY_FLAV 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 |