Index: head/devel/tinycbor/Makefile =================================================================== --- head/devel/tinycbor/Makefile (revision 517572) +++ head/devel/tinycbor/Makefile (revision 517573) @@ -1,35 +1,35 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= tinycbor -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.3 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org COMMENT= Concise Binary Object Representation (CBOR) library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcjson.so:devel/libcjson INSTALL_TARGET= install-strip MAKE_ARGS= SOVERSION=${PORTVERSION:R:R} USES= gmake localbase pathfix PLIST_SUB= PORTVERSION=${PORTVERSION} GH_ACCOUNT= intel GH_PROJECT= tinycbor USE_GITHUB= yes do-configure: @cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} configure post-install: ${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} .include Index: head/devel/tinycbor/distinfo =================================================================== --- head/devel/tinycbor/distinfo (revision 517572) +++ head/devel/tinycbor/distinfo (revision 517573) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536590931 -SHA256 (intel-tinycbor-v0.5.2_GH0.tar.gz) = dfa2a4550eb145a5f62ffff39e36accf2704987922c194e8e845124175c00441 -SIZE (intel-tinycbor-v0.5.2_GH0.tar.gz) = 87775 +TIMESTAMP = 1573740231 +SHA256 (intel-tinycbor-v0.5.3_GH0.tar.gz) = 956eb4b670ea4969eaee67395b5bb6437b153960385b77357d6692e979d1b12d +SIZE (intel-tinycbor-v0.5.3_GH0.tar.gz) = 89493 Index: head/devel/tinycbor/files/patch-tools-json2cbor-json2cbor.c =================================================================== --- head/devel/tinycbor/files/patch-tools-json2cbor-json2cbor.c (revision 517572) +++ head/devel/tinycbor/files/patch-tools-json2cbor-json2cbor.c (nonexistent) @@ -1,10 +0,0 @@ ---- 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 Property changes on: head/devel/tinycbor/files/patch-tools-json2cbor-json2cbor.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property