#21174: llvm-devel: update to 2.6 pre-release --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: erickt@… Type: update | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Resolution: | Keywords: Port: llvm-devel | --------------------------------------+------------------------------------- Comment(by ryandesign@…): Replying to [comment:6 erickt@…]:
It looks like there was a snapshot made of llvm's svn !r53722 that got uploaded to macports.org, and I'm not sure how you're supposed to do that. Is there a doc somewhere on how to do that? I couldn't find anything on the wiki. We only upload distfiles to the MacPorts repository if it isn't available elsewhere. I'm not sure why that was done here for llvm's svn source; the port could have just been set to fetch directly from their svn. But to answer the question, if you need to upload a distfile to our repository, then you simply use normal svn commands to do that. Looks like the llvm- devel distfile is in the directory "pguyot" in the distfiles directory. That's not usual; usually the directory name should be the port name. So in this case I would make an "llvm" directory ("`svn mkdir http://svn.macosforge.org/repository/macports/distfiles/llvm`"), check it out ("`svn co http://svn.macosforge.org/repository/macports/distfiles/llvm`"), put the distfile in there ("`cp /path/to/llvm-12345.tar.bz2 llvm`"), add it ("`svn add llvm/llvm-12345.tar.bz2`") and commit it ("`svn ci llvm`").
-- Ticket URL: <http://trac.macports.org/ticket/21174#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS