Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2019 10:24:46 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492683 - in head: . net-mgmt net-mgmt/py-pysmi net-mgmt/py-pysnmp net-mgmt/py-pysnmp-apps net-mgmt/py-pysnmp-mibs net-mgmt/py-snmp4 net-mgmt/py-snmp4-apps net-mgmt/py-snmp4-mibs net/ex...
Message-ID:  <201902111024.x1BAOkKV078964@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Mon Feb 11 10:24:45 2019
New Revision: 492683
URL: https://svnweb.freebsd.org/changeset/ports/492683

Log:
  net-mgmt/py-snmp4{-apps,-mibs}: Rename to match canonical upstream name
  
  Rename the following ports:
  
  * net-mgmt/py-snmp4 -> net-mgmt/py-pysnmp
  * net-mgmt/py-snmp4-apps -> net-mgmt/py-pysnmp-apps
  * net-mgmt/py-snmp4-mibs -> net-mgmt/py-pysnmp-mibs
  
  Bump PORTREVISION for net/exaddos + net-mgmt/py-pysmi
  
  PR:		235120
  Submitted by:	John W. O'Brien <john@saltant.com>
  Reviewed by:	koobs
  Approved by:	miwi (mentor), maintainer
  Differential Revision:	https://reviews.freebsd.org/D19134

Added:
  head/net-mgmt/py-pysnmp/
     - copied from r492682, head/net-mgmt/py-snmp4/
  head/net-mgmt/py-pysnmp-apps/
     - copied from r492682, head/net-mgmt/py-snmp4-apps/
  head/net-mgmt/py-pysnmp-mibs/
     - copied from r492682, head/net-mgmt/py-snmp4-mibs/
Deleted:
  head/net-mgmt/py-snmp4/
  head/net-mgmt/py-snmp4-apps/
  head/net-mgmt/py-snmp4-mibs/
Modified:
  head/MOVED
  head/net-mgmt/Makefile
  head/net-mgmt/py-pysmi/Makefile
  head/net-mgmt/py-pysnmp-apps/Makefile
  head/net-mgmt/py-pysnmp-apps/pkg-descr
  head/net-mgmt/py-pysnmp-mibs/Makefile
  head/net-mgmt/py-pysnmp-mibs/pkg-descr
  head/net-mgmt/py-pysnmp/Makefile
  head/net-mgmt/py-pysnmp/pkg-descr
  head/net/exaddos/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Mon Feb 11 09:56:58 2019	(r492682)
+++ head/MOVED	Mon Feb 11 10:24:45 2019	(r492683)
@@ -11592,3 +11592,6 @@ sysutils/yum||2019-02-07|Has expired: Abandoned upstre
 sysutils/createrepo||2019-02-07|Has expired: Abandoned upstream, does not work with python3
 misc/soapysdr-hackrf|comms/soapysdrhackrf|2019-02-09|Move to the proper category/name
 math/wxMaxima|math/wxmaxima|2019-02-10|rename for consistency
+net-mgmt/py-snmp4|net-mgmt/py-pysnmp|2019-02-11|Renamed to match upstream naming
+net-mgmt/py-snmp4-apps|net-mgmt/py-pysnmp-apps|2019-02-11|Renamed to match upstream naming
+net-mgmt/py-snmp4-mibs|net-mgmt/py-pysnmp-mibs|2019-02-11|Renamed to match upstream naming

Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile	Mon Feb 11 09:56:58 2019	(r492682)
+++ head/net-mgmt/Makefile	Mon Feb 11 10:24:45 2019	(r492683)
@@ -317,10 +317,10 @@
     SUBDIR += py-pynsca
     SUBDIR += py-pynxos
     SUBDIR += py-pysmi
+    SUBDIR += py-pysnmp
+    SUBDIR += py-pysnmp-apps
+    SUBDIR += py-pysnmp-mibs
     SUBDIR += py-pyzabbix
-    SUBDIR += py-snmp4
-    SUBDIR += py-snmp4-apps
-    SUBDIR += py-snmp4-mibs
     SUBDIR += py-snmp_passpersist
     SUBDIR += py-yapsnmp
     SUBDIR += qkismet

Modified: head/net-mgmt/py-pysmi/Makefile
==============================================================================
--- head/net-mgmt/py-pysmi/Makefile	Mon Feb 11 09:56:58 2019	(r492682)
+++ head/net-mgmt/py-pysmi/Makefile	Mon Feb 11 10:24:45 2019	(r492683)
@@ -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 @@ COMMENT=	SNMP/SMI MIB parsing in Python
 
 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}
 

Modified: head/net-mgmt/py-pysnmp-apps/Makefile
==============================================================================
--- head/net-mgmt/py-snmp4-apps/Makefile	Mon Feb 11 09:56:58 2019	(r492682)
+++ head/net-mgmt/py-pysnmp-apps/Makefile	Mon Feb 11 10:24:45 2019	(r492683)
@@ -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>

Modified: head/net-mgmt/py-pysnmp-apps/pkg-descr
==============================================================================
--- head/net-mgmt/py-snmp4-apps/pkg-descr	Mon Feb 11 09:56:58 2019	(r492682)
+++ head/net-mgmt/py-pysnmp-apps/pkg-descr	Mon Feb 11 10:24:45 2019	(r492683)
@@ -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/

Modified: head/net-mgmt/py-pysnmp-mibs/Makefile
==============================================================================
--- head/net-mgmt/py-snmp4-mibs/Makefile	Mon Feb 11 09:56:58 2019	(r492682)
+++ head/net-mgmt/py-pysnmp-mibs/Makefile	Mon Feb 11 10:24:45 2019	(r492683)
@@ -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>

Modified: head/net-mgmt/py-pysnmp-mibs/pkg-descr
==============================================================================
--- head/net-mgmt/py-snmp4-mibs/pkg-descr	Mon Feb 11 09:56:58 2019	(r492682)
+++ head/net-mgmt/py-pysnmp-mibs/pkg-descr	Mon Feb 11 10:24:45 2019	(r492683)
@@ -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/

Modified: head/net-mgmt/py-pysnmp/Makefile
==============================================================================
--- head/net-mgmt/py-snmp4/Makefile	Mon Feb 11 09:56:58 2019	(r492682)
+++ head/net-mgmt/py-pysnmp/Makefile	Mon Feb 11 10:24:45 2019	(r492683)
@@ -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
@@ -19,6 +18,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.2:deve
 
 USES=		python
 USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
 
 EXAMPLESDIR=	${PREFIX}/share/examples/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
 DOCSDIR=	${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}

Modified: head/net-mgmt/py-pysnmp/pkg-descr
==============================================================================
--- head/net-mgmt/py-snmp4/pkg-descr	Mon Feb 11 09:56:58 2019	(r492682)
+++ head/net-mgmt/py-pysnmp/pkg-descr	Mon Feb 11 10:24:45 2019	(r492683)
@@ -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/

Modified: head/net/exaddos/Makefile
==============================================================================
--- head/net/exaddos/Makefile	Mon Feb 11 09:56:58 2019	(r492682)
+++ head/net/exaddos/Makefile	Mon Feb 11 10:24:45 2019	(r492683)
@@ -3,6 +3,7 @@
 
 PORTNAME=	exaddos
 PORTVERSION=	0.4.0
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	ZI
 
@@ -12,8 +13,8 @@ COMMENT=	Monitor your network for DDoS
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902111024.x1BAOkKV078964>