diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-16 00:52:07 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-16 00:52:07 +0000 |
commit | bb803091c2edae2aeadd85ad56d5f2a364e966f4 (patch) | |
tree | a640b62bbb555c3af7bac52a6d03f436770680e8 /net-mgmt/bandwidthd/Makefile | |
parent | add fpc-odbc 1.0.10 (diff) |
- Update to 1.2.0b
Partially submitted by: John Fleming <john_fleming@compusa.com>
Approved by: erwin (mentor) (implicitly)
Diffstat (limited to 'net-mgmt/bandwidthd/Makefile')
-rw-r--r-- | net-mgmt/bandwidthd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/bandwidthd/Makefile b/net-mgmt/bandwidthd/Makefile index e08fba31b8ca..da7839fec840 100644 --- a/net-mgmt/bandwidthd/Makefile +++ b/net-mgmt/bandwidthd/Makefile @@ -6,17 +6,17 @@ # PORTNAME= bandwidthd -PORTVERSION= 1.1.7 +PORTVERSION= 1.2.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-1.1.7b +DISTNAME= ${PORTNAME}-1.2.0b EXTRACT_SUFX= .tgz MAINTAINER= clement@FreeBSD.org COMMENT= Tracks bandwidth usage by IP address -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${DISTNAME} LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd\ iconv.3:${PORTSDIR}/converters/libiconv |