Date: Sun, 15 Dec 2024 21:38:33 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: edaeef4873ae - main - dns/c-ares: Update to 1.34.4 Message-ID: <202412152138.4BFLcXMF030714@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=edaeef4873ae7b1d77105687f2813e1287224f50 commit edaeef4873ae7b1d77105687f2813e1287224f50 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-12-15 20:52:12 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-12-15 21:38:29 +0000 dns/c-ares: Update to 1.34.4 Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.34.4 --- dns/c-ares/Makefile | 5 +---- dns/c-ares/distinfo | 6 +++--- dns/c-ares/pkg-plist | 3 +-- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/dns/c-ares/Makefile b/dns/c-ares/Makefile index 0708e535cbf9..2dc02dcac3c7 100644 --- a/dns/c-ares/Makefile +++ b/dns/c-ares/Makefile @@ -1,5 +1,5 @@ PORTNAME= c-ares -DISTVERSION= 1.34.3 +DISTVERSION= 1.34.4 CATEGORIES= dns MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ @@ -29,7 +29,4 @@ post-patch: @${REINPLACE_CMD} -e 's|ares-test-live.cc||g' \ ${PATCH_WRKSRC}/test/Makefile.inc -post-install-STATIC-on: - @${RLN} libcares_static.a ${STAGEDIR}/${PREFIX}/lib/libcares.a - .include <bsd.port.mk> diff --git a/dns/c-ares/distinfo b/dns/c-ares/distinfo index 0d3ae9d6c1a9..f78a789d7673 100644 --- a/dns/c-ares/distinfo +++ b/dns/c-ares/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1732971518 -SHA256 (c-ares-1.34.3.tar.gz) = 26e1f7771da23e42a18fdf1e58912a396629e53a2ac71b130af93bbcfb90adbe -SIZE (c-ares-1.34.3.tar.gz) = 997244 +TIMESTAMP = 1734196878 +SHA256 (c-ares-1.34.4.tar.gz) = fa38dbed659ee4cc5a32df5e27deda575fa6852c79a72ba1af85de35a6ae222f +SIZE (c-ares-1.34.4.tar.gz) = 1001209 diff --git a/dns/c-ares/pkg-plist b/dns/c-ares/pkg-plist index 3dbe2daec6f4..2924ac3bc2c7 100644 --- a/dns/c-ares/pkg-plist +++ b/dns/c-ares/pkg-plist @@ -11,10 +11,9 @@ lib/cmake/c-ares/c-ares-config.cmake lib/cmake/c-ares/c-ares-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/c-ares/c-ares-targets.cmake %%STATIC%%lib/libcares.a -%%STATIC%%lib/libcares_static.a lib/libcares.so lib/libcares.so.2 -lib/libcares.so.2.19.2 +lib/libcares.so.2.19.3 libdata/pkgconfig/libcares.pc share/man/man1/adig.1.gz share/man/man1/ahost.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412152138.4BFLcXMF030714>