aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/scli
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-06-16 12:28:07 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-06-16 12:28:07 +0000
commitcfd01f0f19883d44ba55c9681ecb617418ed51f5 (patch)
tree8f707a64adc8a33addf0d4ecf4d62a63a206e9ef /net-mgmt/scli
parent324725bb7d6959be1f5be320e05ab548243c250b (diff)
Notes
Diffstat (limited to 'net-mgmt/scli')
-rw-r--r--net-mgmt/scli/Makefile12
-rw-r--r--net-mgmt/scli/distinfo6
-rw-r--r--net-mgmt/scli/pkg-descr3
3 files changed, 11 insertions, 10 deletions
diff --git a/net-mgmt/scli/Makefile b/net-mgmt/scli/Makefile
index 71e3920a1899..605f2fdec223 100644
--- a/net-mgmt/scli/Makefile
+++ b/net-mgmt/scli/Makefile
@@ -6,18 +6,20 @@
#
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= gsnmp:${PORTSDIR}/net-mgmt/gsnmp
GNU_CONFIGURE= yes
-USE_GNOME= glib12
+CONFIGURE_ARGS= --mandir=${PREFIX}/man --infodir=${PREFIX}/info
+USE_GMAKE= yes
+USE_GNOME= libxml2
MAN1= scli.1
INFO= scli
diff --git a/net-mgmt/scli/distinfo b/net-mgmt/scli/distinfo
index 714edc16604a..54da1980fea9 100644
--- a/net-mgmt/scli/distinfo
+++ b/net-mgmt/scli/distinfo
@@ -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 --git a/net-mgmt/scli/pkg-descr b/net-mgmt/scli/pkg-descr
index 149ce93450d3..0ecf514ce8e1 100644
--- a/net-mgmt/scli/pkg-descr
+++ b/net-mgmt/scli/pkg-descr
@@ -3,5 +3,4 @@ command line utilities to monitor and configure network devices and
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/