Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jul 2022 07:33:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 265509] pkg-fetch(8) does not accept a file
Message-ID:  <bug-265509-7788-nXJkChqehN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-265509-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-265509-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265509

--- Comment #1 from Pat Maddox <pat@patmaddox.com> ---
Here=E2=80=99s what I settled on:

pkg fetch -U -d -o ~/my_new_packages \
$(pkg info -R --raw-format json -F release_test-0.1.0.pkg | jq -r '.["deps"=
] |
keys | join(" ")')

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265509-7788-nXJkChqehN>