[75642] trunk/dports/python/py26-pymvpa/Portfile
Ryan Schmidt
ryandesign at macports.org
Wed Feb 2 11:11:50 PST 2011
On Feb 2, 2011, at 10:05, jameskyle at macports.org wrote:
> Revision: 75642
> http://trac.macports.org/changeset/75642
> Author: jameskyle at macports.org
> Date: 2011-02-02 08:05:00 -0800 (Wed, 02 Feb 2011)
> Log Message:
> -----------
> Added py26-lxml package to the depends_lib list.
There seem to be a lot more changes than that, including downgrading to version 0.4? If that was desired, you also need to increase the epoch so MacPorts knows users should be prompted to rebuild that version. If that was not intended, the unintended changes should be reverted.
> Modified Paths:
> --------------
> trunk/dports/python/py26-pymvpa/Portfile
>
> Modified: trunk/dports/python/py26-pymvpa/Portfile
> ===================================================================
> --- trunk/dports/python/py26-pymvpa/Portfile 2011-02-02 15:34:47 UTC (rev 75641)
> +++ trunk/dports/python/py26-pymvpa/Portfile 2011-02-02 16:05:00 UTC (rev 75642)
> @@ -5,7 +5,7 @@
> PortGroup python26 1.0
>
> name py26-pymvpa
> -version 0.4.5.dev23
> +version 0.4
> revision 1
> categories python
>
> @@ -19,7 +19,7 @@
> homepage http://www.pymvpa.org
> fetch.type git
> git.url http://git.debian.org/git/pkg-exppsy/pymvpa.git
> -git.branch upstream/${version}
> +git.branch maint/${version}
>
> depends_lib port:py26-numpy \
> port:git-core \
> @@ -31,12 +31,13 @@
> port:swig-python \
> port:py26-pywavelets \
> port:shogun \
> - port:py26-matplotlib
> + port:py26-matplotlib \
> + port:py26-lxml
>
> depends_build port:git-core
>
> -configure.args --with-libsvm
> -build.args --with-libsvm
> +configure.args --with-system-libsvm
> +build.args --with-system-libsvm
> #patch.pre_args -p1
>
> #patchfiles setup-py.diff
More information about the macports-dev
mailing list