Bug 112996

Summary: [PATCH] security/ruby-password: fix dependency on cracklib, avoid conflict with pwgen
Product: Ports & Packages Reporter: Jan Srzednicki <w>
Component: Individual Port(s)Assignee: Stanislav Sedov <stas>
Status: Closed FIXED    
Severity: Affects Only Me CC: stas
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
ruby18-password-0.5.3.patch none

Description Jan Srzednicki 2007-05-25 16:00:09 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-25 16:00:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stas

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-24 09:40:52 UTC
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"
Comment 3 Stanislav Sedov freebsd_committer freebsd_triage 2007-06-24 09:41:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!