This small patch fixes the dependency (which is also run-time) on libcrack.so. And it avoids using the name 'pwgen' to install it's example password generating script (so it doesn't conflict with ports/security/pwgen). I chose the name 'ruby-pwgen' for that small utility. Port maintainer (stas@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->stas Over to maintainer
stas 2007-06-24 08:40:46 UTC FreeBSD ports repository Modified files: security/ruby-password Makefile pkg-plist Log: - Add missed run-time dependency by convrting build depends to lib depends - Change the name of utility to not conflict wih pwgen - Bump up PORTREVISION. Submitted by: Jan Srzednicki <w@wrzask.pl> PR: ports/112996 Revision Changes Path 1.10 +5 -4 ports/security/ruby-password/Makefile 1.5 +1 -1 ports/security/ruby-password/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!