[138275] trunk/dports/aqua/qt4-mac/Portfile

michaelld at macports.org michaelld at macports.org
Fri Jul 3 13:45:51 PDT 2015


Revision: 138275
          https://trac.macports.org/changeset/138275
Author:   michaelld at macports.org
Date:     2015-07-03 13:45:51 -0700 (Fri, 03 Jul 2015)
Log Message:
-----------
qt4-mac:
+ fix homepage;
+ fix correcting of .pc files for any install location, not just when in ${prefix}.

Modified Paths:
--------------
    trunk/dports/aqua/qt4-mac/Portfile

Modified: trunk/dports/aqua/qt4-mac/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac/Portfile	2015-07-03 20:23:11 UTC (rev 138274)
+++ trunk/dports/aqua/qt4-mac/Portfile	2015-07-03 20:45:51 UTC (rev 138275)
@@ -23,7 +23,7 @@
 maintainers         michaelld openmaintainer
 license             {LGPL-2.1 GPL-3}
 
-homepage            http://qt-project.org
+homepage            http://www.qt.io/
 description         Qt Tool Kit
 long_description    Qt Tool Kit: A cross-platform framework \
                     (headers, data, and libraries) for writing \
@@ -664,9 +664,10 @@
 
         reinplace "/Libs\.private/d" ${fixfile}
 
-        # use ${prefix} correctly
+        # use ${qt_dir} correctly;
+        # in the .pc file, this will be ${prefix}
 
-        reinplace "s|${prefix}/|\${prefix}/|g" ${fixfile}
+        reinplace "s|${qt_dir}/|\${prefix}/|g" ${fixfile}
 
         # fix libdir
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150703/9e7684aa/attachment.html>


More information about the macports-changes mailing list