[64683] trunk/dports/devel

Ryan Schmidt ryandesign at macports.org
Mon Mar 15 03:51:39 PDT 2010


On Mar 14, 2010, at 11:56, elelay at macports.org wrote:

> Revision: 64683
>          http://trac.macports.org/changeset/64683
> Author:   elelay at macports.org
> Date:     2010-03-14 09:56:59 -0700 (Sun, 14 Mar 2010)
> Log Message:
> -----------
> python26 version of ige-mac-integration (the C library is also built)
> 
> Modified Paths:
> --------------
>    trunk/dports/devel/py26-ige-mac-integration/Portfile
> 
> Added Paths:
> -----------
>    trunk/dports/devel/py26-ige-mac-integration/
>    trunk/dports/devel/py26-ige-mac-integration/files/
>    trunk/dports/devel/py26-ige-mac-integration/files/patch-bindings-python-Makefile.in.diff
> 
> Modified: trunk/dports/devel/py26-ige-mac-integration/Portfile
> ===================================================================
> --- trunk/dports/devel/ige-mac-integration/Portfile	2010-03-14 14:46:41 UTC (rev 64679)
> +++ trunk/dports/devel/py26-ige-mac-integration/Portfile	2010-03-14 16:56:59 UTC (rev 64683)
> @@ -3,10 +3,10 @@
> 
> PortSystem 1.0
> 
> -name            ige-mac-integration
> -version         0.8.2
> +name            py26-ige-mac-integration
> +version         0.8.6

This isn't how we usually handle this.

Either this software is a python module, in which case the old port needs to be renamed "py25-ige-mac-integration" and both the old and new ports need to be moved to the python category.

Or this is software which just happens to use python, in which case there should only be a single port (whose name doesn't say anything about python -- e.g. "ige-mac-integration" as the old port is now) and it should either be upgraded to use the latest appropriate version of python, or variants should be added to allow the user the choice of python version (if there is a valid reason why a user would not want to use the latest).



More information about the macports-dev mailing list