From owner-svn-ports-all@freebsd.org Fri May 11 20:49:58 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 026A2FCC70A; Fri, 11 May 2018 20:49:58 +0000 (UTC) (envelope-from antoine@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 ABAA86D5E9; Fri, 11 May 2018 20:49:57 +0000 (UTC) (envelope-from antoine@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 8CD3A14A6B; Fri, 11 May 2018 20:49:57 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4BKnvX2058411; Fri, 11 May 2018 20:49:57 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4BKnv2s058410; Fri, 11 May 2018 20:49:57 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201805112049.w4BKnv2s058410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 11 May 2018 20:49:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469695 - in head/security: . py-pywinrm py-winrm X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/security: . py-pywinrm py-winrm X-SVN-Commit-Revision: 469695 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.25 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: Fri, 11 May 2018 20:49:58 -0000 Author: antoine Date: Fri May 11 20:49:56 2018 New Revision: 469695 URL: https://svnweb.freebsd.org/changeset/ports/469695 Log: - pywinrm is named pywinrm, not winrm - pywinrm is not python3 ready Reported by: pkg-fallout Added: head/security/py-pywinrm/ - copied from r469694, head/security/py-winrm/ Deleted: head/security/py-winrm/ Modified: head/security/Makefile head/security/py-pywinrm/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri May 11 20:39:54 2018 (r469694) +++ head/security/Makefile Fri May 11 20:49:56 2018 (r469695) @@ -1001,6 +1001,7 @@ SUBDIR += py-python-registry SUBDIR += py-python-social-auth SUBDIR += py-python3-openid + SUBDIR += py-pywinrm SUBDIR += py-rekall SUBDIR += py-rekall-core SUBDIR += py-requests-credssp @@ -1027,7 +1028,6 @@ SUBDIR += py-virustotal-api SUBDIR += py-volatility SUBDIR += py-vulndb - SUBDIR += py-winrm SUBDIR += py-yara SUBDIR += py-yubioath-desktop SUBDIR += py-yubikey-manager Modified: head/security/py-pywinrm/Makefile ============================================================================== --- head/security/py-winrm/Makefile Fri May 11 20:39:54 2018 (r469694) +++ head/security/py-pywinrm/Makefile Fri May 11 20:49:56 2018 (r469695) @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xmltodict>0:devel/ ${PYTHON_PKGNAMEPREFIX}requests-credssp>=0.0.1:security/py-requests-credssp@${FLAVOR} NO_ARCH= yes -USES= python +USES= python:2.7 USE_PYTHON= autoplist distutils .include