From owner-svn-ports-all@freebsd.org Thu Oct 11 18:35:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 167F110C3925; Thu, 11 Oct 2018 18:35:08 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C039C7C4EB; Thu, 11 Oct 2018 18:35:07 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BB33414378; Thu, 11 Oct 2018 18:35:07 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9BIZ7PG046194; Thu, 11 Oct 2018 18:35:07 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9BIZ7la046193; Thu, 11 Oct 2018 18:35:07 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201810111835.w9BIZ7la046193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Thu, 11 Oct 2018 18:35:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481842 - head/security/py-obfsproxy-tor X-SVN-Group: ports-head X-SVN-Commit-Author: cs X-SVN-Commit-Paths: head/security/py-obfsproxy-tor X-SVN-Commit-Revision: 481842 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2018 18:35:08 -0000 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@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