.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 513KiUqo067315 for ; Mon, 3 Feb 2025 20:44:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 513KiUbF067314 for pkg@FreeBSD.org; Mon, 3 Feb 2025 20:44:30 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: [Bug 284538] ports-mgmt/pkg: The option '-o' in command version Date: Mon, 03 Feb 2025 20:44:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: paolo.enriello@hotmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkg@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Binary package management and package tools discussion List-Archive: https://lists.freebsd.org/archives/freebsd-pkg List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkg@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D284538 Bug ID: 284538 Summary: ports-mgmt/pkg: The option '-o' in command version Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: pkg@FreeBSD.org Reporter: paolo.enriello@hotmail.com Flags: maintainer-feedback?(pkg@FreeBSD.org) Assignee: pkg@FreeBSD.org the command pkg version -o -l '<' shows the stale packages using ports name. The resulting rows shows category/port < category/port < ... the space between the port name and the '<' character is fixed, if the name= is longer than the padding the name and '<' character are not separated by a space, resulting in an effort to parse the output: category/port < category/very-long-port-name< this does not happen using package names (omitting '-o' option). This is changed from version 2.x.x (I guess). I have a script that formats the result of command above and stop working f= or ports longer than the padding space. This is an example: ... suitesparse-config 7.8.2_1 7.8.3_1 stale suitesparse-umfpack 6.3.4 6.3.5_1 stale multimedia gstreamer1-libav 1.24.11 1.24.12 stale gstreamer1-plugins-core<=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 stale gstreamer1-plugins-dts 1.24.11 1.24.12 stale gstreamer1-plugins-dvdread< stale gstreamer1-plugins-good< stale gstreamer1-plugins-resindvd< stale gstreamer1-plugins-theora< stale gstreamer1-plugins-ugly< stale gstreamer1-plugins-v4l2< stale net glib-networking 2.80.1 2.80.1_1 stale security py-cryptography 42.0.8_5,1 42.0.8_6,1 stale ... --=20 You are receiving this mail because: You are the assignee for the bug.=