Revision: 26676 http://sourceforge.net/p/gar/code/26676 Author: dmichelsen Date: 2020-07-10 09:10:23 +0000 (Fri, 10 Jul 2020) Log Message: ----------- jq/trunk: Update to 1.6
Modified Paths: -------------- csw/mgar/pkg/jq/trunk/Makefile csw/mgar/pkg/jq/trunk/checksums Modified: csw/mgar/pkg/jq/trunk/Makefile =================================================================== --- csw/mgar/pkg/jq/trunk/Makefile 2020-07-03 08:24:32 UTC (rev 26675) +++ csw/mgar/pkg/jq/trunk/Makefile 2020-07-10 09:10:23 UTC (rev 26676) @@ -13,7 +13,7 @@ ###### Package information ####### NAME = jq -VERSION = 1.5 +VERSION = 1.6 GARTYPE = v2 DESCRIPTION = A lightweight and flexible command-line JSON processor. @@ -26,15 +26,17 @@ MASTER_SITES = https://github.com/stedolan/jq/releases/download/jq-$(VERSION)/ DISTFILES += $(DISTNAME).tar.gz -VENDOR_URL = http://stedolan.github.io/jq/ +VENDOR_URL = https://stedolan.github.io/jq/ PACKAGES += CSWjq SPKG_DESC_CSWjq = A lightweight and flexible command-line JSON processor. +RUNTIME_DEP_PKGS_CSWjq += CSWlibonig2 # PKGFILES is catchall PACKAGES += CSWlibjq1 SPKG_DESC_CSWlibjq1 = A C API interface to jq JSON representation and for running jq programs from C applications PKGFILES_CSWlibjq1 += $(call pkgfiles_lib,libjq.so.1) +RUNTIME_DEP_PKGS_CSWlibjq1 += CSWlibonig2 RUNTIME_DEP_PKGS_CSWlibjq1 += CSWlibgcc-s1 PACKAGES += CSWlibjq-dev @@ -45,8 +47,11 @@ # jq define _XOPEN_SOURCE but it causes problem when compiled with GCC # so we undefine it for now # see https://www.illumos.org/issues/3801 for detail on this issue -PATCHFILES += unset_xopen_source_for_solaris.patch +# PATCHFILES += unset_xopen_source_for_solaris.patch +# The directory already contains a git repo +NOGITPATCH = 1 + GARCOMPILER = GNU BUILD64 = 1 Modified: csw/mgar/pkg/jq/trunk/checksums =================================================================== --- csw/mgar/pkg/jq/trunk/checksums 2020-07-03 08:24:32 UTC (rev 26675) +++ csw/mgar/pkg/jq/trunk/checksums 2020-07-10 09:10:23 UTC (rev 26676) @@ -1 +1 @@ -0933532b086bd8b6a41c1b162b1731f9 jq-1.5.tar.gz +e68fbd6a992e36f1ac48c99bbf825d6b jq-1.6.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.