From owner-svn-ports-all@freebsd.org Mon Sep 10 20:26:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 888D8109B50D; Mon, 10 Sep 2018 20:26:48 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E03773FBA; Mon, 10 Sep 2018 20:26:48 +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 383865B66; Mon, 10 Sep 2018 20:26:48 +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 w8AKQm5A002962; Mon, 10 Sep 2018 20:26:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8AKQll2002959; Mon, 10 Sep 2018 20:26:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201809102026.w8AKQll2002959@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 10 Sep 2018 20:26:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479456 - in head/devel/tinycbor: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/tinycbor: . files X-SVN-Commit-Revision: 479456 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2018 20:26:48 -0000 Author: sunpoet Date: Mon Sep 10 20:26:47 2018 New Revision: 479456 URL: https://svnweb.freebsd.org/changeset/ports/479456 Log: Update to 0.5.2 Changes: https://github.com/intel/tinycbor/commits/master Added: head/devel/tinycbor/files/patch-tools-json2cbor-json2cbor.c (contents, props changed) Modified: head/devel/tinycbor/Makefile head/devel/tinycbor/distinfo Modified: head/devel/tinycbor/Makefile ============================================================================== --- head/devel/tinycbor/Makefile Mon Sep 10 20:26:36 2018 (r479455) +++ head/devel/tinycbor/Makefile Mon Sep 10 20:26:47 2018 (r479456) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinycbor -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -28,7 +28,6 @@ do-configure: @cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} configure post-install: - ${INSTALL_DATA} ${WRKSRC}/src/tinycbor-version.h ${STAGEDIR}${PREFIX}/include/tinycbor/tinycbor-version.h ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtinycbor.so.${PORTVERSION} ${LN} -fs libtinycbor.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libtinycbor.so ${LN} -fs libtinycbor.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libtinycbor.so.${PORTVERSION:R:R} Modified: head/devel/tinycbor/distinfo ============================================================================== --- head/devel/tinycbor/distinfo Mon Sep 10 20:26:36 2018 (r479455) +++ head/devel/tinycbor/distinfo Mon Sep 10 20:26:47 2018 (r479456) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522750653 -SHA256 (intel-tinycbor-v0.5.1_GH0.tar.gz) = f9d2ec366a38382c1b7bb989c45620dca168ad28107b4ef9a306ee93c3dbb832 -SIZE (intel-tinycbor-v0.5.1_GH0.tar.gz) = 86485 +TIMESTAMP = 1536590931 +SHA256 (intel-tinycbor-v0.5.2_GH0.tar.gz) = dfa2a4550eb145a5f62ffff39e36accf2704987922c194e8e845124175c00441 +SIZE (intel-tinycbor-v0.5.2_GH0.tar.gz) = 87775 Added: head/devel/tinycbor/files/patch-tools-json2cbor-json2cbor.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tinycbor/files/patch-tools-json2cbor-json2cbor.c Mon Sep 10 20:26:47 2018 (r479456) @@ -0,0 +1,10 @@ +--- tools/json2cbor/json2cbor.c.orig 2018-09-09 05:33:57 UTC ++++ tools/json2cbor/json2cbor.c +@@ -25,6 +25,7 @@ + #define _POSIX_C_SOURCE 200809L + #define _GNU_SOURCE + #include "cbor.h" ++#include "cborinternal_p.h" + #include "compilersupport_p.h" + + #include