From owner-svn-ports-all@freebsd.org Fri Jun 28 21:53:19 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA10E15CD04E; Fri, 28 Jun 2019 21:53:19 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) 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 5BEFE8A50A; Fri, 28 Jun 2019 21:53:19 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mail.j.mat.cc (owncloud.cube.mat.cc [79.143.240.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.mat.cc", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 1884415CFB; Fri, 28 Jun 2019 21:53:19 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from atuin.in.mat.cc (unknown [IPv6:2a01:678:42:ffff:3e15:c2ff:fec4:452e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: mat@mat.cc) by mail.j.mat.cc (Postfix) with ESMTPSA id DD0B3942D81; Fri, 28 Jun 2019 21:53:17 +0000 (UTC) Date: Fri, 28 Jun 2019 23:53:17 +0200 From: Mathieu Arnold To: Joseph Mingrone Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r505291 - in head/shells/git-prompt.zsh: . files Message-ID: <20190628215317.gzinkmljklyskcdw@atuin.in.mat.cc> References: <201906281622.x5SGMHuQ069722@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wpkawurmazhdmw7d" Content-Disposition: inline In-Reply-To: <201906281622.x5SGMHuQ069722@repo.freebsd.org> User-Agent: NeoMutt/20180716 X-Rspamd-Queue-Id: 5BEFE8A50A X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.98)[-0.977,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jun 2019 21:53:20 -0000 --wpkawurmazhdmw7d Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 28, 2019 at 04:22:17PM +0000, Joseph Mingrone wrote: > shells/git-prompt.zsh: Add installation instructions in pkg-message >=20 So, you say installation instructions, but you create a pkg-message that is also shown during upgrades, which is suboptimal. To discover how to make that happen, please have a look at: https://www.freebsd.org/doc/en/books/porters-handbook/pkg-files.html#portin= g-message (You should also remove the =3D=3D=3D lines around the message.) > Added: head/shells/git-prompt.zsh/files/pkg-message.in > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/shells/git-prompt.zsh/files/pkg-message.in Fri Jun 28 16:22:17 2= 019 (r505291) > @@ -0,0 +1,21 @@ > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > + > +To add the git status indicator to your prompt, source > +git-prompt.zsh in one of your Zsh startup files using > + > +source %%DATADIR%%${PORTNAME}/${PORTNAME} > + > +Next, add ' $(gitprompt)%# ' to the end of the PROMPT value > +like in the example below. > + > +PROMPT=3D'%n@%m %~ $(gitprompt)%# ' > + > +For details, refer to > + > +%%DOCSDIR%%/README.md > + > +or > + > +https://github.com/woefe/git-prompt.zsh > + > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 >=20 --=20 Mathieu Arnold --wpkawurmazhdmw7d Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEOraXidLtEhBkQLpbOkUW81GDzkgFAl0WjE1fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNB QjY5Nzg5RDJFRDEyMTA2NDQwQkE1QjNBNDUxNkYzNTE4M0NFNDgACgkQOkUW81GD zkizmg/+NOTiuTwWDQ8vPgKro+LqECCHJMb4sDVtnHEUxdPzjIfke7EJBBjWnHuk b5To0dfObv8maKWjhsTS7S91fTv60uZGNz9Jr9LvN8qQuF4Pt4uVp8kgjRcVJO26 Ko2wo8GdzQ38le/r5UzWoBUN6w3pKt49i+/JXQlwM2LYVWnkQwBu/T2loPwQfX5K zrMaZXROu7Uyxc23iQHn/uEBXpovtRM1OLmFV/pdQuDTT4+st8UDpWIxUnVbaVEJ mgZk0lPDN50CbgDNjkpRPZBAeQnwmkJu5fXQhBKrmuZKNrXLblZRU4RD/0LUGpnf fT7knMXIx3p6GLfeq4x+S0XWPXhsZN+XS0tG8MOORvN15429YqRx4b7PQ0tyEFry 3mM0YOV81VrfKEbMZ0Au99gS5eHqTA4XiMzQDlT4KE0R3HGB447K+HGvt3bG5rn1 Smx8afKo87iVnDM23RK3Z7HU1Xurrhjy0snP6JpGyrjFK1J79mgc1HCBBZelb5iV zivx8x9QO1aXv0skLgVAAKJy5WUCLCj6qoUE//Ibj4VJWQHk11FHvNjt8FTrWZs6 0UGHfRPqq7mjHJayqML5y7llFo475wzpj9MXJ6rk6J+vrkxj96fIMnBv/GslkNrz O4BZLUly2697mYuSDZyp/XllHdJ/lMxqUUm/yQATMl8MK/QGUww= =V8RJ -----END PGP SIGNATURE----- --wpkawurmazhdmw7d--