#12731 closed update (fixed)
UPDATE: deluge-0.5.5 - A patch to use correctly a versioned 'python' command
Reported by: | gui-dos (Guido Soranzio) | Owned by: | rhwood@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | rhwood@…, gui-dos (Guido Soranzio) | |
Port: |
Description
The attached patch to the deluge's portfile replaces a literal 'python' command with a proper versioned one:
reinplace "s|'python',|'python' + py_version,|" ${worksrcpath}/src/common.py
Ater this patch, the module xdg is found and no mesage errors are displayed.
Attachments (1)
Change History (4)
Changed 17 years ago by gui-dos (Guido Soranzio)
Attachment: | Portfile-deluge.diff added |
---|
comment:1 Changed 17 years ago by rhwood@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 1.5.0 |
comment:2 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → update |
---|
Note: See
TracTickets for help on using
tickets.
Thank you. Your patch was committed in changeset:29229