svn commit: r469695 - in head/security: . py-pywinrm py-winrm

Antoine Brodin antoine at FreeBSD.org
Fri May 11 20:49:58 UTC 2018


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>


More information about the svn-ports-all mailing list