Date: Thu, 11 Oct 2018 09:38:35 +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: r481802 - head/security/pecl-crack Message-ID: <201810110938.w9B9cZRE066097@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Thu Oct 11 09:38:34 2018 New Revision: 481802 URL: https://svnweb.freebsd.org/changeset/ports/481802 Log: security/pecl-crack: Chase cracklib dictionary rename from r408137 This also makes all tests pass. PR: 213157 Submitted by: Florian Riehm <mail@friehm.de> Approved by: 2 year bug anniversary Modified: head/security/pecl-crack/Makefile Modified: head/security/pecl-crack/Makefile ============================================================================== --- head/security/pecl-crack/Makefile Thu Oct 11 09:33:57 2018 (r481801) +++ head/security/pecl-crack/Makefile Thu Oct 11 09:38:34 2018 (r481802) @@ -3,7 +3,7 @@ PORTNAME= crack PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security www @@ -22,11 +22,10 @@ CONFIGURE_ARGS= --with-crack=${LOCALBASE} CFLAGS+= -Wno-deprecated post-configure: - @${REINPLACE_CMD} -e 's|^\$$ini_overwrites.*|&'"'"'crack.default_dictionary=\"${LOCALBASE}/libdata/cracklib/pw_dict\"'"'"',|' \ + @${REINPLACE_CMD} -e 's|^\$$ini_overwrites.*|&'"'"'crack.default_dictionary=\"${LOCALBASE}/libdata/cracklib/cracklib-words\"'"'"',|' \ ${WRKSRC}/run-tests.php do-test: - # XXX: 3 of 4 test fail ${MAKE_CMD} -C ${WRKSRC} test < /dev/null .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810110938.w9B9cZRE066097>