Opened 14 years ago
Closed 14 years ago
#27790 closed update (fixed)
log2timeline: update to 0.51
Reported by: | jul_bsd@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
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 (1)
Change History (5)
comment:1 follow-up: 2 Changed 14 years ago by jmroot (Joshua Root)
Keywords: | haspatch maintainer added |
---|---|
Version: | 1.9.2 |
Changed 14 years ago by jul_bsd@…
Attachment: | patch-Portfile added |
---|
patch Portfile with comments on perl5
comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
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.
comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
Summary: | [UPDATE] log2timeline 0.51 → log2timeline: update to 0.51 |
comment:4 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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.