diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-02 23:23:11 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-02 23:23:11 +0000 |
commit | 68029fc1486856ad5e3194024d56886e58a75ba8 (patch) | |
tree | a4d24c745610f4a7717d2e99b0a90edb9f9c1cfd /net/ifstat | |
parent | Add p5-Mail-CheckUser 1.21, (diff) |
- Update to version 1.1
- Take maintainership
Diffstat (limited to 'net/ifstat')
-rw-r--r-- | net/ifstat/Makefile | 22 | ||||
-rw-r--r-- | net/ifstat/distinfo | 2 |
2 files changed, 14 insertions, 10 deletions
diff --git a/net/ifstat/Makefile b/net/ifstat/Makefile index 5efe98432538..dd010546747e 100644 --- a/net/ifstat/Makefile +++ b/net/ifstat/Makefile @@ -5,16 +5,20 @@ # $FreeBSD$ # -PORTNAME= ifstat -PORTVERSION= 1.0 -CATEGORIES= net -MASTER_SITES= http://gael.roualland.free.fr/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME} +PORTNAME= ifstat +PORTVERSION= 1.1 +CATEGORIES= net +MASTER_SITES= http://gael.roualland.free.fr/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org -COMMENT= Network interface statistics monitoring tool +MAINTAINER= krion@FreeBSD.org +COMMENT= Network interface statistics monitoring tool -GNU_CONFIGURE= yes -MAN1= ifstat.1 +LIB_DEPENDS= netsnmp.6:${PORTSDIR}/net/net-snmp + +GNU_CONFIGURE= yes +USE_OPENSSL= yes + +MAN1= ifstat.1 .include <bsd.port.mk> diff --git a/net/ifstat/distinfo b/net/ifstat/distinfo index 86aefc53c19f..3d05864ba041 100644 --- a/net/ifstat/distinfo +++ b/net/ifstat/distinfo @@ -1 +1 @@ -MD5 (ifstat-1.0.tar.gz) = 8759bf0debe80e55e8922be10e51e981 +MD5 (ifstat-1.1.tar.gz) = b655642c33a626cfe976792fbcd9b6e1 |