svn commit: r481799 - in head/mail/qmailadmin: . files

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


Author: tobik
Date: Thu Oct 11 09:27:37 2018
New Revision: 481799
URL: https://svnweb.freebsd.org/changeset/ports/481799

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

Modified:
  head/mail/qmailadmin/Makefile
  head/mail/qmailadmin/files/cracklib.patch

Modified: head/mail/qmailadmin/Makefile
==============================================================================
--- head/mail/qmailadmin/Makefile	Thu Oct 11 09:20:43 2018	(r481798)
+++ head/mail/qmailadmin/Makefile	Thu Oct 11 09:27:37 2018	(r481799)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qmailadmin
 PORTVERSION=	1.2.15
-PORTREVISION=	7
+PORTREVISION=	8
 PORTEPOCH=	2
 CATEGORIES=	mail www
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} \
@@ -86,7 +86,7 @@ CONFIGURE_ARGS+=	--enable-spam-command="${SPAM_COMMAND
 .if ${PORT_OPTIONS:MCRACKLIB}
 EXTRA_PATCHES+=		${FILESDIR}/cracklib.patch
 BUILD_DEPENDS+=		${LOCALBASE}/include/crack.h:security/cracklib
-CONFIGURE_ARGS+=	--enable-cracklib=${LOCALBASE}/libdata/cracklib/pw_dict
+CONFIGURE_ARGS+=	--enable-cracklib=${LOCALBASE}/libdata/cracklib/cracklib-words
 CFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib -lcrack
 .endif

Modified: head/mail/qmailadmin/files/cracklib.patch
==============================================================================
--- head/mail/qmailadmin/files/cracklib.patch	Thu Oct 11 09:20:43 2018	(r481798)
+++ head/mail/qmailadmin/files/cracklib.patch	Thu Oct 11 09:27:37 2018	(r481799)
@@ -24,7 +24,7 @@
 +
 +if test "$cracklib" = "yes"
 +then
-+	cracklib="/usr/local/libdata/cracklib/pw_dict"
++	cracklib="/usr/local/libdata/cracklib/cracklib-words"
 +fi
 +
 +case $cracklib in


More information about the svn-ports-all mailing list