Opened 12 years ago
Closed 12 years ago
#36405 closed defect (fixed)
jgraph livecheck fails
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | s@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | haspatch | Cc: | |
Port: | jgraph |
Description
This patch fixes the port's livecheck.
Before:
$ port livecheck jgraph jgraph seems to have been updated (port version: 8.3, new version: 6.0) $
After:
$ port livecheck jgraph $
Attachments (1)
Change History (3)
Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | jgraph-livecheck.diff added |
---|
comment:1 Changed 12 years ago by stevecheckoway (Stephen Checkoway)
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
I applied the livecheck portion of the patch you attached there in r98258. I moved the livecheck directives to the end of the file where we usually put them, and I enclosed the livecheck regex in curly braces instead of quotation marks so that one level of escaping can be removed.
Note: See
TracTickets for help on using
tickets.
This is fixed in the new Portfile I attached for #36397.