From owner-svn-ports-head@freebsd.org Sat Mar 28 12:45:36 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 64BB127B78A; Sat, 28 Mar 2020 12:45:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48qJNZ0fPdz4GKQ; Sat, 28 Mar 2020 12:45:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 69DECCC52; Sat, 28 Mar 2020 12:45:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02SCjQh0089311; Sat, 28 Mar 2020 12:45:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02SCjPUH089306; Sat, 28 Mar 2020 12:45:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202003281245.02SCjPUH089306@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 Mar 2020 12:45:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r529339 - in head/devel/libcbor: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/libcbor: . files X-SVN-Commit-Revision: 529339 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Mar 2020 12:45:36 -0000 Author: sunpoet Date: Sat Mar 28 12:45:25 2020 New Revision: 529339 URL: https://svnweb.freebsd.org/changeset/ports/529339 Log: Update to 0.6.1 - Update WWW Changes: https://github.com/PJK/libcbor/releases Added: head/devel/libcbor/files/ head/devel/libcbor/files/patch-src-CMakeLists.txt (contents, props changed) Modified: head/devel/libcbor/Makefile head/devel/libcbor/distinfo head/devel/libcbor/pkg-descr head/devel/libcbor/pkg-plist Modified: head/devel/libcbor/Makefile ============================================================================== --- head/devel/libcbor/Makefile Sat Mar 28 12:45:19 2020 (r529338) +++ head/devel/libcbor/Makefile Sat Mar 28 12:45:25 2020 (r529339) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libcbor -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.1 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -16,8 +16,10 @@ LIB_DEPENDS= libcjson.so:devel/libcjson USES= cmake -CMAKE_OFF= CBOR_CUSTOM_ALLOC COVERAGE HUGE_FUZZ PRINT_FUZZ SANE_MALLOC WITH_TESTS +CMAKE_OFF= CBOR_CUSTOM_ALLOC COVERAGE HUGE_FUZZ PRINT_FUZZ SANE_MALLOC SANITIZE WITH_EXAMPLES WITH_TESTS CMAKE_ON= CBOR_PRETTY_PRINTER + +PLIST_SUB= PORTVERSION=${PORTVERSION} GH_ACCOUNT= PJK USE_GITHUB= yes Modified: head/devel/libcbor/distinfo ============================================================================== --- head/devel/libcbor/distinfo Sat Mar 28 12:45:19 2020 (r529338) +++ head/devel/libcbor/distinfo Sat Mar 28 12:45:25 2020 (r529339) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550248218 -SHA256 (PJK-libcbor-v0.5.0_GH0.tar.gz) = 9bbec94bb385bad3cd2f65482e5d343ddb97e9ffe261123ea0faa3bfea51d320 -SIZE (PJK-libcbor-v0.5.0_GH0.tar.gz) = 719348 +TIMESTAMP = 1585328763 +SHA256 (PJK-libcbor-v0.6.1_GH0.tar.gz) = 19309b84d4d88ae1179f3686bd246d977710801c1603915c51f618ba76727e94 +SIZE (PJK-libcbor-v0.6.1_GH0.tar.gz) = 265697 Added: head/devel/libcbor/files/patch-src-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libcbor/files/patch-src-CMakeLists.txt Sat Mar 28 12:45:25 2020 (r529339) @@ -0,0 +1,17 @@ +--- src/CMakeLists.txt.orig 2020-03-26 21:12:22 UTC ++++ src/CMakeLists.txt +@@ -23,12 +23,12 @@ set_target_properties(cbor_shared PROPERTIES + OUTPUT_NAME cbor + 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) Modified: head/devel/libcbor/pkg-descr ============================================================================== --- head/devel/libcbor/pkg-descr Sat Mar 28 12:45:19 2020 (r529338) +++ head/devel/libcbor/pkg-descr Sat Mar 28 12:45:25 2020 (r529339) @@ -12,4 +12,4 @@ Main features: - Extensive documentation and test suite - No runtime dependencies, small footprint -WWW: http://libcbor.org/ +WWW: https://github.com/PJK/libcbor Modified: head/devel/libcbor/pkg-plist ============================================================================== --- head/devel/libcbor/pkg-plist Sat Mar 28 12:45:19 2020 (r529338) +++ head/devel/libcbor/pkg-plist Sat Mar 28 12:45:25 2020 (r529339) @@ -22,5 +22,5 @@ include/cbor/tags.h lib/libcbor.a lib/libcbor.so lib/libcbor.so.0 -lib/libcbor.so.0.0.0 +lib/libcbor.so.%%PORTVERSION%% libdata/pkgconfig/libcbor.pc