svn commit: r500341 - head/net-mgmt/p5-SNMP-Info
Kai Knoblich
kai at FreeBSD.org
Sun Apr 28 18:04:39 UTC 2019
Author: kai
Date: Sun Apr 28 18:04:37 2019
New Revision: 500341
URL: https://svnweb.freebsd.org/changeset/ports/500341
Log:
net-mgmt/p5-SNMP-Info: Update to 3.66
* Add dependencies for QA tests
* Pet portlint
While I'm here:
* Add path to license file
Changelog since 3.64:
* Add support for IS-IS routing protocol
* Switch to Alien::SNMP for travis builds
* Clarify MRO usage
* Expand CiscoAgg to also include LACP
* Update VyOS enterprise OID
* Bring layer3::oneaccess up to date for oneos6
* Add two more HP 2930F models
* Make CiscoAgg return ifindex instead of bp_index
* More documentation fixes + whitespace cleanup in all files
https://github.com/netdisco/snmp-info/blob/3.66/Changes
PR: 237110
Submitted by: Geoffroy Desvernay <dgeo at centrale-marseille.fr>
Approved by: maintainer timeout, mentors (implicit)
Modified:
head/net-mgmt/p5-SNMP-Info/Makefile
head/net-mgmt/p5-SNMP-Info/distinfo
Modified: head/net-mgmt/p5-SNMP-Info/Makefile
==============================================================================
--- head/net-mgmt/p5-SNMP-Info/Makefile Sun Apr 28 18:04:01 2019 (r500340)
+++ head/net-mgmt/p5-SNMP-Info/Makefile Sun Apr 28 18:04:37 2019 (r500341)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= SNMP-Info
-PORTVERSION= 3.64
+PORTVERSION= 3.66
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,15 +11,21 @@ MAINTAINER= jadawin at FreeBSD.org
COMMENT= Perl5 module for gathering information from network devices
LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp
RUN_DEPENDS= p5-PPI>0:textproc/p5-PPI \
p5-Module-Info>0:devel/p5-Module-Info \
- p5-Class-ISA>0:devel/p5-Class-ISA
+ p5-Class-ISA>0:devel/p5-Class-ISA \
+ p5-NetAddr-IP>0:net-mgmt/p5-NetAddr-IP
+TEST_DEPENDS= p5-Test-MockObject>0:devel/p5-Test-MockObject \
+ p5-Test-Class-Most>0:devel/p5-Test-Class-Most \
+ p5-Test-Distribution>0:devel/p5-Test-Distribution
USES= perl5
USE_PERL5= modbuild
+
NO_ARCH= yes
.include <bsd.port.mk>
Modified: head/net-mgmt/p5-SNMP-Info/distinfo
==============================================================================
--- head/net-mgmt/p5-SNMP-Info/distinfo Sun Apr 28 18:04:01 2019 (r500340)
+++ head/net-mgmt/p5-SNMP-Info/distinfo Sun Apr 28 18:04:37 2019 (r500341)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1546264155
-SHA256 (SNMP-Info-3.64.tar.gz) = 0533b6391f26d54e58588f62beefe1a2aa3c02f6b3f91ed1f808c55bd9f0b905
-SIZE (SNMP-Info-3.64.tar.gz) = 555685
+TIMESTAMP = 1553527821
+SHA256 (SNMP-Info-3.66.tar.gz) = 1057ac183125052ef00e762ed3bd575294212c9ff37e90f341fc5f84177c6c1e
+SIZE (SNMP-Info-3.66.tar.gz) = 557774
More information about the svn-ports-head
mailing list