From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 7 03:40:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66CB9106564A for ; Tue, 7 Apr 2009 03:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4051F8FC12 for ; Tue, 7 Apr 2009 03:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n373e3cf004235 for ; Tue, 7 Apr 2009 03:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n373e3iT004234; Tue, 7 Apr 2009 03:40:03 GMT (envelope-from gnats) Resent-Date: Tue, 7 Apr 2009 03:40:03 GMT Resent-Message-Id: <200904070340.n373e3iT004234@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Corey Smith Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3507B10657D3 for ; Tue, 7 Apr 2009 03:36:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 21FC08FC13 for ; Tue, 7 Apr 2009 03:36:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n373av5o011010 for ; Tue, 7 Apr 2009 03:36:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n373av3M011004; Tue, 7 Apr 2009 03:36:57 GMT (envelope-from nobody) Message-Id: <200904070336.n373av3M011004@www.freebsd.org> Date: Tue, 7 Apr 2009 03:36:57 GMT From: Corey Smith To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/133450: [MAINTAINER UPDATE] net-mgmt/torrus: 1.0.7 to 1.0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Apr 2009 03:40:03 -0000 >Number: 133450 >Category: ports >Synopsis: [MAINTAINER UPDATE] net-mgmt/torrus: 1.0.7 to 1.0.8 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Apr 07 03:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Corey Smith >Release: 7.1-RELEASE-p4 >Organization: >Environment: FreeBSD corsmith.yi.org 7.1-RELEASE-p4 FreeBSD 7.1-RELEASE-p4 #5: Sun Mar 29 15:32:27 EDT 2009 root@corsmith.yi.org:/usr/src/sys/i386/compile/CUSTOM i386 >Description: Maintainer update to torrus 1.0.8 >How-To-Repeat: Patch attached >Fix: Patch attached Patch attached with submission follows: diff -urN net-mgmt/torrus.20090406/Makefile net-mgmt/torrus/Makefile --- net-mgmt/torrus.20090406/Makefile 2008-10-08 12:52:34.000000000 -0400 +++ net-mgmt/torrus/Makefile 2009-04-06 22:44:11.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= torrus -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.8 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -64,7 +64,8 @@ torrus_compilexml.1 torrus_configinfo.1 \ torrus_configsnapshot.1 torrus_devdiscover.1 torrus_genddx.1 \ torrus_genlist.1 torrus_genreport.1 torrus_monitor.1 \ - torrus_rrddir2xml.1 torrus_schedulerinfo.1 torrus_ttproclist.1 + torrus_rrddir2xml.1 torrus_schedulerinfo.1 torrus_srvderive.1 \ + torrus_ttproclist.1 MAN7= torrus_action_printemail.7 torrus_action_snmptrap.7 \ torrus_action_notify.7 torrus_install_plugin.7 @@ -100,5 +101,6 @@ ${INSTALL_SCRIPT} ${WRKSRC}/init.d/torrus ${PREFIX}/etc/rc.d/torrus.sh @${MKDIR} -m 2775 -p ${PREFIX}/${TORRUS_RRDDIR} @${CHOWN} ${TORRUS_USER}:${TORRUS_USER} ${PREFIX}/${TORRUS_RRDDIR} + @${CAT} pkg-message .include diff -urN net-mgmt/torrus.20090406/distinfo net-mgmt/torrus/distinfo --- net-mgmt/torrus.20090406/distinfo 2008-08-15 09:16:12.000000000 -0400 +++ net-mgmt/torrus/distinfo 2009-04-06 20:40:39.000000000 -0400 @@ -1,3 +1,3 @@ -MD5 (torrus-1.0.7.tar.gz) = 5eba82be35026e2339b7dff55bd96254 -SHA256 (torrus-1.0.7.tar.gz) = 55d0253c3f073d4def716770f3bf2ab497ad3e56b6411a5288920106fc244b43 -SIZE (torrus-1.0.7.tar.gz) = 519321 +MD5 (torrus-1.0.8.tar.gz) = 4bfeba7d8262aa57bc634f6405350799 +SHA256 (torrus-1.0.8.tar.gz) = f4cef5b0bde577dad9a36fcf6aa9f1a68807a057135c329b99d567fffdb12772 +SIZE (torrus-1.0.8.tar.gz) = 540991 diff -urN net-mgmt/torrus.20090406/pkg-message net-mgmt/torrus/pkg-message --- net-mgmt/torrus.20090406/pkg-message 1969-12-31 19:00:00.000000000 -0500 +++ net-mgmt/torrus/pkg-message 2009-04-06 22:43:45.000000000 -0400 @@ -0,0 +1,6 @@ +A complete re-compile of the XML is required after upgrading. + +* Shutdown the collector +* Remove all of the dbs under db/ +* run 'torrus compilexml --all' +* Restart the collector diff -urN net-mgmt/torrus.20090406/pkg-plist net-mgmt/torrus/pkg-plist --- net-mgmt/torrus.20090406/pkg-plist 2008-08-15 09:16:12.000000000 -0400 +++ net-mgmt/torrus/pkg-plist 2009-04-06 21:35:58.000000000 -0400 @@ -30,6 +30,7 @@ libexec/torrus/schedulerinfo libexec/torrus/scripts/rrdup_notify.sh libexec/torrus/scripts/xml/extract-skeleton.xsl +libexec/torrus/srvderive libexec/torrus/ttproclist %%DOCSDIR%%/devdoc/architecture.pod %%DOCSDIR%%/devdoc/devdiscover.pod @@ -108,6 +109,8 @@ share/torrus/xmlconfig/examples/servers.tmpl share/torrus/xmlconfig/generic/collector-periods.xml share/torrus/xmlconfig/generic/monitors.xml +share/torrus/xmlconfig/generic/rfc1628.ups.xml +share/torrus/xmlconfig/generic/rfc1697.rdbms.xml share/torrus/xmlconfig/generic/rfc2662.adsl-line.xml share/torrus/xmlconfig/generic/rfc2670.docsis-if.xml share/torrus/xmlconfig/generic/rfc2790.host-resources.xml @@ -125,6 +128,7 @@ share/torrus/xmlconfig/vendor/alteon.xml share/torrus/xmlconfig/vendor/apc.ups.xml share/torrus/xmlconfig/vendor/apple.ae.xml +share/torrus/xmlconfig/vendor/arbor_e.xml share/torrus/xmlconfig/vendor/ascend.max.xml share/torrus/xmlconfig/vendor/atmel.xml share/torrus/xmlconfig/vendor/betternetworks.xml @@ -141,6 +145,7 @@ share/torrus/xmlconfig/vendor/f5.bigip.xml share/torrus/xmlconfig/vendor/junos.xml share/torrus/xmlconfig/vendor/hp.hpux.xml +share/torrus/xmlconfig/vendor/liebert.xml share/torrus/xmlconfig/vendor/microsoft.windows.xml share/torrus/xmlconfig/vendor/motorola.bsr.xml share/torrus/xmlconfig/vendor/netapp.filer.xml @@ -175,6 +180,7 @@ %%SITE_PERL%%/Torrus/DevDiscover/AlliedTelesyn_PBC18.pm %%SITE_PERL%%/Torrus/DevDiscover/Alteon.pm %%SITE_PERL%%/Torrus/DevDiscover/Apple_AE.pm +%%SITE_PERL%%/Torrus/DevDiscover/Arbor_E.pm %%SITE_PERL%%/Torrus/DevDiscover/AscendMax.pm %%SITE_PERL%%/Torrus/DevDiscover/AxxessIT.pm %%SITE_PERL%%/Torrus/DevDiscover/BetterNetworks.pm @@ -191,12 +197,14 @@ %%SITE_PERL%%/Torrus/DevDiscover/EmpireSystemedge.pm %%SITE_PERL%%/Torrus/DevDiscover/F5BigIp.pm %%SITE_PERL%%/Torrus/DevDiscover/JunOS.pm +%%SITE_PERL%%/Torrus/DevDiscover/Liebert.pm %%SITE_PERL%%/Torrus/DevDiscover/MicrosoftWindows.pm %%SITE_PERL%%/Torrus/DevDiscover/MotorolaBSR.pm %%SITE_PERL%%/Torrus/DevDiscover/NetApp.pm %%SITE_PERL%%/Torrus/DevDiscover/NetScreen.pm %%SITE_PERL%%/Torrus/DevDiscover/OracleDatabase.pm %%SITE_PERL%%/Torrus/DevDiscover/Paradyne.pm +%%SITE_PERL%%/Torrus/DevDiscover/RFC1628_UPS_MIB.pm %%SITE_PERL%%/Torrus/DevDiscover/RFC1657_BGP4_MIB.pm %%SITE_PERL%%/Torrus/DevDiscover/RFC1697_RDBMS.pm %%SITE_PERL%%/Torrus/DevDiscover/RFC2011_IP_MIB.pm >Release-Note: >Audit-Trail: >Unformatted: