pkgsrc/textproc/qore-json-module/buildlink3.mk
nros a7be57adb1 Updated textproc/qore-json-module to version 1.7 .
Removed patch-src_ql__json.qpp fixed upstream.

Changes from release notes:
* deprecated support for the non-published JSON-RPC 1.1 protocol
* added support for JSON-RPC 2.0
* added the JsonRpcConnection user module
* improved argument error messages with RPC calls in the
  JsonRpcHandler module
* fixed date serialization to use ISO-8601 format
  (instead of near-ISO-8601 format)
* parse_json() now ignores UTF-8 and Unicode BOMs at the
  start of passed JSON string
* fixed a bug in request logging in the JsonRpcHandler module
* fixed a bug serializing hash keys with embedded quotes
2018-06-08 19:53:30 +00:00

15 lines
493 B
Makefile

# $NetBSD: buildlink3.mk,v 1.7 2018/06/08 19:53:30 nros Exp $
BUILDLINK_TREE+= qore-json-module
.if !defined(QORE_JSON_MODULE_BUILDLINK3_MK)
QORE_JSON_MODULE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qore-json-module+= qore-json-module>=1.4
BUILDLINK_ABI_DEPENDS.qore-json-module?= qore-json-module>=1.7
BUILDLINK_PKGSRCDIR.qore-json-module?= ../../textproc/qore-json-module
.include "../../lang/qore/buildlink3.mk"
.endif # QORE_JSON_MODULE_BUILDLINK3_MK
BUILDLINK_TREE+= -qore-json-module