[MacPorts] #27454: svn.fetch doesn't append revision

MacPorts noreply at macports.org
Thu Nov 25 20:22:10 PST 2010


#27454: svn.fetch doesn't append revision
-------------------------------------+--------------------------------------
 Reporter:  and.damore@…             |       Owner:  macports-tickets@…                   
     Type:  defect                   |      Status:  new                                  
 Priority:  Normal                   |   Milestone:                                       
Component:  base                     |     Version:  1.9.99                               
 Keywords:                           |        Port:                                       
-------------------------------------+--------------------------------------
Changes (by ryandesign@…):

 * cc: ryandesign@… (added)
  * milestone:  MacPorts 2.0.0 =>


Old description:

> When using a '''svn.post_args-append''' option in Portfile revision
> doesn't get appended to svn.args anymore as it should in
> src/port1.0/portfetch.tcl:356 at r73333
>
> Example
> {{{
> svn.revision    123
> svn.post_args-append    ${name}-${version}/build
> }}}

New description:

 When using a '''svn.post_args-append''' option in Portfile revision
 doesn't get appended to svn.args anymore as it should in
 [browser:trunk/base/src/port1.0/portfetch.tcl?rev=73333#L356]

 Example
 {{{
 svn.revision    123
 svn.post_args-append    ${name}-${version}/build
 }}}

--

Comment:

 Don't futz with the svn.post_args then. :)

 The change I'd like to see to base is that svn fetching should fetch into
 a directory whose name is ${worksrcdir}; the portfile author should be
 able to change worksrcdir and have it automatically reflected in the
 fetch. This is how "use_dmg yes" already works, and I think the hg and git
 fetch types also do this.

-- 
Ticket URL: <https://trac.macports.org/ticket/27454#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list