Date: Sat, 22 Jul 2017 13:40:01 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: Niclas Zeising <zeising@FreeBSD.org> Cc: Peter =?utf-8?Q?Ankerst=C3=A5l?= <peter@pean.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r446209 - in head/security: . sha2wordlist Message-ID: <wp70-k8dq-wny@FreeBSD.org> In-Reply-To: <201707191720.v6JHKagG040337@repo.freebsd.org> (Niclas Zeising's message of "Wed, 19 Jul 2017 17:20:36 %2B0000 (UTC)") References: <201707191720.v6JHKagG040337@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Niclas Zeising <zeising@FreeBSD.org> writes: > Author: zeising > Date: Wed Jul 19 17:20:36 2017 > New Revision: 446209 > URL: https://svnweb.freebsd.org/changeset/ports/446209 > > Log: > Add sha2wordlist. >=20=20=20 > sha2wordlist makes a sha256 digest and outputs it in PGP Words, to be u= sed > when verifying hashes verbally. >=20=20=20 > Submitted by: Peter Ankerst=C3=A5l > > Added: > head/security/sha2wordlist/ > head/security/sha2wordlist/Makefile (contents, props changed) > head/security/sha2wordlist/distinfo (contents, props changed) > head/security/sha2wordlist/pkg-descr (contents, props changed) > Modified: > head/security/Makefile > > Modified: head/security/Makefile > =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 > --- head/security/Makefile Wed Jul 19 16:58:14 2017 (r446208) > +++ head/security/Makefile Wed Jul 19 17:20:36 2017 (r446209) > @@ -1113,6 +1113,7 @@ > SUBDIR +=3D sguil > SUBDIR +=3D sha > SUBDIR +=3D sha1collisiondetection > + SUBIDR +=3D sha2wordlist You've made a typo here (SUBIDR vs. SUBDIR), so the port was pruned. https://svnweb.freebsd.org/changeset/ports/446377
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?wp70-k8dq-wny>