[51520] trunk/dports

jmr at macports.org jmr at macports.org
Wed May 27 01:25:42 PDT 2009


Revision: 51520
          http://trac.macports.org/changeset/51520
Author:   jmr at macports.org
Date:     2009-05-27 01:25:40 -0700 (Wed, 27 May 2009)
Log Message:
-----------
remove use of legacy 'portname' synonym

Modified Paths:
--------------
    trunk/dports/aqua/qt4-kde/Portfile
    trunk/dports/aqua/qt4-mac/Portfile
    trunk/dports/aqua/qt4-mac-devel/Portfile
    trunk/dports/devel/dbus/Portfile
    trunk/dports/x11/qt4-x11/Portfile

Modified: trunk/dports/aqua/qt4-kde/Portfile
===================================================================
--- trunk/dports/aqua/qt4-kde/Portfile	2009-05-27 06:53:49 UTC (rev 51519)
+++ trunk/dports/aqua/qt4-kde/Portfile	2009-05-27 08:25:40 UTC (rev 51520)
@@ -101,7 +101,7 @@
     # install documentation
     foreach doc {INSTALL LICENSE.GPL2 LICENSE.GPL3 OPENSOURCE-NOTICE.TXT README \
                      GPL_EXCEPTION_ADDENDUM.TXT GPL_EXCEPTION.TXT} {
-        xinstall -c -m 644 ${worksrcpath}/$doc ${destroot}${prefix}/share/doc/${portname}
+        xinstall -c -m 644 ${worksrcpath}/$doc ${destroot}${prefix}/share/doc/${name}
     }
 
     # create link in ${prefix}/bin to executable files in ${qt_dir}/bin

Modified: trunk/dports/aqua/qt4-mac/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac/Portfile	2009-05-27 06:53:49 UTC (rev 51519)
+++ trunk/dports/aqua/qt4-mac/Portfile	2009-05-27 08:25:40 UTC (rev 51520)
@@ -157,7 +157,7 @@
 post-destroot {
     # Install documentation.
     foreach doc { FAQ.txt INSTALL KNOWN.ISSUES LGPL_EXCEPTION.txt LICENSE.GPL3 LICENSE.LGPL README } {
-        xinstall -c -m 644 ${worksrcpath}/$doc ${destroot}${prefix}/share/doc/${portname}
+        xinstall -c -m 644 ${worksrcpath}/$doc ${destroot}${prefix}/share/doc/${name}
     }
 
     # Create link in ${prefix}/bin to executable files in ${qt_dir}/bin.

Modified: trunk/dports/aqua/qt4-mac-devel/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac-devel/Portfile	2009-05-27 06:53:49 UTC (rev 51519)
+++ trunk/dports/aqua/qt4-mac-devel/Portfile	2009-05-27 08:25:40 UTC (rev 51520)
@@ -161,7 +161,7 @@
 post-destroot {
     # Install documentation.
     foreach doc { INSTALL LICENSE.LGPL LICENSE.GPL3 LGPL_EXCEPTION.txt README } {
-        xinstall -c -m 644 ${worksrcpath}/$doc ${destroot}${prefix}/share/doc/${portname}
+        xinstall -c -m 644 ${worksrcpath}/$doc ${destroot}${prefix}/share/doc/${name}
     }
 
     # Create link in ${prefix}/bin to executable files in ${qt_dir}/bin.

Modified: trunk/dports/devel/dbus/Portfile
===================================================================
--- trunk/dports/devel/dbus/Portfile	2009-05-27 06:53:49 UTC (rev 51519)
+++ trunk/dports/devel/dbus/Portfile	2009-05-27 08:25:40 UTC (rev 51520)
@@ -190,7 +190,7 @@
         
         ui_msg "#################################################################################################"
         ui_msg "# Startup items have been generated that will aid in"
-        ui_msg "# starting ${portname} with launchd. They are disabled"
+        ui_msg "# starting ${name} with launchd. They are disabled"
         ui_msg "# by default. Execute the following command to start them,"
         ui_msg "# and to cause it to launch at startup:"
         ui_msg "#"

Modified: trunk/dports/x11/qt4-x11/Portfile
===================================================================
--- trunk/dports/x11/qt4-x11/Portfile	2009-05-27 06:53:49 UTC (rev 51519)
+++ trunk/dports/x11/qt4-x11/Portfile	2009-05-27 08:25:40 UTC (rev 51520)
@@ -239,7 +239,7 @@
 post-destroot {
     foreach doc {INSTALL LICENSE.GPL2 LICENSE.GPL3 OPENSOURCE-NOTICE.TXT README \
                      GPL_EXCEPTION_ADDENDUM.TXT GPL_EXCEPTION.TXT} {
-        xinstall -c -m 644 ${worksrcpath}/$doc ${destroot}${prefix}/share/doc/${portname}
+        xinstall -c -m 644 ${worksrcpath}/$doc ${destroot}${prefix}/share/doc/${name}
     }
 
     # create link in ${prefix}/bin to executable files in ${qt_dir}/bin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090527/95f7929a/attachment.html>


More information about the macports-changes mailing list