Opened 20 years ago
Closed 19 years ago
#2052 closed defect (invalid)
the "port fetch" command, and all sub-commands, should be force-able
Reported by: | ray@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
If one does:
% port fetch Affiche
It will fetch the stuff. Then do it again, and it will not.
% port -f fetch Affiche
This should work. It does not. Shouldn't all the commands be force-able?
Change History (1)
comment:1 Changed 19 years ago by pguyot (Paul Guyot)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
It does work as expected: fetch means fetch the file unless it alreay exists. You can remove the distfile with: port clean --dist Affiche