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

g5pw at macports.org g5pw at macports.org
Thu Feb 7 05:37:31 PST 2013


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130207/47307821/attachment.html>


More information about the macports-changes mailing list