- Update to 0.14.3
This commit is contained in:
parent
6a782d26cb
commit
d2d60fd5c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318246
3 changed files with 7 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pmacct
|
||||
DISTVERSION= 0.14.2
|
||||
DISTVERSION= 0.14.3
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://www.pmacct.net/ \
|
||||
http://mirrors.rit.edu/zi/
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pmacct-0.14.2.tar.gz) = ce6f877c78cbb27aa40e8284d33d962980b40a8c442e58656ffee34ef53d2830
|
||||
SIZE (pmacct-0.14.2.tar.gz) = 721749
|
||||
SHA256 (pmacct-0.14.3.tar.gz) = c3197dcb21b131da82eaaecc9dccbff894c35bf1cb74214e93ae1e7c1bdef50e
|
||||
SIZE (pmacct-0.14.3.tar.gz) = 746387
|
||||
|
|
|
@ -15,9 +15,12 @@ sbin/uacctd
|
|||
%%DATADIR%%/README.mask
|
||||
%%DATADIR%%/README.mpls_vpn_rd
|
||||
%%DATADIR%%/README.mysql
|
||||
%%DATADIR%%/README.nat
|
||||
%%DATADIR%%/README.pgsql
|
||||
%%DATADIR%%/README.pkt_len_distrib
|
||||
%%DATADIR%%/README.sampling_rate
|
||||
%%DATADIR%%/README.sqlite3
|
||||
%%DATADIR%%/README.timestamp
|
||||
%%DATADIR%%/pmacct-create-db.pgsql
|
||||
%%DATADIR%%/pmacct-create-db_bgp_v1.mysql
|
||||
%%DATADIR%%/pmacct-create-db_v1.mysql
|
||||
|
@ -83,5 +86,6 @@ sbin/uacctd
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/probe_sflow.conf.example
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rrdtool-example.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampling.map.example
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tee_receivers.lst.example
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
|
Loading…
Reference in a new issue