Bug 97215 - Update port: sysutils/ruby-log4r to 1.0.5
Summary: Update port: sysutils/ruby-log4r to 1.0.5
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-13 18:40 UTC by Rui Lopes
Modified: 2006-05-14 04:43 UTC (History)
0 users

See Also:


Attachments
update_sysutils-log4r_to_1.0.5.patch (19.05 KB, patch)
2006-05-13 18:40 UTC, Rui Lopes
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rui Lopes 2006-05-13 18:40:12 UTC
Update to 1.0.5.

I've used the following q&d commands to generate the pkg-plist:

find -s -d /usr/local/lib/ruby/site_ruby/1.8/log4r* -type f | sed -E 's,/usr/local/lib/ruby/site_ruby/1.8,%%RUBY_SITELIBDIR%%,g'
find -s -d /usr/local/lib/ruby/site_ruby/1.8/log4r -type d | sed -E 's,/usr/local/lib/ruby/site_ruby/1.8,@dirrm %%RUBY_SITELIBDIR%%,g'

find -s -d /usr/local/share/examples/ruby18/log4r -type f | sed -E 's,/usr/local/share/examples/ruby18/log4r,%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%,g'
find -s -d /usr/local/share/examples/ruby18/log4r -type d | sed -E 's,/usr/local/share/examples/ruby18/log4r,%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%,g'

find -s -d /usr/local/share/doc/ruby18/log4r -type f | sed -E 's,/usr/local/share/doc/ruby18/log4r,%%PORTDOCS%%%%RUBY_MODDOCDIR%%,g'
find -s -d /usr/local/share/doc/ruby18/log4r -type d | sed -E 's,/usr/local/share/doc/ruby18/log4r,%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%,g'
Comment 1 Marcus Alves Grando freebsd_committer freebsd_triage 2006-05-14 04:43:16 UTC
State Changed
From-To: open->closed

Committed. Thanks!