Opened 8 years ago
Closed 8 years ago
#56065 closed enhancement (fixed)
github portgroup: let port override livecheck version number regex
| Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | Cc: | ||
| Port: | github |
Description
Many ports want to impose restrictions on the livecheck regex, such as not returning beta or RC versions. They currently do so by overriding livecheck.regex, which exposes too much internal implementation detail of the github portgroup into portfiles. Offer a new github portgroup option for overriding the default.
Change History (4)
comment:1 Changed 8 years ago by raimue (Rainer Müller)
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
| Resolution: | duplicate |
|---|---|
| Status: | closed → reopened |
Not a duplicate.
comment:3 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
comment:4 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
| Owner: | set to ryandesign |
|---|---|
| Resolution: | → fixed |
| Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.

This seems to be a duplicate of #53940. At least they are trying to solve the same problem.