Opened 16 years ago
Closed 15 years ago
#19587 closed defect (fixed)
cgit downloads git distfile again
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | sfiera@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | ||
Port: | cgit |
Description
cgit downloads another copy of the git distfile. This should be avoided. A copy of it has already been downloaded by the git-core port so that copy should be used. This is accomplished by setting dist_subdir to the same value as for the git-core port, so:
dist_subdir git-core
It is best to make this change at the same time that you update the version of the port, so I will try to fix this as part of #19585.
Change History (1)
comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r56015 (maintainer timeout).