Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2017 16:08:36 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446535 - in head/security: . sha2wordlist
Message-ID:  <201707241608.v6OG8aQ2072029@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Mon Jul 24 16:08:36 2017
New Revision: 446535
URL: https://svnweb.freebsd.org/changeset/ports/446535

Log:
  Revert the removal of security/sha2wordlist via revision 446377. That
  happened since it was not connected to the build.  Instead fix a typo
  in security/Makefile and hence connect this port.
  
  Reported by:	jbeich

Added:
  head/security/sha2wordlist/
     - copied from r446376, head/security/sha2wordlist/
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Mon Jul 24 16:02:15 2017	(r446534)
+++ head/security/Makefile	Mon Jul 24 16:08:36 2017	(r446535)
@@ -1113,6 +1113,7 @@
     SUBDIR += sguil
     SUBDIR += sha
     SUBDIR += sha1collisiondetection
+    SUBDIR += sha2wordlist
     SUBDIR += shibboleth2-sp
     SUBDIR += shimmer
     SUBDIR += shishi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707241608.v6OG8aQ2072029>