[102708] trunk/dports/databases/tcl-sqlite3/Portfile

Aljaž Srebrnič g5pw at macports.org
Thu Feb 7 14:35:54 PST 2013


On 07/feb/2013, at 18:57, Ryan Schmidt <ryandesign at macports.org> wrote:

> 
> On Feb 7, 2013, at 07:37, g5pw at macports.org wrote:
> 
>> Revision: 102708
>>         https://trac.macports.org/changeset/102708
>> Author:   g5pw at macports.org
>> Date:     2013-02-07 05:37:31 -0800 (Thu, 07 Feb 2013)
>> Log Message:
>> -----------
>> databases/tcl-sqlite3:
>> Fix port-destroot failure. Not revbumping since port didn't build correctly.
>> 
>> Modified Paths:
>> --------------
>>   trunk/dports/databases/tcl-sqlite3/Portfile
>> 
>> Modified: trunk/dports/databases/tcl-sqlite3/Portfile
>> ===================================================================
>> --- trunk/dports/databases/tcl-sqlite3/Portfile	2013-02-07 13:32:37 UTC (rev 102707)
>> +++ trunk/dports/databases/tcl-sqlite3/Portfile	2013-02-07 13:37:31 UTC (rev 102708)
>> @@ -51,7 +51,7 @@
>> post-destroot {
>>    # Make sure the correct version is used, not sure why this is
>>    # necessary.
>> -    reinplace "s|3.6|${version}|g" ${destroot}${prefix}/lib/tcl8.5/sqlite3/pkgIndex.tcl
>> +    reinplace "s|3.6|${version}|g" ${destroot}${prefix}/lib/tcl8.6/sqlite3/pkgIndex.tcl
>>    # Delete all normal SQLite 3 files, they are installed by the sqlite3
>>    # port.
>>    file delete -force ${destroot}${prefix}/bin
> 
> You should revbump, because the port probably did build correctly the last time it was modified, when we actually did have tcl 8.5 in MacPorts. This port has not yet received a revbump since tcl 8.6 was updated; probably most ports that depend on tcl will need one.

Aha, you're right!


--
Aljaž Srebrnič a.k.a g5pw
My public key:  http://bit.ly/g5pw_pubkey



More information about the macports-dev mailing list