[82351] trunk/dports/python
Ryan Schmidt
ryandesign at macports.org
Fri Aug 12 18:22:39 PDT 2011
On Aug 12, 2011, at 20:20, Eric Cronin wrote:
> On Aug 12, 2011, at 5:44 PM, ryandesign at macports.org wrote:
>>
>> Revision
>> 82351
>> Author
>> ryandesign at macports.org
>> Date
>> 2011-08-12 14:44:48 -0700 (Fri, 12 Aug 2011)
>> Log Message
>>
>> Remove empty post-destroot block that does nothing
>> Modified Paths
>>
>> • trunk/dports/python/py-pyside/Portfile
>> • trunk/dports/python/py-pyside-tools/Portfile
>> • trunk/dports/python/py-shiboken/Portfile
>> Diff
>>
>> Modified: trunk/dports/python/py-pyside/Portfile (82350 => 82351)
>>
>> --- trunk/dports/python/py-pyside/Portfile 2011-08-12 21:37:47 UTC (rev 82350)
>> +++ trunk/dports/python/py-pyside/Portfile 2011-08-12 21:44:48 UTC (rev 82351)
>>
>> @@ -39,7 +39,6 @@
>>
>> build.target all
>>
>> destroot.cmd make
>>
>> destroot.destdir DESTDIR=${destroot}
>>
>> - post-destroot { }
>>
>> }
>
> These don't completely "do nothing", they override a default post-destroot block in the unified python group. Wether it was intentional to override that block or not I have no idea, but this changeset does potentially alter what gets installed in either case and probably needs a revbump…
pre- and post-phase blocks are cumulative; it's not possible to override them.
More information about the macports-dev
mailing list