Index: head/devel/libcbor/Makefile =================================================================== --- head/devel/libcbor/Makefile (revision 549486) +++ head/devel/libcbor/Makefile (revision 549487) @@ -1,30 +1,30 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= libcbor -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org COMMENT= CBOR protocol implementation for C and others LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libcjson.so:devel/libcjson USES= cmake CMAKE_OFF= CBOR_CUSTOM_ALLOC COVERAGE HUGE_FUZZ PRINT_FUZZ SANE_MALLOC SANITIZE WITH_EXAMPLES WITH_TESTS -CMAKE_ON= CBOR_PRETTY_PRINTER +CMAKE_ON= BUILD_SHARED_LIBS CBOR_PRETTY_PRINTER PLIST_SUB= PORTVERSION=${PORTVERSION} GH_ACCOUNT= PJK USE_GITHUB= yes post-patch: @${REINPLACE_CMD} -e 's|-flto||; /subdirs(examples)/d' ${WRKSRC}/CMakeLists.txt .include Index: head/devel/libcbor/distinfo =================================================================== --- head/devel/libcbor/distinfo (revision 549486) +++ head/devel/libcbor/distinfo (revision 549487) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588013482 -SHA256 (PJK-libcbor-v0.7.0_GH0.tar.gz) = fb731afe0a9980581d85e4b8d4ef128b175f782d92e0cd898935f3d26dd3dde7 -SIZE (PJK-libcbor-v0.7.0_GH0.tar.gz) = 266323 +TIMESTAMP = 1600709920 +SHA256 (PJK-libcbor-v0.8.0_GH0.tar.gz) = 618097166ea4a54499646998ccaa949a5816e6a665cf1d6df383690895217c8b +SIZE (PJK-libcbor-v0.8.0_GH0.tar.gz) = 267044 Index: head/devel/libcbor/files/patch-src-CMakeLists.txt =================================================================== --- head/devel/libcbor/files/patch-src-CMakeLists.txt (revision 549486) +++ head/devel/libcbor/files/patch-src-CMakeLists.txt (revision 549487) @@ -1,17 +1,11 @@ ---- src/CMakeLists.txt.orig 2020-03-26 21:12:22 UTC +--- src/CMakeLists.txt.orig 2020-09-20 17:15:03 UTC +++ src/CMakeLists.txt -@@ -23,12 +23,12 @@ set_target_properties(cbor_shared PROPERTIES - OUTPUT_NAME cbor +@@ -26,7 +26,7 @@ endif() + set_target_properties(cbor PROPERTIES VERSION ${CBOR_VERSION} MACHO_COMPATIBILITY_VERSION ${CBOR_VERSION_MAJOR}.${CBOR_VERSION_MINOR}.0 - SOVERSION ${CBOR_VERSION_MAJOR}.${CBOR_VERSION_MINOR}) + SOVERSION ${CBOR_VERSION_MAJOR}) configure_file(libcbor.pc.in libcbor.pc @ONLY) - # http://www.cmake.org/Wiki/CMake:Install_Commands --install(TARGETS cbor_shared -+install(TARGETS cbor cbor_shared - ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} - LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} - RUNTIME DESTINATION bin) Index: head/devel/libcbor/pkg-plist =================================================================== --- head/devel/libcbor/pkg-plist (revision 549486) +++ head/devel/libcbor/pkg-plist (revision 549487) @@ -1,26 +1,26 @@ include/cbor.h include/cbor/arrays.h include/cbor/bytestrings.h include/cbor/callbacks.h +include/cbor/cbor_export.h include/cbor/common.h include/cbor/configuration.h include/cbor/data.h include/cbor/encoding.h include/cbor/floats_ctrls.h include/cbor/internal/builder_callbacks.h include/cbor/internal/encoders.h include/cbor/internal/loaders.h include/cbor/internal/memory_utils.h include/cbor/internal/stack.h include/cbor/internal/unicode.h include/cbor/ints.h include/cbor/maps.h include/cbor/serialization.h include/cbor/streaming.h include/cbor/strings.h include/cbor/tags.h -lib/libcbor.a lib/libcbor.so lib/libcbor.so.0 lib/libcbor.so.%%PORTVERSION%% libdata/pkgconfig/libcbor.pc