git: 3baad079ac6e - main - devel/mtbl: Upgrade to version 1.7.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Dec 2024 02:31:28 UTC
The branch main has been updated by truckman: URL: https://cgit.FreeBSD.org/ports/commit/?id=3baad079ac6e4efa46f755a864eb6d66d896d2ad commit 3baad079ac6e4efa46f755a864eb6d66d896d2ad Author: Don Lewis <truckman@FreeBSD.org> AuthorDate: 2024-12-12 04:07:42 +0000 Commit: Don Lewis <truckman@FreeBSD.org> CommitDate: 2024-12-13 02:31:14 +0000 devel/mtbl: Upgrade to version 1.7.1 1.7.1: * Incremented version for new tarball. 1.7.0: * Add public mtbl_threadpool API, enabling multithreaded functionality for mtbl_writer and mtbl_sorter objects; see mtbl_threadpool manpage for more info. * Add mtbl_writer_options_set_threadpool() to enable multithreaded data block compression. * Add mtbl_sorter_options_set_threadpool() to enable multithreaded sorting. * Add -t option for setting the preferred number of threads to use in an mtbl_threadpool object used for writing in mtbl_merge. Bump PORTREVISION of dependent ports. Sponsored by: DomainTools LLC --- devel/mtbl/Makefile | 2 +- devel/mtbl/distinfo | 6 +++--- devel/mtbl/pkg-plist | 3 ++- devel/py-pymtbl/Makefile | 2 +- dns/dnstable-convert/Makefile | 2 +- dns/dnstable/Makefile | 2 +- dns/py-pydnstable/Makefile | 1 + 7 files changed, 10 insertions(+), 8 deletions(-) diff --git a/devel/mtbl/Makefile b/devel/mtbl/Makefile index 5e21f74f96e7..66e40e959200 100644 --- a/devel/mtbl/Makefile +++ b/devel/mtbl/Makefile @@ -1,5 +1,5 @@ PORTNAME= mtbl -PORTVERSION= 1.6.1 +PORTVERSION= 1.7.1 PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= FARSIGHT LOCAL/truckman/farsight diff --git a/devel/mtbl/distinfo b/devel/mtbl/distinfo index 0e7da906dee7..fae672dd872c 100644 --- a/devel/mtbl/distinfo +++ b/devel/mtbl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712205019 -SHA256 (mtbl-1.6.1.tar.gz) = bf2711aa81a996cddf99f270cc7cb1c32dbed7f1bfc95e23ec6227e4bd08365d -SIZE (mtbl-1.6.1.tar.gz) = 458392 +TIMESTAMP = 1733809230 +SHA256 (mtbl-1.7.1.tar.gz) = da2693ea8f9d915a09cdb55815ebd92e84211443b0d5525789d92d57a5381d7b +SIZE (mtbl-1.7.1.tar.gz) = 471353 diff --git a/devel/mtbl/pkg-plist b/devel/mtbl/pkg-plist index bf313c3f45d7..7810524e8cc5 100644 --- a/devel/mtbl/pkg-plist +++ b/devel/mtbl/pkg-plist @@ -6,7 +6,7 @@ include/mtbl.h lib/libmtbl.a lib/libmtbl.so lib/libmtbl.so.1 -lib/libmtbl.so.1.2.2 +lib/libmtbl.so.1.3.0 libdata/pkgconfig/libmtbl.pc share/man/man1/mtbl_dump.1.gz share/man/man1/mtbl_info.1.gz @@ -21,6 +21,7 @@ share/man/man3/mtbl_metadata.3.gz share/man/man3/mtbl_reader.3.gz share/man/man3/mtbl_sorter.3.gz share/man/man3/mtbl_source.3.gz +share/man/man3/mtbl_threadpool.3.gz share/man/man3/mtbl_varint.3.gz share/man/man3/mtbl_writer.3.gz share/man/man7/mtbl.7.gz diff --git a/devel/py-pymtbl/Makefile b/devel/py-pymtbl/Makefile index 6ba5714df0ff..c541f55ddb69 100644 --- a/devel/py-pymtbl/Makefile +++ b/devel/py-pymtbl/Makefile @@ -1,6 +1,6 @@ PORTNAME= pymtbl PORTVERSION= 0.6.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= FARSIGHT LOCAL/truckman/farsight PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/dnstable-convert/Makefile b/dns/dnstable-convert/Makefile index e158bd5ba3b6..8203946eeaef 100644 --- a/dns/dnstable-convert/Makefile +++ b/dns/dnstable-convert/Makefile @@ -1,6 +1,6 @@ PORTNAME= dnstable-convert PORTVERSION= 0.13.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= FARSIGHT LOCAL/truckman/farsight diff --git a/dns/dnstable/Makefile b/dns/dnstable/Makefile index a3990c0c7f0c..bed42965681a 100644 --- a/dns/dnstable/Makefile +++ b/dns/dnstable/Makefile @@ -1,6 +1,6 @@ PORTNAME= dnstable PORTVERSION= 0.14.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= FARSIGHT LOCAL/truckman/farsight diff --git a/dns/py-pydnstable/Makefile b/dns/py-pydnstable/Makefile index d0953dc69697..b0af533d6ce8 100644 --- a/dns/py-pydnstable/Makefile +++ b/dns/py-pydnstable/Makefile @@ -1,5 +1,6 @@ PORTNAME= pydnstable PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= dns python MASTER_SITES= FARSIGHT LOCAL/truckman/farsight PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}