From owner-svn-ports-all@freebsd.org Thu Oct 11 09:30:29 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 A29DC10B35AF; Thu, 11 Oct 2018 09:30:29 +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 4BF1B8FE90; Thu, 11 Oct 2018 09:30:29 +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 432F5693C; Thu, 11 Oct 2018 09:30:29 +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 w9B9UTPc061084; Thu, 11 Oct 2018 09:30:29 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9B9UThg061083; Thu, 11 Oct 2018 09:30:29 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201810110930.w9B9UThg061083@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:30:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481800 - head/security/p5-Crypt-Cracklib X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/security/p5-Crypt-Cracklib X-SVN-Commit-Revision: 481800 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:30:29 -0000 Author: tobik Date: Thu Oct 11 09:30:28 2018 New Revision: 481800 URL: https://svnweb.freebsd.org/changeset/ports/481800 Log: security/p5-Crypt-Cracklib: Chase cracklib dictionary rename from r408137 PR: 213157 Submitted by: Florian Riehm Approved by: 2 year bug anniversary Modified: head/security/p5-Crypt-Cracklib/Makefile Modified: head/security/p5-Crypt-Cracklib/Makefile ============================================================================== --- head/security/p5-Crypt-Cracklib/Makefile Thu Oct 11 09:27:37 2018 (r481799) +++ head/security/p5-Crypt-Cracklib/Makefile Thu Oct 11 09:30:28 2018 (r481800) @@ -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