aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter <peter@flytrace.com>2023-12-17 19:36:22 +0000
committerGleb Popov <arrowd@FreeBSD.org>2023-12-19 16:08:58 +0000
commiteba4fb5ae76d565986d8c29781d4a9697560b1cf (patch)
tree4d49ef0af84c4bcb6dbb06a738d7c83a51d39346
parent7cee004b09400606fbdbb967bb222c4c14cbe0f5 (diff)
downloadports-eba4fb5ae76d565986d8c29781d4a9697560b1cf.tar.gz
ports-eba4fb5ae76d565986d8c29781d4a9697560b1cf.zip
net/libsockpp: Update to 0.8.3
-rw-r--r--net/libsockpp/Makefile8
-rw-r--r--net/libsockpp/distinfo6
-rw-r--r--net/libsockpp/pkg-plist2
3 files changed, 6 insertions, 10 deletions
diff --git a/net/libsockpp/Makefile b/net/libsockpp/Makefile
index 96440fe7e9e4..d392e8895a7f 100644
--- a/net/libsockpp/Makefile
+++ b/net/libsockpp/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libsockpp
DISTVERSIONPREFIX= v
-DISTVERSION= 0.8.2
+DISTVERSION= 0.8.3
CATEGORIES= net devel
MAINTAINER= peter@flytrace.com
@@ -19,7 +19,7 @@ GH_ACCOUNT= fpagliughi
GH_PROJECT= sockpp
OPTIONS_DEFINE= DOCS EXAMPLES STATIC TEST
-OPTIONS_DEFAULT= EXAMPLES
+OPTIONS_DEFAULT= EXAMPLES STATIC
DOCS_DESC= Create and install the HTML based API documentation (requires Doxygen)
STATIC_DESC= Build the static library
@@ -47,10 +47,6 @@ EXAMPLES_TO_REMOVE= tcp6echo \
unechosvr \
unechotest
-post-patch:
- ${REINPLACE_CMD} -e 's|#include "catch2/catch.hpp"|#include "catch2/catch_all.hpp"|' \
- ${WRKSRC}/tests/unit/*.cpp
-
post-install:
cd ${STAGEDIR}${PREFIX}/bin && ${RM} ${EXAMPLES_TO_REMOVE}
diff --git a/net/libsockpp/distinfo b/net/libsockpp/distinfo
index f90a05f6dea2..717373a94d5f 100644
--- a/net/libsockpp/distinfo
+++ b/net/libsockpp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1701899962
-SHA256 (fpagliughi-sockpp-v0.8.2_GH0.tar.gz) = cf012d6553d165976ad3f3108c332300b1f69b690a444a043883879c68e1966b
-SIZE (fpagliughi-sockpp-v0.8.2_GH0.tar.gz) = 114258
+TIMESTAMP = 1702498061
+SHA256 (fpagliughi-sockpp-v0.8.3_GH0.tar.gz) = dcacfae173ae4a1e535078d3023d338c3eb170193fe1b82bc04138e9c02470ef
+SIZE (fpagliughi-sockpp-v0.8.3_GH0.tar.gz) = 115393
diff --git a/net/libsockpp/pkg-plist b/net/libsockpp/pkg-plist
index 287471dc8026..3c95fae59d19 100644
--- a/net/libsockpp/pkg-plist
+++ b/net/libsockpp/pkg-plist
@@ -33,4 +33,4 @@ lib/cmake/sockpp/sockppTargets.cmake
%%STATIC%%lib/libsockpp.a
lib/libsockpp.so
lib/libsockpp.so.0
-lib/libsockpp.so.0.8.2
+lib/libsockpp.so.0.8.3