From owner-dev-commits-ports-all@freebsd.org Sat Sep 11 01:23:25 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2245B66847A; Sat, 11 Sep 2021 01:23:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H5w3x0Bqcz4nFY; Sat, 11 Sep 2021 01:23:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DB14F1784C; Sat, 11 Sep 2021 01:23:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18B1NOc1041607; Sat, 11 Sep 2021 01:23:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18B1NOI2041606; Sat, 11 Sep 2021 01:23:24 GMT (envelope-from git) Date: Sat, 11 Sep 2021 01:23:24 GMT Message-Id: <202109110123.18B1NOI2041606@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kevin Bowling Subject: git: bb78ec9d147d - main - net-mgmt/py-pysnmp: Update WWW MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bb78ec9d147da0afaa1de89fb44a1deb7048058d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2021 01:23:25 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=bb78ec9d147da0afaa1de89fb44a1deb7048058d commit bb78ec9d147da0afaa1de89fb44a1deb7048058d Author: John W. O'Brien AuthorDate: 2021-09-11 01:20:43 +0000 Commit: Kevin Bowling 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