git: b6b336b5c8de - main - www/cpp-httplib: update 0.18.7 → 0.19.0

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 17 Feb 2025 06:43:46 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b6b336b5c8de951d418561102a225f593e73cfe2

commit b6b336b5c8de951d418561102a225f593e73cfe2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-02-17 03:58:31 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-02-17 06:43:36 +0000

    www/cpp-httplib: update 0.18.7 → 0.19.0
    
    Reported by:    portscout
---
 www/cpp-httplib/Makefile                  | 2 +-
 www/cpp-httplib/distinfo                  | 6 +++---
 www/cpp-httplib/files/patch-test_Makefile | 7 +++++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/www/cpp-httplib/Makefile b/www/cpp-httplib/Makefile
index 083a0ca07e06..f8399b6f3851 100644
--- a/www/cpp-httplib/Makefile
+++ b/www/cpp-httplib/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cpp-httplib
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.18.7
+DISTVERSION=	0.19.0
 CATEGORIES=	www devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/www/cpp-httplib/distinfo b/www/cpp-httplib/distinfo
index 3ab5ea55aa7a..52cf2660c9a2 100644
--- a/www/cpp-httplib/distinfo
+++ b/www/cpp-httplib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1739081371
-SHA256 (yhirose-cpp-httplib-v0.18.7_GH0.tar.gz) = b7b1e9e4e77565a5a9bc95e761d5df3e7c0e8ca37c90fd78b1b031bc6cb90fc1
-SIZE (yhirose-cpp-httplib-v0.18.7_GH0.tar.gz) = 1326497
+TIMESTAMP = 1739614311
+SHA256 (yhirose-cpp-httplib-v0.19.0_GH0.tar.gz) = c9b9e0524666e1cd088f0874c57c1ce7c0eaa8552f9f4e15c755d5201fc8c608
+SIZE (yhirose-cpp-httplib-v0.19.0_GH0.tar.gz) = 1331045
diff --git a/www/cpp-httplib/files/patch-test_Makefile b/www/cpp-httplib/files/patch-test_Makefile
index 4088a49ddb46..ba0b29c86431 100644
--- a/www/cpp-httplib/files/patch-test_Makefile
+++ b/www/cpp-httplib/files/patch-test_Makefile
@@ -1,4 +1,4 @@
---- test/Makefile.orig	2024-06-11 22:20:47 UTC
+--- test/Makefile.orig	2025-02-14 19:42:29 UTC
 +++ test/Makefile
 @@ -1,5 +1,5 @@ CXX = clang++
  CXX = clang++
@@ -7,7 +7,7 @@
  
  PREFIX ?= $(shell brew --prefix)
  
-@@ -35,15 +35,15 @@ test : test.cc include_httplib.cc ../httplib.h Makefil
+@@ -35,18 +35,18 @@ test : test.cc include_httplib.cc ../httplib.h Makefil
  	./test_proxy
  
  test : test.cc include_httplib.cc ../httplib.h Makefile cert.pem
@@ -20,6 +20,9 @@
 -	$(CXX) -o $@ $(CXXFLAGS) test.cc httplib.cc $(TEST_ARGS)
 +	$(CXX) -o $@ $(CXXFLAGS) test.cc httplib.cc ${LDFLAGS} $(TEST_ARGS)
  
+ check_abi:
+ 	@./check-shared-library-abi-compatibility.sh
+ 
  test_proxy : test_proxy.cc ../httplib.h Makefile cert.pem
 -	$(CXX) -o $@ -I.. $(CXXFLAGS) test_proxy.cc $(TEST_ARGS)
 +	$(CXX) -o $@ -I.. $(CXXFLAGS) test_proxy.cc ${LDFLAGS} $(TEST_ARGS)