svn commit: r481800 - head/security/p5-Crypt-Cracklib

Tobias Kortkamp tobik at FreeBSD.org
Thu Oct 11 09:30:29 UTC 2018


Author: tobik
Date: Thu Oct 11 09:30:28 2018
New Revision: 481800
URL: https://svnweb.freebsd.org/changeset/ports/481800

Log:
  security/p5-Crypt-Cracklib: Chase cracklib dictionary rename from r408137
  
  PR:		213157
  Submitted by:	Florian Riehm <mail at friehm.de>
  Approved by:	2 year bug anniversary

Modified:
  head/security/p5-Crypt-Cracklib/Makefile

Modified: head/security/p5-Crypt-Cracklib/Makefile
==============================================================================
--- head/security/p5-Crypt-Cracklib/Makefile	Thu Oct 11 09:27:37 2018	(r481799)
+++ head/security/p5-Crypt-Cracklib/Makefile	Thu Oct 11 09:30:28 2018	(r481800)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Crypt-Cracklib
 PORTVERSION=	1.7
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libcrack.so:security/cracklib
 
 USES=		perl5
 USE_PERL5=	configure
-CONFIGURE_ARGS=	INC="-I${LOCALBASE}/include" DEFINE="-DCRACKLIB_DICTPATH=\\\"${PREFIX}/libdata/cracklib/pw_dict\\\""
+CONFIGURE_ARGS=	INC="-I${LOCALBASE}/include" DEFINE="-DCRACKLIB_DICTPATH=\\\"${PREFIX}/libdata/cracklib/cracklib-words\\\""
 
 post-patch:
 	@${REINPLACE_CMD} 's/-Werror//' ${WRKSRC}/Makefile.PL


More information about the svn-ports-all mailing list