svn commit: r481806 - in branches/2018Q4/mail/qmailadmin: . files
Tobias Kortkamp
tobik at FreeBSD.org
Thu Oct 11 09:58:03 UTC 2018
Author: tobik
Date: Thu Oct 11 09:58:02 2018
New Revision: 481806
URL: https://svnweb.freebsd.org/changeset/ports/481806
Log:
MFH: r481799
mail/qmailadmin: 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/mail/qmailadmin/Makefile
branches/2018Q4/mail/qmailadmin/files/cracklib.patch
Directory Properties:
branches/2018Q4/ (props changed)
Modified: branches/2018Q4/mail/qmailadmin/Makefile
==============================================================================
--- branches/2018Q4/mail/qmailadmin/Makefile Thu Oct 11 09:56:41 2018 (r481805)
+++ branches/2018Q4/mail/qmailadmin/Makefile Thu Oct 11 09:58:02 2018 (r481806)
@@ -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: branches/2018Q4/mail/qmailadmin/files/cracklib.patch
==============================================================================
--- branches/2018Q4/mail/qmailadmin/files/cracklib.patch Thu Oct 11 09:56:41 2018 (r481805)
+++ branches/2018Q4/mail/qmailadmin/files/cracklib.patch Thu Oct 11 09:58:02 2018 (r481806)
@@ -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