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

saispo at macports.org saispo at macports.org
Fri Oct 10 11:55:34 PDT 2008


Revision: 40686
          http://trac.macports.org/changeset/40686
Author:   saispo at macports.org
Date:     2008-10-10 11:55:34 -0700 (Fri, 10 Oct 2008)
Log Message:
-----------
Update qt4-mac to version 4.4.3

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

Modified: trunk/dports/aqua/qt4-mac/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac/Portfile	2008-10-10 17:41:06 UTC (rev 40685)
+++ trunk/dports/aqua/qt4-mac/Portfile	2008-10-10 18:55:34 UTC (rev 40686)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                qt4-mac
-version             4.4.1
+version             4.4.3
 categories          aqua
 platforms           macosx
 maintainers         erickt clubjuggler at gmail.com openmaintainer
@@ -18,9 +18,9 @@
                     http://ftp.ntua.gr/pub/X11/Qt/qt/source/ \
                     http://wftp.tu-chemnitz.de/pub/Qt/qt/source/
 distname            qt-mac-opensource-src-${version}
-checksums           md5 c925ab7adb68e5486bf8987ec32fdb0e \
-                    sha1 6cd2748a90e39d2b50e4cc276fe326ec64b20fb5 \
-                    rmd160 4643c464d3c5ea31aefcabfad87c1d42aec8dc37
+checksums           md5 766c02e23d2de1b19c9a25a68297b04e \
+                    sha1 00cdf6df27a590565f557a7c02ba2edc634354d1 \
+                    rmd160 7c39303f7aef6a369a16e787681b78d07c59fc76
 
 depends_lib         port:libmng port:libpng port:jpeg port:tiff
 
@@ -80,12 +80,12 @@
     xinstall -d -m 0755 ${destroot}${bindir}
     xinstall -d -m 0755 ${destroot}${applications_dir}/Qt
     xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${portname}
-    
+
     # create link in ${prefix}/bin to executable files in ${bindir}
     foreach bin [glob -type f -directory ${destroot}${bindir} *] {
         system "ln -s ${bindir}/[file tail ${bin}] ${destroot}${prefix}/bin"
     }
-    
+
     # create link in ${applications_dir}/Qt to .app directories in ${bindir}
     # create link in ${prefix}/bin to all *.app/Contents/MacOS/*
     foreach app [glob -type d -directory ${destroot}${bindir} *.app] {
@@ -94,7 +94,7 @@
             system "ln -s ${bindir}/[file tail ${app}]/Contents/MacOS/[file tail ${bin}] ${destroot}${prefix}/bin"
         }
     }
-    
+
     # fix id of plugins shared libraries
     foreach dirFull [glob -directory ${destroot}${prefix}/lib/${portname}-plugins -type d -nocomplain *] {
         set dir [file tail ${dirFull}]
@@ -103,7 +103,7 @@
             system "install_name_tool -id ${prefix}/lib/${portname}-plugins/${dir}/${lib} ${libFull}"
         }
     }
-    
+
     # Put pkgconfig directory in correct place (Fix Ticket #15353)
     system "mv ${destroot}${frameworkdir}/pkgconfig ${destroot}/${prefix}/lib/"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081010/65bdf43d/attachment.html 


More information about the macports-changes mailing list