Revision: 75476 http://trac.macports.org/changeset/75476 Author: singingwolfboy@macports.org Date: 2011-01-25 21:15:15 -0800 (Tue, 25 Jan 2011) Log Message: ----------- gtk2 whitespace changes Modified Paths: -------------- trunk/dports/x11/gtk2/Portfile Modified: trunk/dports/x11/gtk2/Portfile =================================================================== --- trunk/dports/x11/gtk2/Portfile 2011-01-26 04:22:29 UTC (rev 75475) +++ trunk/dports/x11/gtk2/Portfile 2011-01-26 05:15:15 UTC (rev 75476) @@ -1,47 +1,47 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 -PortGroup archcheck 1.0 -PortGroup muniversal 1.0 -PortGroup xcodeversion 1.0 +PortSystem 1.0 +PortGroup archcheck 1.0 +PortGroup muniversal 1.0 +PortGroup xcodeversion 1.0 -name gtk2 -version 2.22.1 -revision 1 -set branch [join [lrange [split ${version} .] 0 1] .] -categories x11 -maintainers nomaintainer -platforms darwin -description Gimp ToolKit version 2 +name gtk2 +version 2.22.1 +revision 1 +set branch [join [lrange [split ${version} .] 0 1] .] +categories x11 +maintainers nomaintainer +platforms darwin +description Gimp ToolKit version 2 long_description \ GTK+, the Gimp ToolKit, is a library for creating graphical user \ interfaces for the X Window System. -homepage http://www.gtk.org/ -distname gtk+-${version} -use_bzip2 yes +homepage http://www.gtk.org/ +distname gtk+-${version} +use_bzip2 yes -master_sites gnome:sources/gtk+/${branch}/ \ - ftp://ftp.gtk.org/pub/gtk/${branch}/ \ - http://ftp.gtk.org/pub/gtk/${branch}/ +master_sites gnome:sources/gtk+/${branch}/ \ + ftp://ftp.gtk.org/pub/gtk/${branch}/ \ + http://ftp.gtk.org/pub/gtk/${branch}/ minimum_xcodeversions {9 3.1} -checksums md5 fdce46ba354c155230b7d4090b17f7d9 \ - sha1 c88d8be4aebd6e59d6ca44d57f6acd18e2be1c08 \ - rmd160 f7d5cd312dc982a599e6a834c87c1bc07ff87e2d +checksums md5 fdce46ba354c155230b7d4090b17f7d9 \ + sha1 c88d8be4aebd6e59d6ca44d57f6acd18e2be1c08 \ + rmd160 f7d5cd312dc982a599e6a834c87c1bc07ff87e2d -patchfiles patch-gtk-builder-convert.diff +patchfiles patch-gtk-builder-convert.diff -depends_build port:pkgconfig +depends_build port:pkgconfig -depends_lib port:atk \ - path:lib/pkgconfig/pango.pc:pango \ - port:gdk-pixbuf2 +depends_lib port:atk \ + path:lib/pkgconfig/pango.pc:pango \ + port:gdk-pixbuf2 -depends_run port:shared-mime-info +depends_run port:shared-mime-info archcheck.files \ lib/libatk-1.0.dylib \ @@ -50,12 +50,12 @@ lib/libpango-1.0.dylib \ lib/libtiff.dylib -configure.args --enable-static \ - --disable-glibtest \ - --disable-introspection \ - gio_can_sniff=yes +configure.args --enable-static \ + --disable-glibtest \ + --disable-introspection \ + gio_can_sniff=yes -configure.ccache no +configure.ccache no configure.cppflags-append -DX_LOCALE configure.cflags-append -fstrict-aliasing @@ -75,8 +75,8 @@ use_parallel_build yes -test.run yes -test.target check +test.run yes +test.target check post-destroot { set docdir ${prefix}/share/doc/${name}
participants (1)
-
singingwolfboy@macports.org