[120845] trunk/dports

Marcus Calhoun-Lopez mcalhoun at macports.org
Tue Jun 10 05:13:33 PDT 2014


Thanks for pointing this out.
Is it best to revert the unnecessary changes or simply note the problem for future reference?

-Marcus

On Jun 9, 2014, at 6:37 PM, Ryan Schmidt <ryandesign at macports.org> wrote:

> On Jun 9, 2014, at 4:14 PM, mcalhoun at macports.org wrote:
> 
>> Revision
>> 120845
>> Author
>> mcalhoun at macports.org
>> Date
>> 2014-06-09 14:14:20 -0700 (Mon, 09 Jun 2014)
>> Log Message
>> 
>> Revision bump for icu update (r120843).
>> Fixes #43959.
> 
> 
>> --- trunk/dports/games/openttd/Portfile	2014-06-09 21:10:00 UTC (rev 120844)
>> +++ trunk/dports/games/openttd/Portfile	2014-06-09 21:14:20 UTC (rev 120845)
>> @@ -13,6 +13,7 @@
>> 
>> if {${name} eq ${subport}} {
>>     version             1.4.0
>> +    revision            1
>>     checksums           rmd160  1cef42f9378a2448dd7dc8aa683dcd540eef04f8 \
>>                         sha256  d85bcb89d499a177a904f627ce407a086db8b26bc9a021030ee7f5534fbe0955
>> 
>> @@ -76,6 +77,7 @@
>> 
>> subport openttd-opengfx {
>>     version             0.4.7
>> +    revision            1
>>     checksums           rmd160  6f37ebe23e75137f204e5d13233cf7b92b28a9e0 \
>>                         sha256  10032c683f98b4d378c0651118a4858ae6d3f0a5059302dc3f96bfbfcdc67241
>> @@ -112,6 +114,7 @@
>> 
>> subport openttd-opensfx {
>>     version             0.2.3
>> +    revision            1
>>     checksums           rmd160  426b641b5a29556598d8a3033b4c4dc5b98630ce \
>>                         sha256  6831b651b3dc8b494026f7277989a1d757961b67c17b75d3c2e097451f75af02
>> 
>> @@ -149,6 +152,7 @@
>> 
>> subport openttd-openmsx {
>>     version             0.3.1
>> +    revision            1
>>     checksums           rmd160  8eff246e89e44f63ca480e9acef94a1da5fa81d2 \
>>                         sha256  92e293ae89f13ad679f43185e83fb81fb8cad47fe63f4af3d3d9f955130460f5 
> 
> Only the main openttd port declares a dependency on icu. There was no need to increase the revision of the subports.
> 
> 
>> --- trunk/dports/graphics/harfbuzz/Portfile	2014-06-09 21:10:00 UTC (rev 120844)
>> +++ trunk/dports/graphics/harfbuzz/Portfile	2014-06-09 21:14:20 UTC (rev 120845)
>> @@ -26,7 +26,7 @@
>> configure.args      --disable-silent-rules
>> 
>> if {${name} eq ${subport}} {
>> -    revision        0
>> +    revision        1
>> 
>>     depends_lib-append \
>>                     path:lib/pkgconfig/cairo.pc:cairo \
>> @@ -63,7 +63,7 @@
>> }
>> 
>> subport harfbuzz-icu {
>> -    revision        0
>> +    revision        1
>> 
>>     description     HarfBuzz ICU support library     
> 
> Only the harfbuzz-icu subport declares a dependency on icu. There was no need to increase the revision of the main harfbuzz port.
> 
> 
>> --- trunk/dports/lang/php/Portfile	2014-06-09 21:10:00 UTC (rev 120844)
>> +++ trunk/dports/lang/php/Portfile	2014-06-09 21:14:20 UTC (rev 120845)
>> @@ -517,7 +517,7 @@
>> 
>> subport ${php}-gd {
>>     if {[vercmp ${php.branch} 5.4] < 0} {
>> -        revision            1
>> +        revision            2
>>     }
>> 
>>     categories-append       graphics
>> @@ -1163,7 +1163,7 @@
>> if {${name} eq ${subport}} {
>>     # Set up the stub port.
>>     version             ${branch}
>> -    revision            0
>> +    revision            1
>>     supported_archs     noarch
>>     distfiles
>>     depends_run         port:${php}
> 
> php53-gd and the php stub port do not declare a dependency on icu so there was no need to increase their revisions. But icu is used by the php53-intl, php54-intl, php55-intl, and php56-intl subports so their revisions still need to be increased.
> 



More information about the macports-dev mailing list