diff options
author | krion <krion@FreeBSD.org> | 2003-09-25 11:29:21 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-25 11:29:21 +0000 |
commit | 62a463e87e75ebaaf5e1a21534a54b7fb95f0a2b (patch) | |
tree | d07ae7db30353b1656e5bf369a20abc34ba3fdfa /net/bmon/Makefile | |
parent | 463ddc915ad3e55debf05abc38ba5fb278990f15 (diff) | |
download | FreeBSD-ports-62a463e87e75ebaaf5e1a21534a54b7fb95f0a2b.zip FreeBSD-ports-62a463e87e75ebaaf5e1a21534a54b7fb95f0a2b.tar.gz |
- Update to version 1.2.1
PR: 57076
Submitted by: Jon Nistor <nistor@snickers.org> (maintainer)
Diffstat (limited to 'net/bmon/Makefile')
-rw-r--r-- | net/bmon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bmon/Makefile b/net/bmon/Makefile index 35b4646..fea3697 100644 --- a/net/bmon/Makefile +++ b/net/bmon/Makefile @@ -6,12 +6,12 @@ # PORTNAME= bmon -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= net MASTER_SITES= http://trash.net/~reeler/bmon/files/ MAINTAINER= nistor@snickers.org -COMMENT= "BWMON - bandwidth monitor using curses lib" +COMMENT= "BMON - bandwidth monitor using curses lib" GNU_CONFIGURE= YES USE_GMAKE= YES |