Page MenuHomeFreeBSD

D19134.id53725.diff
No OneTemporary

D19134.id53725.diff

Index: MOVED
===================================================================
--- MOVED
+++ MOVED
@@ -11590,3 +11590,6 @@
sysutils/atf-allwinner|devel/atf-sun50i_a64|2019-02-05|Respect the ARM TF-A platform name
sysutils/yum||2019-02-07|Has expired: Abandoned upstream, does not work with python3
sysutils/createrepo||2019-02-07|Has expired: Abandoned upstream, does not work with python3
+net-mgmt/py-snmp4|net-mgmt/py-pysnmp|2019-02-09|Renamed to match upstream naming
+net-mgmt/py-snmp4-apps|net-mgmt/py-pysnmp-apps|2019-02-09|Renamed to match upstream naming
+net-mgmt/py-snmp4-mibs|net-mgmt/py-pysnmp-mibs|2019-02-09|Renamed to match upstream naming
Index: net-mgmt/py-pysmi/Makefile
===================================================================
--- net-mgmt/py-pysmi/Makefile
+++ net-mgmt/py-pysmi/Makefile
@@ -2,6 +2,7 @@
PORTNAME= pysmi
PORTVERSION= 0.3.3
+PORTREVISION= 1
CATEGORIES= net-mgmt python
MASTER_SITES= CHEESESHOP \
SF/pysmi/pysmi/${PORTVERSION}
@@ -12,7 +13,7 @@
LICENSE= BSD2CLAUSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snmp4>=0:net-mgmt/py-snmp4@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysnmp>=0:net-mgmt/py-pysnmp@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR}
Index: net-mgmt/py-pysnmp-apps/Makefile
===================================================================
--- net-mgmt/py-pysnmp-apps/Makefile
+++ net-mgmt/py-pysnmp-apps/Makefile
@@ -1,22 +1,23 @@
# Created by: Martin Jackson <mhjacks@swbell.net>
# $FreeBSD$
-PORTNAME= snmp4-apps
+PORTNAME= pysnmp-apps
PORTVERSION= 0.4.1
CATEGORIES= net-mgmt python
MASTER_SITES= CHEESESHOP \
SF/pysnmp/pysnmp-apps/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pysnmp-apps-${PORTVERSION}
MAINTAINER= mhjacks@swbell.net
-COMMENT= Command line utilities for pysnmp4
+COMMENT= Command line utilities for pysnmp
LICENSE= BSD2CLAUSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snmp4>=4.3.2:net-mgmt/py-snmp4@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysnmp>=4.3.2:net-mgmt/py-pysnmp@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+
.include <bsd.port.mk>
Index: net-mgmt/py-pysnmp-apps/pkg-descr
===================================================================
--- net-mgmt/py-pysnmp-apps/pkg-descr
+++ net-mgmt/py-pysnmp-apps/pkg-descr
@@ -1,5 +1,5 @@
PySNMP is fully functional SNMP v1, v2c and v3 engine (agent and manager)
written entirely in Python. The -apps distribution contains command-line
-workalikes for snmpwalk, snmpget, etc. written using the PySNMP 4 module.
+workalikes for snmpwalk, snmpget, etc. written using the PySNMP module.
-WWW: http://pysnmp.sourceforge.net/
+WWW: http://snmplabs.com/pysnmp/
Index: net-mgmt/py-pysnmp-mibs/Makefile
===================================================================
--- net-mgmt/py-pysnmp-mibs/Makefile
+++ net-mgmt/py-pysnmp-mibs/Makefile
@@ -1,22 +1,23 @@
# Created by: Martin Jackson <mhjacks@swbell.net>
# $FreeBSD$
-PORTNAME= snmp4-mibs
+PORTNAME= pysnmp-mibs
PORTVERSION= 0.1.6
CATEGORIES= net-mgmt python
MASTER_SITES= CHEESESHOP \
SF/pysnmp/pysnmp-mibs/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pysnmp-mibs-${PORTVERSION}
MAINTAINER= mhjacks@swbell.net
-COMMENT= Additional python MIB files for pysnmp4 and friends
+COMMENT= Additional python MIB files for pysnmp and friends
LICENSE= BSD3CLAUSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snmp4>=4.3.2:net-mgmt/py-snmp4@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysnmp>=4.3.2:net-mgmt/py-pysnmp@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+
.include <bsd.port.mk>
Index: net-mgmt/py-pysnmp-mibs/pkg-descr
===================================================================
--- net-mgmt/py-pysnmp-mibs/pkg-descr
+++ net-mgmt/py-pysnmp-mibs/pkg-descr
@@ -1,5 +1,5 @@
PySNMP is fully functional SNMP v1, v2c and v3 engine (agent and manager)
written entirely in Python. The -mibs distribution contains MIB modules
-built from publicly available MIBs compiled to work with the pysnmp4 tools.
+built from publicly available MIBs compiled to work with the pysnmp tools.
-WWW: http://pysnmp.sourceforge.net/
+WWW: http://snmplabs.com/pysnmp/
Index: net-mgmt/py-pysnmp/Makefile
===================================================================
--- net-mgmt/py-pysnmp/Makefile
+++ net-mgmt/py-pysnmp/Makefile
@@ -1,13 +1,12 @@
# Created by: Martin Jackson <mhjacks@swbell.net>
# $FreeBSD$
-PORTNAME= snmp4
+PORTNAME= pysnmp
PORTVERSION= 4.3.2
CATEGORIES= net-mgmt python
MASTER_SITES= CHEESESHOP \
SF/pysnmp/pysnmp/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pysnmp-${PORTVERSION}
MAINTAINER= mhjacks@swbell.net
COMMENT= SNMP framework for Python
@@ -20,6 +19,8 @@
USES= python
USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+
EXAMPLESDIR= ${PREFIX}/share/examples/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
Index: net-mgmt/py-pysnmp/pkg-descr
===================================================================
--- net-mgmt/py-pysnmp/pkg-descr
+++ net-mgmt/py-pysnmp/pkg-descr
@@ -1,4 +1,4 @@
PySNMP is fully functional SNMP v1, v2c and v3 engine (agent and manager)
written entirely in Python.
-WWW: http://pysnmp.sourceforge.net/
+WWW: http://snmplabs.com/pysnmp/
Index: net-mgmt/py-snmp4-apps/Makefile
===================================================================
--- net-mgmt/py-snmp4-apps/Makefile
+++ net-mgmt/py-snmp4-apps/Makefile
@@ -1,22 +0,0 @@
-# Created by: Martin Jackson <mhjacks@swbell.net>
-# $FreeBSD$
-
-PORTNAME= snmp4-apps
-PORTVERSION= 0.4.1
-CATEGORIES= net-mgmt python
-MASTER_SITES= CHEESESHOP \
- SF/pysnmp/pysnmp-apps/${PORTVERSION}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pysnmp-apps-${PORTVERSION}
-
-MAINTAINER= mhjacks@swbell.net
-COMMENT= Command line utilities for pysnmp4
-
-LICENSE= BSD2CLAUSE
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snmp4>=4.3.2:net-mgmt/py-snmp4@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= distutils autoplist
-
-.include <bsd.port.mk>
Index: net-mgmt/py-snmp4-apps/distinfo
===================================================================
--- net-mgmt/py-snmp4-apps/distinfo
+++ net-mgmt/py-snmp4-apps/distinfo
@@ -1,3 +0,0 @@
-TIMESTAMP = 1523653364
-SHA256 (pysnmp-apps-0.4.1.tar.gz) = 57accb8c2fcb255b4da85af07ef9cd6a266dc5143b2834419ec8a39a879edeb7
-SIZE (pysnmp-apps-0.4.1.tar.gz) = 25525
Index: net-mgmt/py-snmp4-apps/pkg-descr
===================================================================
--- net-mgmt/py-snmp4-apps/pkg-descr
+++ net-mgmt/py-snmp4-apps/pkg-descr
@@ -1,5 +0,0 @@
-PySNMP is fully functional SNMP v1, v2c and v3 engine (agent and manager)
-written entirely in Python. The -apps distribution contains command-line
-workalikes for snmpwalk, snmpget, etc. written using the PySNMP 4 module.
-
-WWW: http://pysnmp.sourceforge.net/
Index: net-mgmt/py-snmp4-mibs/Makefile
===================================================================
--- net-mgmt/py-snmp4-mibs/Makefile
+++ net-mgmt/py-snmp4-mibs/Makefile
@@ -1,22 +0,0 @@
-# Created by: Martin Jackson <mhjacks@swbell.net>
-# $FreeBSD$
-
-PORTNAME= snmp4-mibs
-PORTVERSION= 0.1.6
-CATEGORIES= net-mgmt python
-MASTER_SITES= CHEESESHOP \
- SF/pysnmp/pysnmp-mibs/${PORTVERSION}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pysnmp-mibs-${PORTVERSION}
-
-MAINTAINER= mhjacks@swbell.net
-COMMENT= Additional python MIB files for pysnmp4 and friends
-
-LICENSE= BSD3CLAUSE
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snmp4>=4.3.2:net-mgmt/py-snmp4@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= distutils autoplist
-
-.include <bsd.port.mk>
Index: net-mgmt/py-snmp4-mibs/distinfo
===================================================================
--- net-mgmt/py-snmp4-mibs/distinfo
+++ net-mgmt/py-snmp4-mibs/distinfo
@@ -1,3 +0,0 @@
-TIMESTAMP = 1523653156
-SHA256 (pysnmp-mibs-0.1.6.tar.gz) = 00fa321ca598e8a14c0ad98702bf10fb5e9d57b7d06bb99dc818fea07683720c
-SIZE (pysnmp-mibs-0.1.6.tar.gz) = 2113334
Index: net-mgmt/py-snmp4-mibs/pkg-descr
===================================================================
--- net-mgmt/py-snmp4-mibs/pkg-descr
+++ net-mgmt/py-snmp4-mibs/pkg-descr
@@ -1,5 +0,0 @@
-PySNMP is fully functional SNMP v1, v2c and v3 engine (agent and manager)
-written entirely in Python. The -mibs distribution contains MIB modules
-built from publicly available MIBs compiled to work with the pysnmp4 tools.
-
-WWW: http://pysnmp.sourceforge.net/
Index: net-mgmt/py-snmp4/Makefile
===================================================================
--- net-mgmt/py-snmp4/Makefile
+++ net-mgmt/py-snmp4/Makefile
@@ -1,38 +0,0 @@
-# Created by: Martin Jackson <mhjacks@swbell.net>
-# $FreeBSD$
-
-PORTNAME= snmp4
-PORTVERSION= 4.3.2
-CATEGORIES= net-mgmt python
-MASTER_SITES= CHEESESHOP \
- SF/pysnmp/pysnmp/${PORTVERSION}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pysnmp-${PORTVERSION}
-
-MAINTAINER= mhjacks@swbell.net
-COMMENT= SNMP framework for Python
-
-LICENSE= BSD2CLAUSE
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.2:devel/py-pyasn1@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.4.1:security/py-pycrypto@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= distutils autoplist
-
-EXAMPLESDIR= ${PREFIX}/share/examples/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
-DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
-
-PORTDOCS= *
-PORTEXAMPLES= *
-
-OPTIONS_DEFINE= DOCS EXAMPLES
-
-post-install:
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
- (cd ${WRKSRC}/docs/source/docs && \
- ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
-
-.include <bsd.port.mk>
Index: net-mgmt/py-snmp4/distinfo
===================================================================
--- net-mgmt/py-snmp4/distinfo
+++ net-mgmt/py-snmp4/distinfo
@@ -1,3 +0,0 @@
-TIMESTAMP = 1523652000
-SHA256 (pysnmp-4.3.2.tar.gz) = 7c2bd81df17aa7dca0057a68e7a32284a72231309a0237d66d5b803b5c118977
-SIZE (pysnmp-4.3.2.tar.gz) = 398593
Index: net-mgmt/py-snmp4/pkg-descr
===================================================================
--- net-mgmt/py-snmp4/pkg-descr
+++ net-mgmt/py-snmp4/pkg-descr
@@ -1,4 +0,0 @@
-PySNMP is fully functional SNMP v1, v2c and v3 engine (agent and manager)
-written entirely in Python.
-
-WWW: http://pysnmp.sourceforge.net/
Index: net/exaddos/Makefile
===================================================================
--- net/exaddos/Makefile
+++ net/exaddos/Makefile
@@ -3,6 +3,7 @@
PORTNAME= exaddos
PORTVERSION= 0.4.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ZI
@@ -12,8 +13,8 @@
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snmp4-mibs>=0.1.4:net-mgmt/py-snmp4-mibs@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}snmp4>=4.2.3:net-mgmt/py-snmp4@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysnmp-mibs>=0.1.4:net-mgmt/py-pysnmp-mibs@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pysnmp>=4.2.3:net-mgmt/py-pysnmp@${PY_FLAVOR}
USE_GITHUB= yes
GH_ACCOUNT= Exa-Networks

File Metadata

Mime Type
text/plain
Expires
Sat, Sep 26, 5:11 AM (18 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39637761
Default Alt Text
D19134.id53725.diff (10 KB)

Event Timeline