aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-12-02 20:43:44 +0800
committervs <vs@FreeBSD.org>2004-12-02 20:43:44 +0800
commit7ae5af2c4a63adb3cd0b0e9827ec1ec06467d31c (patch)
tree6b0246542ab7477181b936edb17b3a044ba44f9d /net
parentf73819b4f575a50e1339f093d26ac79dc08b1d55 (diff)
downloadfreebsd-ports-gnome-7ae5af2c4a63adb3cd0b0e9827ec1ec06467d31c.tar.gz
freebsd-ports-gnome-7ae5af2c4a63adb3cd0b0e9827ec1ec06467d31c.tar.zst
freebsd-ports-gnome-7ae5af2c4a63adb3cd0b0e9827ec1ec06467d31c.zip
Update to 2.0.1
PR: ports/73749 Submitted by: maintainer
Diffstat (limited to 'net')
-rw-r--r--net/bmon/Makefile12
-rw-r--r--net/bmon/distinfo4
2 files changed, 8 insertions, 8 deletions
diff --git a/net/bmon/Makefile b/net/bmon/Makefile
index c3ce4c9fb1c9..7cfaa206626b 100644
--- a/net/bmon/Makefile
+++ b/net/bmon/Makefile
@@ -6,22 +6,22 @@
#
PORTNAME= bmon
-PORTVERSION= 1.2.1
-PORTREVISION= 2
+PORTVERSION= 2.0.1
CATEGORIES= net
-MASTER_SITES= http://trash.net/~reeler/bmon/files/
+MASTER_SITES= http://people.suug.ch/~tgr/bmon/files/
MAINTAINER= nistor@snickers.org
-COMMENT= "BMON - bandwidth monitor using curses lib"
+COMMENT= "BMON - Portable bandwidth monitor and rate estimator"
GNU_CONFIGURE= YES
USE_GMAKE= YES
+MAKEFILE= GNUmakefile
MAN1= bmon.1
PLIST_FILES= sbin/bmon
do-install:
- ${INSTALL} ${STRIP} ${COPY} ${_BINOWNGRP} -m 755 ${WRKSRC}/bmon ${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/bmon.1 ${PREFIX}/man/man1/bmon.1
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/bmon ${PREFIX}/sbin
+ ${INSTALL_MAN} ${WRKSRC}/man/bmon.1 ${PREFIX}/man/man1/bmon.1
.include <bsd.port.mk>
diff --git a/net/bmon/distinfo b/net/bmon/distinfo
index f21b49858df1..f7c3415b3d04 100644
--- a/net/bmon/distinfo
+++ b/net/bmon/distinfo
@@ -1,2 +1,2 @@
-MD5 (bmon-1.2.1.tar.gz) = 229959798c838ebabc042eedd5c9c427
-SIZE (bmon-1.2.1.tar.gz) = 76188
+MD5 (bmon-2.0.1.tar.gz) = d0da9d05f18c82a621171985d536dec7
+SIZE (bmon-2.0.1.tar.gz) = 110024