From owner-svn-ports-all@freebsd.org Mon Jul 24 16:11:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82AB4CFD4B3; Mon, 24 Jul 2017 16:11:43 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C8966D66D; Mon, 24 Jul 2017 16:11:42 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id 6C3203F60C; Mon, 24 Jul 2017 12:11:41 -0400 (EDT) Received: from anthias (vie-188-118-244-226.dsl.sil.at [188.118.244.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 08B663F60B; Mon, 24 Jul 2017 12:11:39 -0400 (EDT) Date: Mon, 24 Jul 2017 18:11:37 +0200 (CEST) From: Gerald Pfeifer To: Niclas Zeising cc: Jan Beich , =?ISO-8859-15?Q?Peter_Ankerst=E5l?= , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r446209 - in head/security: . sha2wordlist In-Reply-To: <4639a0ab-1295-e9c4-18b1-81bad984cbc9@freebsd.org> Message-ID: References: <201707191720.v6JHKagG040337@repo.freebsd.org> <4639a0ab-1295-e9c4-18b1-81bad984cbc9@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 24 Jul 2017 16:11:43 -0000 On Mon, 24 Jul 2017, Niclas Zeising wrote: >>> Modified: head/security/Makefile >>> ============================================================================== >>> --- 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 += sguil >>> SUBDIR += sha >>> SUBDIR += sha1collisiondetection >>> + SUBIDR += sha2wordlist >> You've made a typo here (SUBIDR vs. SUBDIR), so the port was pruned. >> >> https://svnweb.freebsd.org/changeset/ports/446377 > Thanks, I missed that. Will fix tonight, if noone beats me to it. I needed a break from work and felt like doing something constructive, so I just went ahead and restored this (via svn merge, so history is preserved). Gerald @FreeBSD.org