[139375] trunk/dports/graphics/argyll/Portfile
David Evans
devans at macports.org
Fri Aug 14 12:08:19 PDT 2015
On 8/14/15 10:44 AM, ryandesign at macports.org wrote:
> Revision
> 139375 <https://trac.macports.org/changeset/139375>
> Author
> ryandesign at macports.org
> Date
> 2015-08-14 10:44:56 -0700 (Fri, 14 Aug 2015)
>
>
> Log Message
>
> argyll: fix livecheck
>
>
> Modified Paths
>
> * trunk/dports/graphics/argyll/Portfile
> <#trunkdportsgraphicsargyllPortfile>
>
>
> Diff
>
>
> Modified: trunk/dports/graphics/argyll/Portfile (139374 => 139375)
>
> --- trunk/dports/graphics/argyll/Portfile 2015-08-14 17:36:52 UTC (rev
> 139374) +++ trunk/dports/graphics/argyll/Portfile 2015-08-14 17:44:56
> UTC (rev 139375) @@ -122,3 +122,7 @@ # conflicts with num-utils on
> ${prefix}/bin/average conflicts-append num-utils + +livecheck.type regex
> +livecheck.url ${homepage}downloadsrc.html +livecheck.regex
> Argyll_V(\[0-9.]+)_src${extract.suffix}
>
>
Ryan, this is not working for me. If I try running livecheck on argyll,
I get the following result:
$ port -d livecheck
DEBUG: Port (livecheck) version is 1.3.2
DEBUG: Fetching http://www.argyllcms.com/downloadsrc.html
Error: cannot check if argyll was updated (The requested URL returned
error: 406 Not Acceptable)
Using curl returns a similar 406 HTML error page.
Access to this URL using a web browser works fine so possibly they're
blocking non-browser accesses.
Dave
More information about the macports-dev
mailing list