From owner-freebsd-ports@freebsd.org Wed Jul 8 07:23:54 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 91334359570 for ; Wed, 8 Jul 2020 07:23:54 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B1rQL3Jqdz4f0H; Wed, 8 Jul 2020 07:23:54 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from ivaldir.etoilebsd.net (etoilebsd.net [178.32.217.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: bapt) by smtp.freebsd.org (Postfix) with ESMTPSA id 3E7F4150A6; Wed, 8 Jul 2020 07:23:54 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: by ivaldir.etoilebsd.net (Postfix, from userid 1001) id E297DC2780; Wed, 8 Jul 2020 09:23:52 +0200 (CEST) Date: Wed, 8 Jul 2020 09:23:52 +0200 From: Baptiste Daroussin To: Dewayne Geraghty Cc: "freebsd-ports@freebsd.org" Subject: Re: State changes via pkg's scripts Message-ID: <20200708072352.6yjti4xgyrng2u4n@ivaldir.net> References: <53b45b37-ba04-9866-d750-79aa8f897f62@heuristicsystems.com.au> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="qeubqqpm7e54zr2h" Content-Disposition: inline In-Reply-To: <53b45b37-ba04-9866-d750-79aa8f897f62@heuristicsystems.com.au> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2020 07:23:54 -0000 --qeubqqpm7e54zr2h Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Jul 08, 2020 at 04:32:34PM +1000, Dewayne Geraghty wrote: > Is there a more convenient method to examine a package's scripts than > unpacking the manifest file and > # cat +MANIFEST | jq -rM '.scripts' > ? As I'd like to know what changes will, or have been applied. pkg info --raw-format json -R yourpkg | jq -rM '.scripts' So far noone added a better interface yet, it should not be difficult to add Best regards, Bapt --qeubqqpm7e54zr2h Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEgOTj3suS2urGXVU3Y4mL3PG3PloFAl8FdIgACgkQY4mL3PG3 PloknQ//dWquDzMYnDDfrgnfJsJihJj8ADRkQStkQ/XiFENb4gPZdA/gBiCPpnaI 9SyXi3QljY1ymQMxs0l1ttzltQpH2yVsoSuZrIOI1OwA2qH27xcy2R56Z0nQkWWT qtPvIfk0AAoQog4X8577WNRAOFoQZXSMz614YdF09drMvsuYf8LQzpBKMpjt8gKQ 8EdxXPoVJQaNhb/UBQZhOHiFiAm2PinRtyr4DS0Sk6wOVSQCIUrcAPVmKHKS/wik EKhHTZA191h/16HahfAfA1KAIBDy8Ey4tPdE5B7htljUFiFHQDj7P0q445CSqqzg fHylcNTKOIPGfEA6bg9y7D2dqpJQ9lS+WKTuzqPzpqJgetDSHTZw5Dn22W2wH2Np gtZEhOi/y5lUWRd8oSBGIXMxG4u+LW3IbScIve7oapbYCk6jaIbM/SdhZQxJo1QJ h6yGIqBMPdU3jeenBurP4edwas6EehcDRAZNlYOqlctyYGu74IUCxLyFydgQ2Ibd PhmIyFNr9fscl51Go/WPIG5Pd7mBdFdwXhAjShhMsWo0fQUgIZ14lazBExCU6Ii5 qIOYqLfoQcxtijvjrjkv8T9t9pWo56PhWzV1miAeaWskyF2hlFT+ePm64oaFgf33 RbhF45nBJ/8lGnHSg0xUB2AOOawdzAomeRT5rrSfRqgC9ffJSH8= =qLg1 -----END PGP SIGNATURE----- --qeubqqpm7e54zr2h--