diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-19 09:15:46 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-19 09:15:46 +0000 |
commit | 2ba3bd8f1c743b8f1267026d64cfd33123b0f035 (patch) | |
tree | 9dbf3dfdaf25218c50f01e3edfd41f4bf01d4f22 /net-mgmt/pmacct | |
parent | e45a27dd7c6e4fdf5704e1959421c96da6b9089b (diff) | |
download | ports-2ba3bd8f1c743b8f1267026d64cfd33123b0f035.tar.gz ports-2ba3bd8f1c743b8f1267026d64cfd33123b0f035.zip |
Notes
Diffstat (limited to 'net-mgmt/pmacct')
-rw-r--r-- | net-mgmt/pmacct/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/pmacct/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index 4d18fa6dcb5d..3e561f08a666 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -6,13 +6,15 @@ # PORTNAME= pmacct -PORTVERSION= 0.7.2 +PORTVERSION= 0.7.2p1 CATEGORIES= net-mgmt MASTER_SITES= http://www.ba.cnr.it/~paolo/pmacct/ MAINTAINER= krion@FreeBSD.org COMMENT= Network tool to gather IP traffic information +WRKSRC= ${WRKDIR}/${DISTNAME:S/p1//} + .if defined(WITH_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+=--enable-mysql diff --git a/net-mgmt/pmacct/distinfo b/net-mgmt/pmacct/distinfo index 6745af869394..22dd353d09d8 100644 --- a/net-mgmt/pmacct/distinfo +++ b/net-mgmt/pmacct/distinfo @@ -1,2 +1,2 @@ -MD5 (pmacct-0.7.2.tar.gz) = 29247676b468131ab5310cb289b91b6c -SIZE (pmacct-0.7.2.tar.gz) = 166096 +MD5 (pmacct-0.7.2p1.tar.gz) = e2b3dfd894ebcc06c500bb66b59937f9 +SIZE (pmacct-0.7.2p1.tar.gz) = 166223 |