[106975] trunk/dports/finance/abtransfers/Portfile
Ryan Schmidt
ryandesign at macports.org
Wed Jun 12 15:01:14 PDT 2013
On Jun 12, 2013, at 16:23, mk at macports.org wrote:
> Revision: 106975
> https://trac.macports.org/changeset/106975
> Author: mk at macports.org
> Date: 2013-06-12 14:23:29 -0700 (Wed, 12 Jun 2013)
> Log Message:
> -----------
> abtransfers: use qmake portgroup instead of qt4 (see ticket #39424)
>
> Modified Paths:
> --------------
> trunk/dports/finance/abtransfers/Portfile
>
> Modified: trunk/dports/finance/abtransfers/Portfile
> ===================================================================
> --- trunk/dports/finance/abtransfers/Portfile 2013-06-12 20:50:02 UTC (rev 106974)
> +++ trunk/dports/finance/abtransfers/Portfile 2013-06-12 21:23:29 UTC (rev 106975)
> @@ -3,7 +3,7 @@
>
> PortSystem 1.0
>
> -PortGroup qt4 1.0
> +PortGroup qmake 1.0
The whole point of using a portgroup is that it should simplify the port. So now that you're using the qmake portgroup, shouldn't you be able to remove the parts of the portfile that were manually running qmake?
More information about the macports-dev
mailing list