[68134] trunk/dports/devel

ryandesign at macports.org ryandesign at macports.org
Thu May 27 12:20:24 PDT 2010


Revision: 68134
          http://trac.macports.org/changeset/68134
Author:   ryandesign at macports.org
Date:     2010-05-27 12:20:20 -0700 (Thu, 27 May 2010)
Log Message:
-----------
glib2, glib2-devel: whitespace changes only

Modified Paths:
--------------
    trunk/dports/devel/glib2/Portfile
    trunk/dports/devel/glib2-devel/Portfile

Modified: trunk/dports/devel/glib2/Portfile
===================================================================
--- trunk/dports/devel/glib2/Portfile	2010-05-27 18:01:54 UTC (rev 68133)
+++ trunk/dports/devel/glib2/Portfile	2010-05-27 19:20:20 UTC (rev 68134)
@@ -1,71 +1,62 @@
 # $Id$
 
-PortSystem              1.0
+PortSystem                  1.0
 
-name                    glib2
-conflicts               glib2-devel
-set my_name             glib
-version                 2.24.1
-set branch              [join [lrange [split ${version} .] 0 1] .]
-categories              devel
-maintainers             ryandesign
-license                 GPLv2
-homepage                http://www.gtk.org/
-platforms               darwin
-dist_subdir             glib2
-distname                ${my_name}-${version}
-use_bzip2               yes
-use_parallel_build      yes
+name                        glib2
+conflicts                   glib2-devel
+set my_name                 glib
+version                     2.24.1
+set branch                  [join [lrange [split ${version} .] 0 1] .]
+categories                  devel
+maintainers                 ryandesign
+license                     GPLv2
+homepage                    http://www.gtk.org/
+platforms                   darwin
+dist_subdir                 glib2
+distname                    ${my_name}-${version}
+use_bzip2                   yes
+use_parallel_build          yes
 
-description \
-    Library with data structure functions and other constructs
+description                 Library with data structure functions and other constructs
 
-long_description \
-    Glib is a library which includes support routines for \
-    C, such as lists, trees, hashes, memory allocation, and \
-    many other things.
+long_description            Glib is a library which includes support routines \
+                            for C, such as lists, trees, hashes, memory \
+                            allocation, and many other things.
 
-master_sites \
-    gnome:sources/${my_name}/${branch}/ \
-    ftp://ftp.gtk.org/pub/${my_name}/${branch}/
+master_sites                gnome:sources/${my_name}/${branch}/ \
+                            ftp://ftp.gtk.org/pub/${my_name}/${branch}/
 
-checksums               md5     6a7db81c9a2cffe6a34dadb57d7ba2d2 \
-                        sha1    d4835bb1618fc1e1dfe88ef8443c12fcae69f90e \
-                        rmd160  c6ce09654c1bd28b8844435d150fcb51e6f4e872
+checksums                   md5     6a7db81c9a2cffe6a34dadb57d7ba2d2 \
+                            sha1    d4835bb1618fc1e1dfe88ef8443c12fcae69f90e \
+                            rmd160  c6ce09654c1bd28b8844435d150fcb51e6f4e872
 
 # ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h
 # See http://trac.macports.org/changeset/27148
-patchfiles \
-    patch-configure.in.diff \
-    patch-glib-2.0.pc.in.diff \
-    patch-glib_gunicollate.c.diff \
-    patch-gi18n.h.diff \
-    patch-gio_xdgmime_xdgmime.c.diff
+patchfiles                  patch-configure.in.diff \
+                            patch-glib-2.0.pc.in.diff \
+                            patch-glib_gunicollate.c.diff \
+                            patch-gi18n.h.diff \
+                            patch-gio_xdgmime_xdgmime.c.diff
 
-depends_build \
-    port:pkgconfig
+depends_build               port:pkgconfig
 
-depends_lib \
-    port:gettext \
-    port:libiconv \
-    path:bin/perl:perl5 \
-    bin:python:python_select
+depends_lib                 port:gettext \
+                            port:libiconv \
+                            path:bin/perl:perl5 \
+                            bin:python:python_select
 
-use_autoconf            yes
+use_autoconf                yes
 
 # -lresolv is needed at least on Tiger PPC.
-configure.ldflags-append \
-    -lresolv \
-    -bind_at_load
+configure.ldflags-append    -lresolv \
+                            -bind_at_load
 
-configure.cflags-append \
-    -fstrict-aliasing
+configure.cflags-append     -fstrict-aliasing
 
-configure.args \
-    --enable-static
+configure.args              --enable-static
 
-configure.perl          ${prefix}/bin/perl
-configure.env-append    PERL_PATH=${configure.perl}
+configure.perl              ${prefix}/bin/perl
+configure.env-append        PERL_PATH=${configure.perl}
 
 post-patch {
     reinplace "s|data_dirs = \"/usr|data_dirs = \"${prefix}/share:/usr|g" ${worksrcpath}/glib/gutils.c
@@ -78,12 +69,11 @@
 }
 
 platform darwin {
-    patchfiles-append \
-        patch-child-test.c.diff
+    patchfiles-append patch-child-test.c.diff
 }
 
-test.run                yes
-test.target             check
+test.run                    yes
+test.target                 check
 
 post-destroot {
     file delete ${destroot}${prefix}/lib/charset.alias
@@ -94,6 +84,6 @@
         README ${destroot}${docdir}
 }
 
