Ticket #32387 (closed defect: fixed)
txt2regex @0.8_0 fails to perform a livecheck
| Reported by: | nonstop.server@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.0.3 |
| Keywords: | haspatch | Cc: | grrr@… |
| Port: | txt2regex |
Description
Port txt2regex fails to perform a livecheck.
% port -v livecheck txt2regex Error: cannot check if txt2regex was updated (regex didn't match)
Setting variables livecheck.regex, livecheck.type, and livecheck.url seems to do the trick.
% port -d livecheck txt2regex \ >livecheck.regex='txt2regex-(\[0-9\.\]*)\.tgz' \ >livecheck.type=regex \ >livecheck.url=http://aurelio.net/txt2regex/ DEBUG: livecheck phase started at Sat Dec 3 23:35:02 CET 2011 DEBUG: Executing org.macports.livecheck (txt2regex) DEBUG: Portfile modification date is Sat Dec 03 23:17:12 CET 2011 DEBUG: Port (livecheck) version is 0.8 DEBUG: Fetching http://aurelio.net/txt2regex/ DEBUG: The regex is "txt2regex-([0-9.]*).tgz" DEBUG: The regex matched "txt2regex-0.8.tgz", extracted "0.8" txt2regex seems to be up to date
Attachments
Change History
Changed 18 months ago by nonstop.server@…
- Attachment txt2regex.diff added
comment:2 in reply to: ↑ 1 Changed 18 months ago by grrr@…
Replying to grrr@…:
Updated Portfile attached with patch.
I meant updated Portfile diff (with patch) attached.
Note: See
TracTickets for help on using
tickets.


proposed patch