#32387: txt2regex @0.8_0 fails to perform a livecheck --------------------------------------+------------------------------------- Reporter: nonstop.server@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: haspatch | Port: txt2regex --------------------------------------+------------------------------------- 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 }}}
-- Ticket URL: <https://trac.macports.org/ticket/32387> MacPorts <http://www.macports.org/> Ports system for Mac OS