svn commit: r481807 - branches/2018Q4/security/p5-Crypt-Cracklib

Tobias Kortkamp tobik at FreeBSD.org
Thu Oct 11 09:58:39 UTC 2018


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

Log:
  MFH: r481800
  
  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
  
  Approved by:	ports-secteam runtime fix blanket

Modified:
  branches/2018Q4/security/p5-Crypt-Cracklib/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/security/p5-Crypt-Cracklib/Makefile
==============================================================================
--- branches/2018Q4/security/p5-Crypt-Cracklib/Makefile	Thu Oct 11 09:58:02 2018	(r481806)
+++ branches/2018Q4/security/p5-Crypt-Cracklib/Makefile	Thu Oct 11 09:58:38 2018	(r481807)
@@ -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