git: bb78ec9d147d - main - net-mgmt/py-pysnmp: Update WWW

Kevin Bowling kbowling at FreeBSD.org
Sat Sep 11 01:23:25 UTC 2021


The branch main has been updated by kbowling:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bb78ec9d147da0afaa1de89fb44a1deb7048058d

commit bb78ec9d147da0afaa1de89fb44a1deb7048058d
Author:     John W. O'Brien <john at saltant.com>
AuthorDate: 2021-09-11 01:20:43 +0000
Commit:     Kevin Bowling <kbowling at FreeBSD.org>
CommitDate: 2021-09-11 01:23:05 +0000

    net-mgmt/py-pysnmp: Update WWW
    
    snmplabs.com domain name no longer under upstream control
    
    Approved by:    portmgr (blanket: metadata fix)
---
 devel/py-pyasn1/Makefile           | 1 +
 devel/py-pyasn1/pkg-descr          | 2 +-
 net-mgmt/py-pysmi/Makefile         | 1 +
 net-mgmt/py-pysmi/pkg-descr        | 2 +-
 net-mgmt/py-pysnmp-mibs/Makefile   | 1 +
 net-mgmt/py-pysnmp-mibs/pkg-descr  | 2 +-
 net-mgmt/py-pysnmp/Makefile        | 2 +-
 net-mgmt/py-pysnmp/pkg-descr       | 2 +-
 net-mgmt/py-snmpclitools/Makefile  | 2 +-
 net-mgmt/py-snmpclitools/pkg-descr | 2 +-
 10 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/devel/py-pyasn1/Makefile b/devel/py-pyasn1/Makefile
index f9ff7c7ee8de..b48813813da4 100644
--- a/devel/py-pyasn1/Makefile
+++ b/devel/py-pyasn1/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	pyasn1
 PORTVERSION=	0.4.7
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-pyasn1/pkg-descr b/devel/py-pyasn1/pkg-descr
index 2d0955dc8712..07fb4cdc8d66 100644
--- a/devel/py-pyasn1/pkg-descr
+++ b/devel/py-pyasn1/pkg-descr
@@ -1,4 +1,4 @@
 ASN.1 types and codecs (BER, CER, DER) implementation in Python programming
 language.
 
-WWW: http://snmplabs.com/pyasn1/
+WWW: https://github.com/etingof/pyasn1
diff --git a/net-mgmt/py-pysmi/Makefile b/net-mgmt/py-pysmi/Makefile
index 8b662e6e6a58..3310dc94de12 100644
--- a/net-mgmt/py-pysmi/Makefile
+++ b/net-mgmt/py-pysmi/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pysmi
 PORTVERSION=	0.3.4
+PORTREVISION=	1
 CATEGORIES=	net-mgmt python
 MASTER_SITES=	CHEESESHOP \
 		SF/pysmi/pysmi/${PORTVERSION}
diff --git a/net-mgmt/py-pysmi/pkg-descr b/net-mgmt/py-pysmi/pkg-descr
index 1c2c9bf4dbc2..5912cf9a9907 100644
--- a/net-mgmt/py-pysmi/pkg-descr
+++ b/net-mgmt/py-pysmi/pkg-descr
@@ -1,3 +1,3 @@
 Pure-Python implementation of SNMP/SMI MIB parsing and conversion library
 
-WWW: http://snmplabs.com/pysmi/
+WWW: https://github.com/etingof/pysmi
diff --git a/net-mgmt/py-pysnmp-mibs/Makefile b/net-mgmt/py-pysnmp-mibs/Makefile
index 2058781e4df7..9efe22cf223e 100644
--- a/net-mgmt/py-pysnmp-mibs/Makefile
+++ b/net-mgmt/py-pysnmp-mibs/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	pysnmp-mibs
 PORTVERSION=	0.1.6
+PORTREVISION=	1
 CATEGORIES=	net-mgmt python
 MASTER_SITES=	CHEESESHOP \
 		SF/pysnmp/pysnmp-mibs/${PORTVERSION}
diff --git a/net-mgmt/py-pysnmp-mibs/pkg-descr b/net-mgmt/py-pysnmp-mibs/pkg-descr
index 76366a6f7fef..61ee1c60a273 100644
--- a/net-mgmt/py-pysnmp-mibs/pkg-descr
+++ b/net-mgmt/py-pysnmp-mibs/pkg-descr
@@ -2,4 +2,4 @@ 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 pysnmp tools.
 
-WWW: http://snmplabs.com/pysnmp/
+WWW: https://github.com/etingof/pysnmp-mibs
diff --git a/net-mgmt/py-pysnmp/Makefile b/net-mgmt/py-pysnmp/Makefile
index eb47ede6ed40..89260890b1c3 100644
--- a/net-mgmt/py-pysnmp/Makefile
+++ b/net-mgmt/py-pysnmp/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	pysnmp
 PORTVERSION=	4.4.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt python
 MASTER_SITES=	CHEESESHOP \
 		SF/pysnmp/pysnmp/${PORTVERSION}
diff --git a/net-mgmt/py-pysnmp/pkg-descr b/net-mgmt/py-pysnmp/pkg-descr
index 665f7903f16b..9c03e34ac72c 100644
--- a/net-mgmt/py-pysnmp/pkg-descr
+++ b/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://snmplabs.com/pysnmp/
+WWW: https://github.com/etingof/pysnmp
diff --git a/net-mgmt/py-snmpclitools/Makefile b/net-mgmt/py-snmpclitools/Makefile
index e87fb2610eaf..95601ce47fd6 100644
--- a/net-mgmt/py-snmpclitools/Makefile
+++ b/net-mgmt/py-snmpclitools/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	snmpclitools
 PORTVERSION=	0.6.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/net-mgmt/py-snmpclitools/pkg-descr b/net-mgmt/py-snmpclitools/pkg-descr
index d7cf870a6c76..9db6e95638f5 100644
--- a/net-mgmt/py-snmpclitools/pkg-descr
+++ b/net-mgmt/py-snmpclitools/pkg-descr
@@ -2,4 +2,4 @@ This is the collection of command-line SNMP tools written in pure-Python
 and tightly aligned with the de-facto standard SNMP tools that come with
 Net-SNMP e.g. snmpget, snmpwalk and many others.
 
-WWW: http://snmplabs.com/snmpclitools/
+WWW: https://github.com/etingof/snmpclitools


More information about the dev-commits-ports-main mailing list