diff options
-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 |