[60807] trunk/dports/aqua/qt4-mac-devel/Portfile

jochen at macports.org jochen at macports.org
Tue Nov 24 02:54:28 PST 2009


Revision: 60807
          http://trac.macports.org/changeset/60807
Author:   jochen at macports.org
Date:     2009-11-24 02:54:24 -0800 (Tue, 24 Nov 2009)
Log Message:
-----------
minor cleanup

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

Modified: trunk/dports/aqua/qt4-mac-devel/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac-devel/Portfile	2009-11-24 08:15:55 UTC (rev 60806)
+++ trunk/dports/aqua/qt4-mac-devel/Portfile	2009-11-24 10:54:24 UTC (rev 60807)
@@ -17,29 +17,20 @@
 master_sites        trolltech
 distname            qt-everywhere-opensource-src-${version}
 
-checksums           \
-    md5     60d136f17491ce0e56bb317ea7300aef \
-    sha1    ab3898f0d7307decbce03a6fc6829218bba17311 \
-    rmd160  aa3df8dc0ea601f73abe624f376cf3df032d77d1
+checksums           md5     60d136f17491ce0e56bb317ea7300aef \
+                    sha1    ab3898f0d7307decbce03a6fc6829218bba17311 \
+                    rmd160  aa3df8dc0ea601f73abe624f376cf3df032d77d1
 
 depends_build       port:pkgconfig
 
-depends_lib       \
-    port:zlib     \
-    port:tiff     \
-    port:libpng   \
-    port:libmng   \
-    port:jpeg     \
-    port:dbus     \
-    port:openssl  \
-    port:sqlite3
+depends_lib         port:zlib port:dbus port:openssl port:sqlite3 \
+                    port:tiff port:libpng port:libmng port:jpeg
 
 # Build plugins as bundle files instead of dylib files.
 # Test for Precompiled-headers support requires a C++ compiler, but configure calls it, by default, with a C compiler.
 # Ensure that securesocketclient demo is built even with configure option -openssl-linked.
-patchfiles                   \
-    patch-mac.conf.diff      \
-    patch-precomp.test.diff
+patchfiles          patch-mac.conf.diff \
+                    patch-precomp.test.diff
 
 # The build process uses -fconstant-cfstrings.
 # configure.compiler should therefore not be one of the MacPorts compilers.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091124/6604cbbe/attachment.html>


More information about the macports-changes mailing list