[34938] trunk/dports/lang/python23/Portfile

Rainer Müller raimue at macports.org
Wed Mar 12 01:55:56 PDT 2008


jmr at macports.org wrote:
> Revision: 34938
>           http://trac.macosforge.org/projects/macports/changeset/34938
> Author:   jmr at macports.org
> Date:     2008-03-12 00:12:32 -0700 (Wed, 12 Mar 2008)
> 
> Log Message:
> -----------
> python23: use appropriate dependency type
> 
> Modified Paths:
> --------------
>     trunk/dports/lang/python23/Portfile
> 
> Modified: trunk/dports/lang/python23/Portfile
> ===================================================================
> --- trunk/dports/lang/python23/Portfile	2008-03-12 07:08:49 UTC (rev 34937)
> +++ trunk/dports/lang/python23/Portfile	2008-03-12 07:12:32 UTC (rev 34938)
> @@ -21,7 +21,7 @@
>  					sha1 11ae8960fb4a5a57be0f57bdc86d901fedc92f66
>  
>  # Should be depends_extract, but that isn't implemented
> -depends_build		bin:gnutar:gnutar
> +depends_lib		port:gnutar

Why do you think depends_lib is more appropriate?
gnutar is only needed to extract the downloaded distfile, as noted in 
the comment. So it should be kept as depends_build and not depends_lib.

Rainer


More information about the macports-changes mailing list