[70067] trunk/dports/python
Ryan Schmidt
ryandesign at macports.org
Thu Jul 29 10:23:47 PDT 2010
On Jul 29, 2010, at 07:20, jmr at macports.org wrote:
> Revision: 70067
> Modified: trunk/dports/python/py25-altgraph/Portfile
> -depends_lib-append port:py25-distribute
> +depends_lib port:py25-distribute
> Modified: trunk/dports/python/py26-altgraph/Portfile
> -depends_lib-append port:py26-distribute
> +depends_lib port:py26-distribute
On Jul 29, 2010, at 07:32, jmr at macports.org wrote:
> Revision: 70069
> Modified: trunk/dports/python/py25-modulegraph/Portfile
> -depends_lib-append port:py25-altgraph
> +depends_lib port:py25-altgraph
> Modified: trunk/dports/python/py26-modulegraph/Portfile
> -depends_lib-append port:py26-altgraph
> +depends_lib port:py26-altgraph
On Jul 29, 2010, at 07:39, jmr at macports.org wrote:
> Revision: 70071
> Modified: trunk/dports/python/py25-macholib/Portfile
> -depends_lib-append path:${python.pkgd}/modulegraph/__init__.py:py25-modulegraph
> +depends_lib path:${python.pkgd}/modulegraph/__init__.py:py25-modulegraph
> Modified: trunk/dports/python/py26-macholib/Portfile
> -depends_lib-append path:${python.pkgd}/modulegraph/__init__.py:py26-modulegraph
> +depends_lib path:${python.pkgd}/modulegraph/__init__.py:py26-modulegraph
I'm curious why you changed these ports from using depends_lib-append to depends_lib. Isn't depends_lib-append the preferable choice, since it does not overwrite the dependencies of the portgroup?
More information about the macports-dev
mailing list