svn commit: r408490 - head/security/ruby-password
Antoine Brodin
antoine at FreeBSD.org
Mon Feb 8 17:57:16 UTC 2016
Author: antoine
Date: Mon Feb 8 17:57:14 2016
New Revision: 408490
URL: https://svnweb.freebsd.org/changeset/ports/408490
Log:
Unbreak with new cracklib
Reported by: pkg-fallout
Modified:
head/security/ruby-password/Makefile
Modified: head/security/ruby-password/Makefile
==============================================================================
--- head/security/ruby-password/Makefile Mon Feb 8 17:56:12 2016 (r408489)
+++ head/security/ruby-password/Makefile Mon Feb 8 17:57:14 2016 (r408490)
@@ -3,7 +3,7 @@
PORTNAME= password
PORTVERSION= 0.5.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= security ruby
MASTER_SITES= http://www.caliban.org/files/ruby/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -22,7 +22,7 @@ USE_RUBY_EXTCONF= yes
RUBY_SHEBANG_FILES= example/*
SADIR= lib/ruby/site_ruby/${RUBY_VER}/${RUBY_ARCH}
-CONFIGURE_ARGS= --with-crack-dict="${LOCALBASE}/libdata/cracklib/pw_dict.pwd"
+CONFIGURE_ARGS= --with-crack-dict="${LOCALBASE}/libdata/cracklib/cracklib-words.pwd"
INSTALL_TARGET= site-install
MAKE_ARGS= INSTALL_PROG="${INSTALL_PROGRAM}" \
INSTALL_DATA="${INSTALL_DATA}"
More information about the svn-ports-head
mailing list