aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2019-04-25 11:09:03 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2019-04-25 11:09:03 +0000
commit99c553264c814c0feec118174b62b5a6b75c7cb0 (patch)
tree4f659100cd276a07ad4af286c07ee87955546a94 /net-mgmt
parentda3ee207ba94cac183ac6ed5e6374d751c876cfc (diff)
downloadports-99c553264c814c0feec118174b62b5a6b75c7cb0.tar.gz
ports-99c553264c814c0feec118174b62b5a6b75c7cb0.zip
net-mgmt/py-junos-eznc: Upgrade from 2.2.0 to 2.2.1
Changelog: - Handle multiple package-result values from sw.install #864 - Extended support to WR-Based Linux H/W #882 #883 #889 - Fixed issues in Console over SSH #877 - Optimized PyEZ docker image size and minor bug fixes #894 #911 - Fixed JSON serialization for Junos facts #902 - Updated securityzone.yml. Added item zone-security #909 - Fixed runtime error while using Outbound-SSH #915 - Fixed Pyyaml bugs #914 #917 #918 Changelog taken from: https://github.com/Juniper/py-junos-eznc/releases/tag/2.2.1 Also add a newline before NO_ARCH in order to pet portlint PR: 237502 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> (maintainer) Approved by: Sergey Akhmatov (maintainer)
Notes
Notes: svn path=/head/; revision=499986
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/py-junos-eznc/Makefile5
-rw-r--r--net-mgmt/py-junos-eznc/distinfo6
2 files changed, 6 insertions, 5 deletions
diff --git a/net-mgmt/py-junos-eznc/Makefile b/net-mgmt/py-junos-eznc/Makefile
index 910bc8a0a659..84e0372c3662 100644
--- a/net-mgmt/py-junos-eznc/Makefile
+++ b/net-mgmt/py-junos-eznc/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= junos-eznc
-DISTVERSION= 2.2.0
+DISTVERSION= 2.2.1
CATEGORIES= net-mgmt python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,10 +19,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7.1:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scp>=0.7.0:security/py-scp@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
+
NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/py-junos-eznc/distinfo b/net-mgmt/py-junos-eznc/distinfo
index e29fae671cf7..c750a33aa1df 100644
--- a/net-mgmt/py-junos-eznc/distinfo
+++ b/net-mgmt/py-junos-eznc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1536390825
-SHA256 (junos-eznc-2.2.0.tar.gz) = d97d8babf650abca25a096825aa6d88573d340481a0b0793afcdac4a7bee09d3
-SIZE (junos-eznc-2.2.0.tar.gz) = 110373
+TIMESTAMP = 1556017363
+SHA256 (junos-eznc-2.2.1.tar.gz) = 0133a10ba3d46ddf70f0ba6620aa3b92e5533f08c57edd000dbffd8fe60d586d
+SIZE (junos-eznc-2.2.1.tar.gz) = 110625