So here's the trivial update to get net/libcares up to 1.28.1
The upstream shared lib seems to actually be at 2.13.1:

https://github.com/c-ares/c-ares/blob/3a26df136a76b0bcb893fce2787527efbec80fa4/CMakeLists.txt#L33

ok?

On 5/8/2024 2:03 AM, Volker Schlecht wrote:
On 2024-05-08 00:47, Stuart Henderson wrote:
-V=        1.28.0
+V=        1.28.1

The update looks worth having anyway, but I'd do that as a separate
commit.

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/libcares/Makefile,v
diff -u -p -r1.29 Makefile
--- Makefile    8 May 2024 18:10:23 -0000       1.29
+++ Makefile    14 May 2024 21:15:36 -0000
@@ -1,13 +1,12 @@
 COMMENT=       asynchronous resolver library
 
-V=             1.28.0
+V=             1.28.1
 DISTNAME=      c-ares-${V}
 PKGNAME=       libcares-${V}
 CATEGORIES=    net devel
 SITES=         ${HOMEPAGE}download/
-REVISION=      0
 
-SHARED_LIBS +=  cares                3.6      # 8.1.6
+SHARED_LIBS +=  cares                3.6      # 2.13.1
 
 HOMEPAGE=      https://c-ares.haxx.se/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/libcares/distinfo,v
diff -u -p -r1.16 distinfo
--- distinfo    5 Apr 2024 20:38:05 -0000       1.16
+++ distinfo    14 May 2024 21:15:36 -0000
@@ -1,2 +1,2 @@
-SHA256 (c-ares-1.28.0.tar.gz) = PJL+u969/p3qDgNwg/VTV3ReDfNCQ/lmDu2HV9thdDA=
-SIZE (c-ares-1.28.0.tar.gz) = 1311900
+SHA256 (c-ares-1.28.1.tar.gz) = Z1pp/FTdv0LmgwvGce62zYnuykOCjrQTJD/SwKdggJ0=
+SIZE (c-ares-1.28.1.tar.gz) = 1312102

Reply via email to