1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Layer3::Juniper fixed to return os_ver for JUNOS 14.x and higher

Migrate to Module::Build for distribution maintenance
Include loading of LLDP-EXT-MED-MIB in LLDP.pm
support CiscoConfig on Nexus (sf.net:scratchfury)
remove interface specific part from vrf interfaces on IOS (W. Vandersmissen)
f5 class should respect UseEnums when faking i_type
This commit is contained in:
Philippe Audeoud 2017-10-05 18:54:26 +00:00
parent 6fa3fafd37
commit 5577d8b170
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451333
3 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= SNMP-Info
PORTVERSION= 3.34
PORTVERSION= 3.37
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -16,6 +16,6 @@ LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
USE_PERL5= modbuild
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1483526649
SHA256 (SNMP-Info-3.34.tar.gz) = a9c2462e9dc987896df943d93e1da9ae3bbc5d0300db4f376040095ee41f5e35
SIZE (SNMP-Info-3.34.tar.gz) = 320422
TIMESTAMP = 1506685872
SHA256 (SNMP-Info-3.37.tar.gz) = 2a4ae9937603791dc686df8c8fe2354861514d163368b83642b2563595a3992b
SIZE (SNMP-Info-3.37.tar.gz) = 404315

View File

@ -70,6 +70,7 @@
%%SITE_PERL%%/SNMP/Info/Layer3/CiscoSwitch.pm
%%SITE_PERL%%/SNMP/Info/Layer3/Contivity.pm
%%SITE_PERL%%/SNMP/Info/Layer3/Dell.pm
%%SITE_PERL%%/SNMP/Info/Layer3/DLink.pm
%%SITE_PERL%%/SNMP/Info/Layer3/Enterasys.pm
%%SITE_PERL%%/SNMP/Info/Layer3/Extreme.pm
%%SITE_PERL%%/SNMP/Info/Layer3/F5.pm