Bug 112996 - [PATCH] security/ruby-password: fix dependency on cracklib, avoid conflict with pwgen
Summary: [PATCH] security/ruby-password: fix dependency on cracklib, avoid conflict wi...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Stanislav Sedov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-25 16:00 UTC by Jan Srzednicki
Modified: 2007-06-24 09:50 UTC (History)
1 user (show)

See Also:


Attachments
ruby18-password-0.5.3.patch (1.63 KB, patch)
2007-05-25 16:00 UTC, Jan Srzednicki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!