Index: head/textproc/jtc/Makefile =================================================================== --- head/textproc/jtc/Makefile (revision 528626) +++ head/textproc/jtc/Makefile (revision 528627) @@ -1,36 +1,36 @@ # $FreeBSD$ PORTNAME= jtc -DISTVERSION= 1.75d +PORTVERSION= 1.75d CATEGORIES= textproc MAINTAINER= vulcan@wired.sh COMMENT= CLI tool to extract, manipulate and transform JSON LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler:c++14-lang USE_CXXSTD= c++14 USE_GITHUB= yes GH_ACCOUNT= ldn-softdev LDFLAGS+= -lexecinfo PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md Release\ Notes.md User\ Guide.md \ Walk-path\ tutorial.md OPTIONS_DEFINE= DOCS do-build: ${CXX} ${CXXFLAGS} ${LDFLAGS} ${WRKSRC}/${PORTNAME}.cpp -o ${WRKSRC}/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/textproc/jtc/files/patch-lib_Json.hpp =================================================================== --- head/textproc/jtc/files/patch-lib_Json.hpp (nonexistent) +++ head/textproc/jtc/files/patch-lib_Json.hpp (revision 528627) @@ -0,0 +1,11 @@ +--- lib/Json.hpp.orig 2020-03-13 20:36:36 UTC ++++ lib/Json.hpp +@@ -1189,8 +1189,6 @@ class Jnode::Iterator: public std::iterator