diff options
author | antoine <antoine@FreeBSD.org> | 2018-05-12 04:49:56 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-05-12 04:49:56 +0800 |
commit | 08e91d8d3f211092f1859e0c96a0b24d14030805 (patch) | |
tree | fd322369310066c3b930459d34fe467ab917664d /security | |
parent | 01bad8e6f0808fa887951f9fe10e210188fa80f9 (diff) | |
download | freebsd-ports-graphics-08e91d8d3f211092f1859e0c96a0b24d14030805.tar.gz freebsd-ports-graphics-08e91d8d3f211092f1859e0c96a0b24d14030805.tar.zst freebsd-ports-graphics-08e91d8d3f211092f1859e0c96a0b24d14030805.zip |
- pywinrm is named pywinrm, not winrm
- pywinrm is not python3 ready
Reported by: pkg-fallout
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 2 | ||||
-rw-r--r-- | security/py-pywinrm/Makefile (renamed from security/py-winrm/Makefile) | 2 | ||||
-rw-r--r-- | security/py-pywinrm/distinfo (renamed from security/py-winrm/distinfo) | 0 | ||||
-rw-r--r-- | security/py-pywinrm/pkg-descr (renamed from security/py-winrm/pkg-descr) | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/security/Makefile b/security/Makefile index eacb32e07e8..8cbb212a69e 100644 --- a/security/Makefile +++ b/security/Makefile @@ -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 diff --git a/security/py-winrm/Makefile b/security/py-pywinrm/Makefile index b592266148e..f5ae49047e2 100644 --- a/security/py-winrm/Makefile +++ b/security/py-pywinrm/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xmltodict>0:devel/py-xmltodict@${FLAVOR} \ ${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> diff --git a/security/py-winrm/distinfo b/security/py-pywinrm/distinfo index 68d231800b6..68d231800b6 100644 --- a/security/py-winrm/distinfo +++ b/security/py-pywinrm/distinfo diff --git a/security/py-winrm/pkg-descr b/security/py-pywinrm/pkg-descr index e4d8bf15d7c..e4d8bf15d7c 100644 --- a/security/py-winrm/pkg-descr +++ b/security/py-pywinrm/pkg-descr |