svn commit: r481802 - head/security/pecl-crack

Tobias Kortkamp tobik at FreeBSD.org
Thu Oct 11 09:38:35 UTC 2018


Author: tobik
Date: Thu Oct 11 09:38:34 2018
New Revision: 481802
URL: https://svnweb.freebsd.org/changeset/ports/481802

Log:
  security/pecl-crack: Chase cracklib dictionary rename from r408137
  
  This also makes all tests pass.
  
  PR:		213157
  Submitted by:	Florian Riehm <mail at friehm.de>
  Approved by:	2 year bug anniversary

Modified:
  head/security/pecl-crack/Makefile

Modified: head/security/pecl-crack/Makefile
==============================================================================
--- head/security/pecl-crack/Makefile	Thu Oct 11 09:33:57 2018	(r481801)
+++ head/security/pecl-crack/Makefile	Thu Oct 11 09:38:34 2018	(r481802)
@@ -3,7 +3,7 @@
 
 PORTNAME=	crack
 PORTVERSION=	0.4
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	security www
 
@@ -22,11 +22,10 @@ CONFIGURE_ARGS=	--with-crack=${LOCALBASE}
 CFLAGS+=	-Wno-deprecated
 
 post-configure:
-	@${REINPLACE_CMD} -e 's|^\$$ini_overwrites.*|&'"'"'crack.default_dictionary=\"${LOCALBASE}/libdata/cracklib/pw_dict\"'"'"',|' \
+	@${REINPLACE_CMD} -e 's|^\$$ini_overwrites.*|&'"'"'crack.default_dictionary=\"${LOCALBASE}/libdata/cracklib/cracklib-words\"'"'"',|' \
 		${WRKSRC}/run-tests.php
 
 do-test:
-	# XXX: 3 of 4 test fail
 	${MAKE_CMD} -C ${WRKSRC} test < /dev/null
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list