[139375] trunk/dports/graphics/argyll/Portfile

Ryan Schmidt ryandesign at macports.org
Fri Aug 14 12:11:47 PDT 2015


> On Aug 14, 2015, at 2:08 PM, David Evans <devans at macports.org> wrote:
> 
> 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.

It worked when I committed it:


$ port -d livecheck argyll
DEBUG: Copying /Users/rschmidt/Library/Preferences/com.apple.dt.Xcode.plist to /opt/local/var/macports/home/Library/Preferences
DEBUG: Changing to port directory: /Users/rschmidt/macports/dports/graphics/argyll
DEBUG: OS darwin/14.5.0 (Mac OS X 10.10) arch i386
DEBUG: universal_variant is false, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Changing to port directory: /Users/rschmidt/macports/dports/graphics/argyll
DEBUG: OS darwin/14.5.0 (Mac OS X 10.10) arch i386
DEBUG: universal_variant is false, so not adding the default universal variant
DEBUG: Requested variant +universal is not provided by port argyll.
DEBUG: Requested variant -atlas is not provided by port argyll.
DEBUG: Requested variant +accelerate is not provided by port argyll.
DEBUG: Requested variant +bash_completion is not provided by port argyll.
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Starting logging for argyll
DEBUG: Executing org.macports.main (argyll)
DEBUG: livecheck phase started at Fri Aug 14 12:44:48 CDT 2015
DEBUG: Executing org.macports.livecheck (argyll)
DEBUG: Portfile modification date is Fri Aug 14 12:44:47 CDT 2015
DEBUG: Port (livecheck) version is 1.3.2
DEBUG: Fetching http://www.argyllcms.com/downloadsrc.html
DEBUG: The regex is "Argyll_V([0-9.]+)_src.zip"
DEBUG: The regex matched "Argyll_V1.7.0_src.zip", extracted "1.7.0"
argyll seems to have been updated (port version: 1.3.2, new version: 1.7.0)
DEBUG: Checking time since last reclaim run


But I agree, now it does not:


$ port -d livecheck argyll
DEBUG: Copying /Users/rschmidt/Library/Preferences/com.apple.dt.Xcode.plist to /opt/local/var/macports/home/Library/Preferences
DEBUG: Changing to port directory: /Users/rschmidt/macports/dports/graphics/argyll
DEBUG: OS darwin/14.5.0 (Mac OS X 10.10) arch i386
DEBUG: universal_variant is false, so not adding the default universal variant
DEBUG: Requested variant +universal is not provided by port argyll.
DEBUG: Requested variant -atlas is not provided by port argyll.
DEBUG: Requested variant +accelerate is not provided by port argyll.
DEBUG: Requested variant +bash_completion is not provided by port argyll.
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Starting logging for argyll
DEBUG: Executing org.macports.main (argyll)
DEBUG: livecheck phase started at Fri Aug 14 14:10:16 CDT 2015
DEBUG: Executing org.macports.livecheck (argyll)
DEBUG: Portfile modification date is Fri Aug 14 12:44:57 CDT 2015
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)
DEBUG: Checking time since last reclaim run


I can try to report this problem to whoever runs that server.



More information about the macports-dev mailing list