Opened 14 years ago
Closed 14 years ago
#27296 closed defect (fixed)
perl5 group: new livecheck.regex pattern (recent CPAN changes break existing pattern)
Reported by: | larry+macports@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | haspatch | Cc: | ghosthound |
Port: |
Description
For reasons as yet unknown to me, CPAN has changed their HTML so that many plaintext strings are now encoded using numeric character entities. This breaks the existing livecheck.regex pattern because the module name it looks for is now in encoded form.
Here is a patch that uses some new(?) JavaScript code in each page as the target for the regex pattern. Since it's a simpler pattern, this may be preferable even in the case where CPAN reverts back to the unencoded strings.
Attachments (1)
Change History (5)
Changed 14 years ago by larry+macports@…
Attachment: | perl5-group-livecheck-regex.patch added |
---|
comment:1 Changed 14 years ago by jmroot (Joshua Root)
Cc: | ricci@… added |
---|---|
Component: | base → ports |
comment:2 Changed 14 years ago by larry+macports@…
Please be aware that livecheck is broken for roughly 800 ports until this problem is fixed.
comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
comment:4 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thank you, committed in r73611.
Note: See
TracTickets for help on using
tickets.
New livecheck.regex for perl5 group