From owner-svn-ports-all@freebsd.org Thu Oct 11 09:27:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC6D910B3360; Thu, 11 Oct 2018 09:27:38 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6FB028FCAF; Thu, 11 Oct 2018 09:27:38 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A3786933; Thu, 11 Oct 2018 09:27:38 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9B9Rchx060814; Thu, 11 Oct 2018 09:27:38 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9B9Rcli060812; Thu, 11 Oct 2018 09:27:38 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201810110927.w9B9Rcli060812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 11 Oct 2018 09:27:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481799 - in head/mail/qmailadmin: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/mail/qmailadmin: . files X-SVN-Commit-Revision: 481799 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2018 09:27:38 -0000 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 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