Skip to content

Commit

Permalink
net/libsockpp: Update to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter2121 authored and arrowd committed Dec 19, 2023
1 parent 7cee004 commit eba4fb5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
8 changes: 2 additions & 6 deletions net/libsockpp/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= libsockpp
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.2
DISTVERSION= 0.8.3
CATEGORIES= net devel

MAINTAINER= peter@flytrace.com
Expand All @@ -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
Expand Down Expand Up @@ -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}

Expand Down
6 changes: 3 additions & 3 deletions net/libsockpp/distinfo
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion net/libsockpp/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eba4fb5

Please sign in to comment.