aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/pmacct
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-09-19 13:53:30 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-09-19 13:53:30 +0000
commite5d65ed1e72869dbc24deb7ea520250b3f6acd70 (patch)
treea75e31f3c16fa6bae1d3a9453ef0511d21b33f53 /net-mgmt/pmacct
parent499c47dc1e1d6d803e44c0c35bd5b81e338d45db (diff)
downloadports-e5d65ed1e72869dbc24deb7ea520250b3f6acd70.tar.gz
ports-e5d65ed1e72869dbc24deb7ea520250b3f6acd70.zip
Update to 0.9.2
Notes
Notes: svn path=/head/; revision=143159
Diffstat (limited to 'net-mgmt/pmacct')
-rw-r--r--net-mgmt/pmacct/Makefile6
-rw-r--r--net-mgmt/pmacct/distinfo4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile
index 98523f32c8b5..24167464c74d 100644
--- a/net-mgmt/pmacct/Makefile
+++ b/net-mgmt/pmacct/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pmacct
-PORTVERSION= 0.9.1
+PORTVERSION= 0.9.2
CATEGORIES= net-mgmt
MASTER_SITES= http://www.ba.cnr.it/~paolo/pmacct/
@@ -27,6 +27,10 @@ OPTIONS= MYSQL "Enable MySQL support." Off \
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
+CONFIGURE_ARGS+= --enable-64bit
+.endif
+
.if defined(WITH_MYSQL)
USE_MYSQL= yes
CONFIGURE_ARGS+=--enable-mysql
diff --git a/net-mgmt/pmacct/distinfo b/net-mgmt/pmacct/distinfo
index fb220ce5081a..f07212ed8bf3 100644
--- a/net-mgmt/pmacct/distinfo
+++ b/net-mgmt/pmacct/distinfo
@@ -1,2 +1,2 @@
-MD5 (pmacct-0.9.1.tar.gz) = 81e637c4b449aa8c521fa4431a5caa97
-SIZE (pmacct-0.9.1.tar.gz) = 287304
+MD5 (pmacct-0.9.2.tar.gz) = 914035614d4965dab241fc27d0fd78d7
+SIZE (pmacct-0.9.2.tar.gz) = 290806