Re: [MacPorts] #14699: spread: Update to version 4 (was: Upgrade Portfile for spread to version 4)
#14699: spread: Update to version 4 --------------------------------------+------------------------------------- Reporter: Lars.Rasmusson@… | Owner: stechert@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | Port: spread --------------------------------------+------------------------------------- Changes (by ryandesign@…): * cc: ryandesign@… (added) Comment: 4.1 is out now. Replying to [comment:5 blb@…]:
Is there an easy way to download the distfile, it is currently [http://www.spread.org/download/spread-src-4.1.0.tar.gz hidden behind a form] which won't work with port; the master_sites used for the 3.17.3 version doesn't appear to carry any of the 4.x versions.
We could write a custom fetch phase, along the lines of: {{{ master_sites http://www.spread.org/download/ fetch { system "cd ${distpath} && curl --location --remote-name [lindex ${master_sites} 0]/[lindex ${distfiles} 0] --data FILE=[lindex ${distfiles} 0] --data name=MacPorts --data company=MacPorts --data email=[lindex ${maintainers} 0]@macports.org --data Stage=Download" } }}} This would bypass our distfile mirrors, but this would meet the developer's goal of getting a download count. -- Ticket URL: <https://trac.macports.org/ticket/14699#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts