From 5577d8b1702f0e8b37b10639bf0a7cf8140fde1d Mon Sep 17 00:00:00 2001 From: Philippe Audeoud Date: Thu, 5 Oct 2017 18:54:26 +0000 Subject: [PATCH] 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 --- net-mgmt/p5-SNMP-Info/Makefile | 4 ++-- net-mgmt/p5-SNMP-Info/distinfo | 6 +++--- net-mgmt/p5-SNMP-Info/pkg-plist | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net-mgmt/p5-SNMP-Info/Makefile b/net-mgmt/p5-SNMP-Info/Makefile index d78486a893b0..fd8f8300f346 100644 --- a/net-mgmt/p5-SNMP-Info/Makefile +++ b/net-mgmt/p5-SNMP-Info/Makefile @@ -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 diff --git a/net-mgmt/p5-SNMP-Info/distinfo b/net-mgmt/p5-SNMP-Info/distinfo index 8fac0ae42b76..04d6fe43e5d1 100644 --- a/net-mgmt/p5-SNMP-Info/distinfo +++ b/net-mgmt/p5-SNMP-Info/distinfo @@ -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 diff --git a/net-mgmt/p5-SNMP-Info/pkg-plist b/net-mgmt/p5-SNMP-Info/pkg-plist index 093e72162f0e..0092935139e0 100644 --- a/net-mgmt/p5-SNMP-Info/pkg-plist +++ b/net-mgmt/p5-SNMP-Info/pkg-plist @@ -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