diff options
author | krion <krion@FreeBSD.org> | 2006-08-24 17:52:24 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2006-08-24 17:52:24 +0800 |
commit | 6c7aa48c3a2e18aa90dabe69c390e3d49f264d9f (patch) | |
tree | 14e4ff45bdcb750151f545c00e2df70e164d0719 | |
parent | 26f6ea543668c0cbf0561f3a1c2ebc64c62dcd70 (diff) | |
download | freebsd-ports-gnome-6c7aa48c3a2e18aa90dabe69c390e3d49f264d9f.tar.gz freebsd-ports-gnome-6c7aa48c3a2e18aa90dabe69c390e3d49f264d9f.tar.zst freebsd-ports-gnome-6c7aa48c3a2e18aa90dabe69c390e3d49f264d9f.zip |
Update to 0.11.0rc3-20060823
-rw-r--r-- | net-mgmt/pmacct/Makefile | 7 | ||||
-rw-r--r-- | net-mgmt/pmacct/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/pmacct/pkg-plist | 2 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index 81a83b5350ee..0a9fa131f7b2 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -6,9 +6,10 @@ # PORTNAME= pmacct -DISTVERSION= 0.11.0rc1 +DISTVERSION= 0.11.0rc3-20060823 CATEGORIES= net-mgmt -MASTER_SITES= http://www.pmacct.net/ +MASTER_SITES= http://www.pmacct.net/ \ + http://voodoo.bawue.com/download/ MAINTAINER= krion@FreeBSD.org COMMENT= Accounting and aggregation tool for IPv4 and IPv6 traffic @@ -17,7 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_GETOPT_LONG=yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/.[a-z][0-9]$//} +WRKSRC= ${WRKDIR}/${PORTNAME}-0.11.0 OPTIONS= MYSQL "Enable MySQL support." Off \ PGSQL "Enable PostgreSQL support." Off \ diff --git a/net-mgmt/pmacct/distinfo b/net-mgmt/pmacct/distinfo index f8254f519662..4ddecf6eec8d 100644 --- a/net-mgmt/pmacct/distinfo +++ b/net-mgmt/pmacct/distinfo @@ -1,3 +1,3 @@ -MD5 (pmacct-0.11.0rc1.tar.gz) = b1c2541cf0df4f45f684985b6b9b3765 -SHA256 (pmacct-0.11.0rc1.tar.gz) = 7e4297dcc5eaaa07ac6326beb09c1edb14f30355b73782585a6ccde4572dcd0c -SIZE (pmacct-0.11.0rc1.tar.gz) = 405595 +MD5 (pmacct-0.11.0rc3-20060823.tar.gz) = e5cbff6a5e42c7ed88d31332d7cb69b0 +SHA256 (pmacct-0.11.0rc3-20060823.tar.gz) = eb3deed9958a44875a8b88918254c5473343b43fe69d58805383d8e1813405a6 +SIZE (pmacct-0.11.0rc3-20060823.tar.gz) = 411691 diff --git a/net-mgmt/pmacct/pkg-plist b/net-mgmt/pmacct/pkg-plist index 1a95318dfe54..b9948479a5aa 100644 --- a/net-mgmt/pmacct/pkg-plist +++ b/net-mgmt/pmacct/pkg-plist @@ -26,6 +26,8 @@ sbin/sfacctd %%EXAMPLESDIR%%/pmacctd-sqlite3_v4.conf.example %%EXAMPLESDIR%%/ports.lst.example %%EXAMPLESDIR%%/pretag.map.example +%%EXAMPLESDIR%%/probe_netflow.conf.example +%%EXAMPLESDIR%%/probe_sflow.conf.example %%EXAMPLESDIR%%/rrdtool-example.sh @dirrm %%EXAMPLESDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% |