From owner-svn-ports-head@freebsd.org Sun Apr 28 18:04:39 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C03301584F87; Sun, 28 Apr 2019 18:04:38 +0000 (UTC) (envelope-from kai@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 642856E73C; Sun, 28 Apr 2019 18:04:38 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2E213E415; Sun, 28 Apr 2019 18:04:38 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3SI4cbU068849; Sun, 28 Apr 2019 18:04:38 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3SI4b58068847; Sun, 28 Apr 2019 18:04:37 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201904281804.x3SI4b58068847@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Sun, 28 Apr 2019 18:04:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500341 - head/net-mgmt/p5-SNMP-Info X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/net-mgmt/p5-SNMP-Info X-SVN-Commit-Revision: 500341 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 642856E73C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2019 18:04:39 -0000 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 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@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 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