Date: Sun, 5 Sep 2021 17:00:53 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 135d071fb484 - main - www/cpp-httplib: Update 0.9.3 -> 0.9.4 Message-ID: <202109051700.185H0rPn029817@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=135d071fb4846c5e44253e896d9d14bfda14b393 commit 135d071fb4846c5e44253e896d9d14bfda14b393 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-09-05 17:00:06 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-09-05 17:00:46 +0000 www/cpp-httplib: Update 0.9.3 -> 0.9.4 Reported by: portscout --- www/cpp-httplib/Makefile | 7 ++++--- www/cpp-httplib/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/www/cpp-httplib/Makefile b/www/cpp-httplib/Makefile index b06955ab1e3a..652528e30771 100644 --- a/www/cpp-httplib/Makefile +++ b/www/cpp-httplib/Makefile @@ -1,6 +1,6 @@ PORTNAME= cpp-httplib DISTVERSIONPREFIX= v -DISTVERSION= 0.9.3 +DISTVERSION= 0.9.4 CATEGORIES= www devel MAINTAINER= yuri@FreeBSD.org @@ -9,7 +9,8 @@ COMMENT= C++ header-only HTTP/HTTPS server and client library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= gmake:devel/gmake +TEST_DEPENDS= gmake:devel/gmake \ + googletest>0:devel/googletest USES= cmake localbase:ldflags python:test # localbase only for tests @@ -38,7 +39,7 @@ BROTLI_RUN_DEPENDS= brotli>0:archivers/brotli SSL_USES= ssl SSL_CMAKE_BOOL= HTTPLIB_REQUIRE_OPENSSL HTTPLIB_USE_OPENSSL_IF_AVAILABLE -do-test: install # 3 tests are known to fail: https://github.com/yhirose/cpp-httplib/issues/1028 +do-test: install @cd ${WRKSRC}/test && ${SETENV} ${MAKE_ENV} ${GMAKE} CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" .include <bsd.port.mk> diff --git a/www/cpp-httplib/distinfo b/www/cpp-httplib/distinfo index d20d95deedc7..f1a7df9b19d8 100644 --- a/www/cpp-httplib/distinfo +++ b/www/cpp-httplib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629821154 -SHA256 (yhirose-cpp-httplib-v0.9.3_GH0.tar.gz) = 45da3c98ab6b84a027cd9c6e1adc9f9bea05a26b62c8e7935d7366349278cd95 -SIZE (yhirose-cpp-httplib-v0.9.3_GH0.tar.gz) = 601079 +TIMESTAMP = 1630860508 +SHA256 (yhirose-cpp-httplib-v0.9.4_GH0.tar.gz) = 0ff62e28eb0f6e563178d44b77c94dddb8702141d83dd34b83cb046399c2b1d5 +SIZE (yhirose-cpp-httplib-v0.9.4_GH0.tar.gz) = 601066
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109051700.185H0rPn029817>