aboutsummaryrefslogtreecommitdiff
path: root/www/cpp-httplib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/cpp-httplib/Makefile')
-rw-r--r--www/cpp-httplib/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/www/cpp-httplib/Makefile b/www/cpp-httplib/Makefile
index 3cf1c32490e0..bd8eb81d3e60 100644
--- a/www/cpp-httplib/Makefile
+++ b/www/cpp-httplib/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cpp-httplib
DISTVERSIONPREFIX= v
-DISTVERSION= 0.24.0
+DISTVERSION= 0.27.0
CATEGORIES= www devel
MAINTAINER= yuri@FreeBSD.org
@@ -47,9 +47,8 @@ SSL_CMAKE_BOOL= HTTPLIB_REQUIRE_OPENSSL HTTPLIB_USE_OPENSSL_IF_AVAILABLE
do-test:
@cd ${WRKSRC}/test && ${SETENV} ${MAKE_ENV} ${GMAKE} CXXFLAGS="${CXXFLAGS} -I${WRKSRC}/test" LDFLAGS="${LDFLAGS}"
-# tests as of 0.18.6:
-# [ FAILED ] 1 test, listed below:
-# [ FAILED ] SpecifyServerIPAddressTest.RealHostname_Online
-
+# tests as of 0.27.0:
+# [==========] 455 tests from 103 test suites ran. (211789 ms total)
+# [ PASSED ] 455 tests.
.include <bsd.port.mk>