Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#18040 closed defect (fixed)

esdl: livecheck fix

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: bfulgham@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: esdl

Description

The esdl livecheck doesn't find the right versions:

$ port -d livecheck esdl
DEBUG: Changing to port directory: /Users/rschmidt/macports/dports/graphics/esdl
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: not using configure, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port esdl.
DEBUG: Requested variant i386 is not provided by port esdl.
DEBUG: Requested variant macosx is not provided by port esdl.
DEBUG: Changing to port directory: /Users/rschmidt/macports/dports/graphics/esdl
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: not using configure, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port esdl.
DEBUG: Requested variant i386 is not provided by port esdl.
DEBUG: Requested variant macosx is not provided by port esdl.
DEBUG: Executing org.macports.main (esdl)
DEBUG: Executing org.macports.livecheck (esdl)
DEBUG: Portfile modification date is Sat Apr 12 07:55:12 CDT 2008
DEBUG: Port (livecheck) version is 0.96.0626
DEBUG: Fetching http://sourceforge.net/export/rss2_projfiles.php?project=esdl
DEBUG: The regex is "<title>esdl (.*) released.*</title>"
DEBUG: The regex matched "<title>esdl esdl-0.96.0626 released (Mon, 26 Jun 2006 13:31:20 GMT)</title>", extracted "esdl-0.96.0626"
DEBUG: The regex matched "<title>esdl esdl-0.95.0630 released (Thu, 30 Jun 2005 19:48:04 GMT)</title>", extracted "esdl-0.95.0630"
DEBUG: The regex matched "<title>esdl esdl-0.94.1025 released (Mon, 25 Oct 2004 09:46:46 GMT)</title>", extracted "esdl-0.94.1025"
DEBUG: The regex matched "<title>esdl esdl-0.94.0615 released (Tue, 15 Jun 2004 00:00:00 GMT)</title>", extracted "esdl-0.94.0615"
DEBUG: The regex matched "<title>esdl 0.94.0125 released (Sun, 25 Jan 2004 00:00:00 GMT)</title>", extracted "0.94.0125"
DEBUG: The regex matched "<title>esdl esdl-0.93.0909 released (Tue, 09 Sep 2003 00:00:00 GMT)</title>", extracted "esdl-0.93.0909"
DEBUG: The regex matched "<title>esdl esdl-0.93.0526 released (Mon, 26 May 2003 00:00:00 GMT)</title>", extracted "esdl-0.93.0526"
DEBUG: The regex matched "<title>esdl esdl-0.93.0314 released (Fri, 14 Mar 2003 00:00:00 GMT)</title>", extracted "esdl-0.93.0314"
DEBUG: The regex matched "<title>esdl esdl-0.93.0131 released (Fri, 31 Jan 2003 00:00:00 GMT)</title>", extracted "esdl-0.93.0131"
DEBUG: The regex matched "<title>esdl esdl-0.91.1129 released (Fri, 29 Nov 2002 00:00:00 GMT)</title>", extracted "esdl-0.91.1129"
esdl seems to have been updated (port version: 0.96.0626, new version: 0.94.0125)

The attached patch should fix this.

Attachments (1)

esdl-livecheck.diff (348 bytes) - added by ryandesign (Ryan Carsten Schmidt) 15 years ago.

Download all attachments as: .zip

Change History (3)

Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: esdl-livecheck.diff added

comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

Committed in r49863 (maintainer timeout).

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.