Date: Thu, 11 Oct 2018 09:30:29 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481800 - head/security/p5-Crypt-Cracklib Message-ID: <201810110930.w9B9UThg061083@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810110930.w9B9UThg061083>