Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 May 2018 20:49:57 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
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
Message-ID:  <201805112049.w4BKnv2s058410@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805112049.w4BKnv2s058410>