aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authortobik <tobik@FreeBSD.org>2018-10-11 17:30:28 +0800
committertobik <tobik@FreeBSD.org>2018-10-11 17:30:28 +0800
commitca0caf6843752f1a407b673e487b44fa649b061d (patch)
treecd45ac352a7380a5eb55d26dac921af94f720c52 /security
parente5e08d950b64af00e3dd42cc61ac7423dff33cee (diff)
downloadfreebsd-ports-gnome-ca0caf6843752f1a407b673e487b44fa649b061d.tar.gz
freebsd-ports-gnome-ca0caf6843752f1a407b673e487b44fa649b061d.tar.zst
freebsd-ports-gnome-ca0caf6843752f1a407b673e487b44fa649b061d.zip
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
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-Cracklib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-Cracklib/Makefile b/security/p5-Crypt-Cracklib/Makefile
index 969257a59e02..f25fc6ad4a72 100644
--- a/security/p5-Crypt-Cracklib/Makefile
+++ b/security/p5-Crypt-Cracklib/Makefile
@@ -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