Date: Thu, 11 Oct 2018 09:27:38 +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: r481799 - in head/mail/qmailadmin: . files Message-ID: <201810110927.w9B9Rcli060812@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810110927.w9B9Rcli060812>