[Bug 275294] extproc/jq: jq --version shows no version

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 24 Nov 2023 08:23:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275294

            Bug ID: 275294
           Summary: extproc/jq: jq --version shows no version
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: vedran@miletic.net

Installed via pkg:
% pkg info jq
jq-1.7_1
Name           : jq
Version        : 1.7_1
Installed on   : Tue Sep 26 15:43:52 2023 CEST
Origin         : textproc/jq
Architecture   : FreeBSD:14:amd64
Prefix         : /usr/local
Categories     : textproc
Licenses       : MIT
Maintainer     : yuri@FreeBSD.org
WWW            : https://stedolan.github.io/jq/
Comment        : Lightweight and flexible command-line JSON processor
Options        :
DOCS           : on
ONIGURUMA      : on
Shared Libs required:
libonig.so.5
Shared Libs provided:
libjq.so.1
Annotations    :
FreeBSD_version: 1400097
cpe            : cpe:2.3:a:jq_project:jq:1.7:::::freebsd14:x64:1
repo_type      : binary
repository     : FreeBSD
Flat size      : 1.52MiB
Description    :
jq is like sed for JSON data - you can use it to slice and
filter and map and transform structured data with the same
ease that sed, awk, grep and friends let you play with text.

% jq --version
jq-

On another machine with Linux:
$ jq --version
jq-1.7

-- 
You are receiving this mail because:
You are the assignee for the bug.