diff options
author | leres <leres@FreeBSD.org> | 2018-04-14 05:51:27 +0800 |
---|---|---|
committer | leres <leres@FreeBSD.org> | 2018-04-14 05:51:27 +0800 |
commit | 940fe8e366d021dfa39885e5c4b1ab6ac54f2165 (patch) | |
tree | 3defcbfa939e2d272275cc9646259490d0a598da /net-mgmt/py-snmp4-apps | |
parent | cf3030916524e7a48bf65d7add88ba53c16e0f93 (diff) | |
download | freebsd-ports-gnome-940fe8e366d021dfa39885e5c4b1ab6ac54f2165.tar.gz freebsd-ports-gnome-940fe8e366d021dfa39885e5c4b1ab6ac54f2165.tar.zst freebsd-ports-gnome-940fe8e366d021dfa39885e5c4b1ab6ac54f2165.zip |
Update net-mgmt/py-snmp4 to 4.3.2
Update net-mgmt/py-snmp4-apps to 0.4.1
Update net-mgmt/py-snmp4-mibs to 0.1.6
PR: 227508
Reviewed by: ler (mentor)
Approved by: mhjacks@swbell.net, ler (mentor)
Differential Revision: https://reviews.freebsd.org/D15062
Diffstat (limited to 'net-mgmt/py-snmp4-apps')
-rw-r--r-- | net-mgmt/py-snmp4-apps/Makefile | 12 | ||||
-rw-r--r-- | net-mgmt/py-snmp4-apps/distinfo | 5 |
2 files changed, 5 insertions, 12 deletions
diff --git a/net-mgmt/py-snmp4-apps/Makefile b/net-mgmt/py-snmp4-apps/Makefile index 5ae0661227e3..ba0a302b18b2 100644 --- a/net-mgmt/py-snmp4-apps/Makefile +++ b/net-mgmt/py-snmp4-apps/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= snmp4-apps -PORTVERSION= 0.3.4 +PORTVERSION= 0.4.1 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP \ SF/pysnmp/pysnmp-apps/${PORTVERSION} @@ -14,17 +14,9 @@ COMMENT= Command line utilities for pysnmp4 LICENSE= BSD2CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snmp4>=4.2.3:net-mgmt/py-snmp4@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snmp4>=4.3.2:net-mgmt/py-snmp4@${FLAVOR} USES= python USE_PYTHON= distutils autoplist -DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} - -PORTDOCS= CHANGES README - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} - .include <bsd.port.mk> diff --git a/net-mgmt/py-snmp4-apps/distinfo b/net-mgmt/py-snmp4-apps/distinfo index 103777673a72..4a9d01aecbdb 100644 --- a/net-mgmt/py-snmp4-apps/distinfo +++ b/net-mgmt/py-snmp4-apps/distinfo @@ -1,2 +1,3 @@ -SHA256 (pysnmp-apps-0.3.4.tar.gz) = c96c32d543c8f3866ee551962f0e1a0a8440e965bbcd8c1ed67c9a56cd17d18c -SIZE (pysnmp-apps-0.3.4.tar.gz) = 24617 +TIMESTAMP = 1523653364 +SHA256 (pysnmp-apps-0.4.1.tar.gz) = 57accb8c2fcb255b4da85af07ef9cd6a266dc5143b2834419ec8a39a879edeb7 +SIZE (pysnmp-apps-0.4.1.tar.gz) = 25525 |