Opened 13 years ago
Closed 13 years ago
#32798 closed update (fixed)
fantom: update to 1.0.61
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | m@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | jruschme@… |
Port: | fantom |
Description
fantom should probably be updated to 1.0.61.
The livecheck should be fixed too:
$ port livecheck fantom Error: cannot check if fantom was updated (The requested URL returned error: 406)
The latter is most simply accomplished by simplifying the master_sites definition to "master_sites googlecode:fan".
Attachments (1)
Change History (3)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | jruschme@… added |
---|---|
Keywords: | haspatch added |
Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | fantom-1.0.61.diff added |
---|
proposed patch
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
r88977 (maintainer timout).
Note: See
TracTickets for help on using
tickets.
The attached patch fixes the livecheck as indicated above, and updates to 1.0.61. The doc directory appears to no longer be included, so following this patch it is no longer installed.
This patch also fixes installation failure on Leopard and older reported on the mailing list, by using "ln -s" instead of "file link -s".
I also simplified the removal of .exe files by using eval instead of a foreach loop. I also moved the deletion of the .exe files before they're copied into the destroot, since it'll be slightly faster to not copy them.
May I commit this patch?