-livecheck.type          regex
-livecheck.url           http://ftp.gnome.org/pub/GNOME/sources/${my_name}/${branch}/?C=M&O=D
-livecheck.regex         ${my_name}-(\[0-9.\]+)\\.tar
+livecheck.type              regex
+livecheck.url               http://ftp.gnome.org/pub/GNOME/sources/${my_name}/${branch}/?C=M&O=D
+livecheck.regex             ${my_name}-(\[0-9.\]+)\\.tar

Modified: trunk/dports/devel/glib2-devel/Portfile
===================================================================
--- trunk/dports/devel/glib2-devel/Portfile	2010-05-27 18:01:54 UTC (rev 68133)
+++ trunk/dports/devel/glib2-devel/Portfile	2010-05-27 19:20:20 UTC (rev 68134)
@@ -1,71 +1,62 @@
 # $Id$
 
-PortSystem              1.0
+PortSystem                  1.0
 
-name                    glib2-devel
-conflicts               glib2
-set my_name             glib
-version                 2.25.3
-set branch              [join [lrange [split ${version} .] 0 1] .]
-categories              devel
-maintainers             ryandesign
-license                 GPLv2
-homepage                http://www.gtk.org/
-platforms               darwin
-dist_subdir             glib2
-distname                ${my_name}-${version}
-use_bzip2               yes
-use_parallel_build      yes
+name                        glib2-devel
+conflicts                   glib2
+set my_name                 glib
+version                     2.25.3
+set branch                  [join [lrange [split ${version} .] 0 1] .]
+categories                  devel
+maintainers                 ryandesign
+license                     GPLv2
+homepage                    http://www.gtk.org/
+platforms                   darwin
+dist_subdir                 glib2
+distname                    ${my_name}-${version}
+use_bzip2                   yes
+use_parallel_build          yes
 
-description \
-    Library with data structure functions and other constructs
+description                 Library with data structure functions and other constructs
 
-long_description \
-    Glib is a library which includes support routines for \
-    C, such as lists, trees, hashes, memory allocation, and \
-    many other things.
+long_description            Glib is a library which includes support routines \
+                            for C, such as lists, trees, hashes, memory \
+                            allocation, and many other things.
 
-master_sites \
-    gnome:sources/${my_name}/${branch}/ \
-    ftp://ftp.gtk.org/pub/${my_name}/${branch}/
+master_sites                gnome:sources/${my_name}/${branch}/ \
+                            ftp://ftp.gtk.org/pub/${my_name}/${branch}/
 
-checksums               md5     232973e3757620b7a8a81670d8691b6c \
-                        sha1    5a8cf17c44decb27de3fbc202be05c89d55f647d \
-                        rmd160  275d5b7c18bed97cafd8a67130df08be96133535
+checksums                   md5     232973e3757620b7a8a81670d8691b6c \
+                            sha1    5a8cf17c44decb27de3fbc202be05c89d55f647d \
+                            rmd160  275d5b7c18bed97cafd8a67130df08be96133535
 
 # ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h
 # See http://trac.macports.org/changeset/27148
-patchfiles \
-    patch-configure.in.diff \
-    patch-glib-2.0.pc.in.diff \
-    patch-glib_gunicollate.c.diff \
-    patch-gi18n.h.diff \
-    patch-gio_xdgmime_xdgmime.c.diff
+patchfiles                  patch-configure.in.diff \
+                            patch-glib-2.0.pc.in.diff \
+                            patch-glib_gunicollate.c.diff \
+                            patch-gi18n.h.diff \
+                            patch-gio_xdgmime_xdgmime.c.diff
 
-depends_build \
-    port:pkgconfig
+depends_build               port:pkgconfig
 
-depends_lib \
-    port:gettext \
-    port:libiconv \
-    path:bin/perl:perl5 \
-    bin:python:python_select
+depends_lib                 port:gettext \
+                            port:libiconv \
+                            path:bin/perl:perl5 \
+                            bin:python:python_select
 
-use_autoconf            yes
+use_autoconf                yes
 
 # -lresolv is needed at least on Tiger PPC.
-configure.ldflags-append \
-    -lresolv \
-    -bind_at_load
+configure.ldflags-append    -lresolv \
+                            -bind_at_load
 
-configure.cflags-append \
-    -fstrict-aliasing
+configure.cflags-append     -fstrict-aliasing
 
-configure.args \
-    --enable-static
+configure.args              --enable-static
 
-configure.perl          ${prefix}/bin/perl
-configure.env-append    PERL_PATH=${configure.perl}
+configure.perl              ${prefix}/bin/perl
+configure.env-append        PERL_PATH=${configure.perl}
 
 post-patch {
     reinplace "s|data_dirs = \"/usr|data_dirs = \"${prefix}/share:/usr|g" ${worksrcpath}/glib/gutils.c
@@ -78,12 +69,11 @@
 }
 
 platform darwin {
-    patchfiles-append \
-        patch-child-test.c.diff
+    patchfiles-append patch-child-test.c.diff
 }
 
-test.run                yes
-test.target             check
+test.run                    yes
+test.target                 check
 
 post-destroot {
     file delete ${destroot}${prefix}/lib/charset.alias
@@ -94,6 +84,6 @@
         README ${destroot}${docdir}
 }
 
-livecheck.type          regex
-livecheck.url           http://ftp.gnome.org/pub/GNOME/sources/${my_name}/${branch}/?C=M&O=D
-livecheck.regex         ${my_name}-(\[0-9.\]+)\\.tar
+livecheck.type              regex
+livecheck.url               http://ftp.gnome.org/pub/GNOME/sources/${my_name}/${branch}/?C=M&O=D
+livecheck.regex             ${my_name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100527/14443a70/attachment.html>


More information about the macports-changes mailing list