Opened 12 years ago
Closed 12 years ago
#38632 closed enhancement (fixed)
nodejs: improve livecheck
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ci42 |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | haspatch | Cc: | |
Port: | nodejs nodejs-devel |
Description
This patch future-proofs the nodejs and nodejs-devel livecheck, so you won't have to updated it with every new branch.
I also switched to enclosing the livecheck regex in curly braces, since there was no variable substitution going on; this removes one level of escaping and I think makes the regex more readable.
Attachments (1)
Change History (2)
Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | nodejs-livecheck.diff added |
---|
comment:1 Changed 12 years ago by ci42
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks, r104780.