port with source from svn

Joshua Root jmr at macports.org
Sun Apr 29 14:15:30 PDT 2012


On 2012-4-30 07:10 , Bjarne D Mathiesen wrote:
> Marko Käning wrote:
>>> can someone tell me of one or more ports where the source is pulled from
>>> svn ???
>>
>> e.g. kmymoney4-devel
> 
> hmmm ... that's git -not- svn
> 
> but I got a correct pointer in looking at that Portfile:
> 
> find $(dirname $(dirname $(dirname $(port file kmymoney4-devel)))) \
>      -name 'Portfile' -print0 \
> | xargs -n1 -0 grep -H -e "fetch.type.*svn" \
> | awk -F '/' '{print $10 "/" $11}'
> 
> will produce a list of all 79 (currently) ports that get their source
> from svn ;-)

Or 'port echo depends_fetch:subversion'. :-)

- Josh


More information about the macports-dev mailing list