diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-16 19:58:31 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-16 22:43:36 -0800 |
commit | b6b336b5c8de951d418561102a225f593e73cfe2 (patch) | |
tree | 6fe0194ad07329d2c61e19eda6dd6deebd9385ac | |
parent | sysutils/mise: update 2025.2.3 → 2025.2.4 (diff) |
www/cpp-httplib: update 0.18.7 → 0.19.0
Reported by: portscout
-rw-r--r-- | www/cpp-httplib/Makefile | 2 | ||||
-rw-r--r-- | www/cpp-httplib/distinfo | 6 | ||||
-rw-r--r-- | 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) |