Date: Sun, 10 Jun 2007 11:35:12 -0700 (PDT) From: Matt Peterson <matt@peterson.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/113539: Update port: net-mgmt/scli Message-ID: <200706101835.l5AIZC3s060126@tosca.peterson.org> Resent-Message-ID: <200706101840.l5AIe5m3038660@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 113539 >Category: ports >Synopsis: Update port: net-mgmt/scli >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jun 10 18:40:05 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Matt Peterson >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: SFMIX >Environment: System: FreeBSD tosca.peterson.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #3: Wed Jan 3 00:39:06 PST 2007 root@tosca.peterson.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: Here's an update for the scli utility, "top for SNMP interfaces". This newer version requires the gsnmp libary (ports/113511) to compile. >How-To-Repeat: >Fix: diff -ur net-mgmt/scli.old/Makefile net-mgmt/scli/Makefile --- net-mgmt/scli.old/Makefile Sat Jun 9 19:24:08 2007 +++ net-mgmt/scli/Makefile Sat Jun 9 20:04:01 2007 @@ -6,21 +6,23 @@ # PORTNAME= scli -PORTVERSION= 0.2.12 -PORTREVISION= 2 +PORTVERSION= 0.3.1 CATEGORIES= net-mgmt -MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PORTNAME}/ +MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/local/${PORTNAME}/ \ + http://matt.peterson.org/FreeBSD/ports/ MAINTAINER= lyngbol@wheel.dk COMMENT= A collection of SNMP command line management tools -LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ + gnet:${PORTSDIR}/net/gnet2 \ + gsnmp:${PORTSDIR}/net/gsnmp GNU_CONFIGURE= yes USE_GNOME= glib12 +USE_GMAKE= yes MAN1= scli.1 -INFO= scli PLIST_FILES= bin/scli .include <bsd.port.mk> diff -ur net-mgmt/scli.old/distinfo net-mgmt/scli/distinfo --- net-mgmt/scli.old/distinfo Sat Jun 9 19:24:08 2007 +++ net-mgmt/scli/distinfo Sat Jun 9 19:25:02 2007 @@ -1,3 +1,3 @@ -MD5 (scli-0.2.12.tar.gz) = 5e2e783d7e5f734f8588f23f215b3ff0 -SHA256 (scli-0.2.12.tar.gz) = 0cacc75aa7433613f07b3080799b7fcc873acf5015dd6de152f8e55e04f374e5 -SIZE (scli-0.2.12.tar.gz) = 645131 +MD5 (scli-0.3.1.tar.gz) = c630e28d37d8933b34d9d1fd31856887 +SHA256 (scli-0.3.1.tar.gz) = ecc20055627363e8550081f715933a853c031bf379d74b21d30c55c644409e17 +SIZE (scli-0.3.1.tar.gz) = 923873 diff -ur net-mgmt/scli.old/pkg-descr net-mgmt/scli/pkg-descr --- net-mgmt/scli.old/pkg-descr Sat Jun 9 19:24:08 2007 +++ net-mgmt/scli/pkg-descr Sat Jun 9 20:02:58 2007 @@ -3,5 +3,4 @@ host systems. The scli package is based on the SNMP management protocol. -WWW: http://www.ibr.cs.tu-bs.de/projects/scli/ - +WWW: https://trac.eecs.iu-bremen.de/projects/scli/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706101835.l5AIZC3s060126>