From owner-svn-ports-all@freebsd.org Thu Oct 11 09:58: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 CBBDC10B4790; Thu, 11 Oct 2018 09:58: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 7BF73913E3; Thu, 11 Oct 2018 09:58: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 768BA6E21; Thu, 11 Oct 2018 09:58: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 w9B9wcVG077173; Thu, 11 Oct 2018 09:58:38 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9B9wcdO077172; Thu, 11 Oct 2018 09:58:38 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201810110958.w9B9wcdO077172@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:58:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r481807 - branches/2018Q4/security/p5-Crypt-Cracklib X-SVN-Group: ports-branches X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: branches/2018Q4/security/p5-Crypt-Cracklib X-SVN-Commit-Revision: 481807 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:58:39 -0000 Author: tobik Date: Thu Oct 11 09:58:38 2018 New Revision: 481807 URL: https://svnweb.freebsd.org/changeset/ports/481807 Log: MFH: r481800 security/p5-Crypt-Cracklib: Chase cracklib dictionary rename from r408137 PR: 213157 Submitted by: Florian Riehm Approved by: 2 year bug anniversary Approved by: ports-secteam runtime fix blanket Modified: branches/2018Q4/security/p5-Crypt-Cracklib/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/security/p5-Crypt-Cracklib/Makefile ============================================================================== --- branches/2018Q4/security/p5-Crypt-Cracklib/Makefile Thu Oct 11 09:58:02 2018 (r481806) +++ branches/2018Q4/security/p5-Crypt-Cracklib/Makefile Thu Oct 11 09:58:38 2018 (r481807) @@ -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