diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-02 19:33:40 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-02 19:33:40 +0000 |
commit | 52aaace1a22c06d03e1b2b4fc3fbda90b64906aa (patch) | |
tree | 5be6f7570af64af11f583ae1d64ba274988d560b /net-mgmt | |
parent | Add Joliet support for long filenames. (diff) |
- Update to 0.5.1
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/pmacct/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/pmacct/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index 17d9db2321d6..d15a2c4c1325 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pmacct -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 CATEGORIES= net MASTER_SITES= http://www.ba.cnr.it/~paolo/pmacct/ @@ -14,7 +14,7 @@ MAINTAINER= krion@FreeBSD.org COMMENT= Network tool to gather IP traffic information .if defined(WITH_MYSQL) -LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client +USE_MYSQL= yes CONFIGURE_ARGS+=--with-mysql-lib=${LOCALBASE}/lib/mysql \ --with-mysql-includes=${LOCALBASE}/include/mysql \ --enable-mysql diff --git a/net-mgmt/pmacct/distinfo b/net-mgmt/pmacct/distinfo index db6753ec5b78..045704bd4a8b 100644 --- a/net-mgmt/pmacct/distinfo +++ b/net-mgmt/pmacct/distinfo @@ -1 +1 @@ -MD5 (pmacct-0.5.0.tar.gz) = 3f8896f8e430a4f101195a569e177657 +MD5 (pmacct-0.5.1.tar.gz) = ffa124c6e28e9b2ebe74809dae53d068 |