aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn W. O'Brien <john@saltant.com>2021-09-11 01:20:43 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2021-09-11 01:23:41 +0000
commit327a5f1d7d433292fe6f8ed7d43e6bd06582b201 (patch)
treee650ed9d3037850486ef46424e37b0c9e528614f
parent332842e326714c36ba995ad4a9f1e59868c004c6 (diff)
net-mgmt/py-pysnmp: Update WWW
snmplabs.com domain name no longer under upstream control Approved by: portmgr (blanket: metadata fix) (cherry picked from commit bb78ec9d147da0afaa1de89fb44a1deb7048058d)
-rw-r--r--devel/py-pyasn1/Makefile1
-rw-r--r--devel/py-pyasn1/pkg-descr2
-rw-r--r--net-mgmt/py-pysmi/Makefile1
-rw-r--r--net-mgmt/py-pysmi/pkg-descr2
-rw-r--r--net-mgmt/py-pysnmp-mibs/Makefile1
-rw-r--r--net-mgmt/py-pysnmp-mibs/pkg-descr2
-rw-r--r--net-mgmt/py-pysnmp/Makefile2
-rw-r--r--net-mgmt/py-pysnmp/pkg-descr2
-rw-r--r--net-mgmt/py-snmpclitools/Makefile2
-rw-r--r--net-mgmt/py-snmpclitools/pkg-descr2
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