Date: Mon, 1 Nov 2021 18:59:16 GMT From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: da252f5f4531 - main - databases/redisjson: remove needless do-patch target, it builds ok Message-ID: <202111011859.1A1IxG0x071440@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=da252f5f4531807bb5d8b6959931a3031fa833e4 commit da252f5f4531807bb5d8b6959931a3031fa833e4 Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2021-11-01 18:57:48 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2021-11-01 18:59:11 +0000 databases/redisjson: remove needless do-patch target, it builds ok Reported by: tobik --- databases/redisjson/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/databases/redisjson/Makefile b/databases/redisjson/Makefile index 0c1e5bf9afc5..d885c52e9d44 100644 --- a/databases/redisjson/Makefile +++ b/databases/redisjson/Makefile @@ -113,11 +113,6 @@ CARGO_CRATES= addr2line-0.15.2 \ PLIST_FILES= lib/librejson.so -do-patch: - ${REINPLACE_CMD} \ - 's|^\(jsonpath_lib\).*v\([[:digit:]]\.[[:digit:]]\.[[:digit:]]\).*|\1 = \{ path=\"../jsonpath-\2\" \}|g' \ - ${WRKSRC}/Cargo.toml - do-install: ${INSTALL_LIB} ${CARGO_TARGET_DIR}/${CARGO_BUILD_TARGET}/*/librejson.so ${STAGEDIR}${PREFIX}/lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111011859.1A1IxG0x071440>