Date: Mon, 10 Sep 2018 20:26:47 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479456 - in head/devel/tinycbor: . files Message-ID: <201809102026.w8AKQll2002959@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <cjson/cJSON.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809102026.w8AKQll2002959>