Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 2017 18:54:26 +0000 (UTC)
From:      Philippe Audeoud <jadawin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451333 - head/net-mgmt/p5-SNMP-Info
Message-ID:  <201710051854.v95IsQLO006752@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jadawin
Date: Thu Oct  5 18:54:26 2017
New Revision: 451333
URL: https://svnweb.freebsd.org/changeset/ports/451333

Log:
  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

Modified:
  head/net-mgmt/p5-SNMP-Info/Makefile
  head/net-mgmt/p5-SNMP-Info/distinfo
  head/net-mgmt/p5-SNMP-Info/pkg-plist

Modified: head/net-mgmt/p5-SNMP-Info/Makefile
==============================================================================
--- head/net-mgmt/p5-SNMP-Info/Makefile	Thu Oct  5 18:48:54 2017	(r451332)
+++ head/net-mgmt/p5-SNMP-Info/Makefile	Thu Oct  5 18:54:26 2017	(r451333)
@@ -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>

Modified: head/net-mgmt/p5-SNMP-Info/distinfo
==============================================================================
--- head/net-mgmt/p5-SNMP-Info/distinfo	Thu Oct  5 18:48:54 2017	(r451332)
+++ head/net-mgmt/p5-SNMP-Info/distinfo	Thu Oct  5 18:54:26 2017	(r451333)
@@ -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

Modified: head/net-mgmt/p5-SNMP-Info/pkg-plist
==============================================================================
--- head/net-mgmt/p5-SNMP-Info/pkg-plist	Thu Oct  5 18:48:54 2017	(r451332)
+++ head/net-mgmt/p5-SNMP-Info/pkg-plist	Thu Oct  5 18:54:26 2017	(r451333)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710051854.v95IsQLO006752>