diff options
author | krion <krion@FreeBSD.org> | 2004-07-15 03:01:15 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-15 03:01:15 +0800 |
commit | 7bc92132904f0b2f4f1073cfc205ef5eab4f19cc (patch) | |
tree | 2fbc7e169af7dfa815914df6764d664efc4f4962 /net-mgmt/pmacct | |
parent | 51dd38745464f1226d275cb5b3c9fd192905ea6b (diff) | |
download | freebsd-ports-gnome-7bc92132904f0b2f4f1073cfc205ef5eab4f19cc.tar.gz freebsd-ports-gnome-7bc92132904f0b2f4f1073cfc205ef5eab4f19cc.tar.zst freebsd-ports-gnome-7bc92132904f0b2f4f1073cfc205ef5eab4f19cc.zip |
Update to 0.7.1
Diffstat (limited to 'net-mgmt/pmacct')
-rw-r--r-- | net-mgmt/pmacct/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/pmacct/distinfo | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index 7bd0c97f3d08..64a6c53aa630 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pmacct -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= net-mgmt MASTER_SITES= http://www.ba.cnr.it/~paolo/pmacct/ @@ -31,6 +31,10 @@ CONFIGURE_ARGS+= --disable-pgsql PLIST_SUB+= WITH_PGSQL="@comment " .endif +.if defined(WITH_MMAP) +CONFIGURE_ARGS+=--enable-mmap +.endif + GNU_CONFIGURE= yes GNUCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/net-mgmt/pmacct/distinfo b/net-mgmt/pmacct/distinfo index aa6e6744a342..21fbd7d1535a 100644 --- a/net-mgmt/pmacct/distinfo +++ b/net-mgmt/pmacct/distinfo @@ -1,2 +1,2 @@ -MD5 (pmacct-0.7.0.tar.gz) = 02b7e756638da1100a25fe449faae1ed -SIZE (pmacct-0.7.0.tar.gz) = 155161 +MD5 (pmacct-0.7.1.tar.gz) = 5fa26df1d70f6895453ad72a6d039545 +SIZE (pmacct-0.7.1.tar.gz) = 159832 |