Ticket #27790 (closed update: fixed)
log2timeline: update to 0.51
| Reported by: | jul_bsd@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | haspatch maintainer | Cc: | |
| Port: | log2timeline |
Description
see joined patch.
One upgrade note: On my box, I had some perl modules compiled for perl 5.8.9 and which were not updated when macports upgraded perl to 5.10.1. I needed to manually force uninstall, install to get them with correct release of macports perl.
Attachments
Change History
comment:1 follow-up: ↓ 2 Changed 2 years ago by jmr@…
- Keywords haspatch maintainer added
- Version 1.9.2 deleted
Changed 2 years ago by jul_bsd@…
- Attachment patch-Portfile added
patch Portfile with comments on perl5
comment:2 in reply to: ↑ 1 Changed 2 years ago by ryandesign@…
Replying to jmr@…:
Just use the perl5 dependency added by the portgroup.
That's what I initially thought too, but the perl5 portgroup isn't adding any perl dependency to log2timeline because log2timeline doesn't use the perl5 portgroup's perl5.setup procedure. So log2timeline does need an explicit dependency on perl5, as in the attached patch.
Note: See
TracTickets for help on using
tickets.


You should not be depending on perl5.10 directly. Just use the perl5 dependency added by the portgroup.