[131921] users/devans/GNOME-3/stable/dports/gnome/libgtop

devans at macports.org devans at macports.org
Tue Jan 20 19:48:19 PST 2015


Revision: 131921
          https://trac.macports.org/changeset/131921
Author:   devans at macports.org
Date:     2015-01-20 19:48:19 -0800 (Tue, 20 Jan 2015)
Log Message:
-----------
GNOME-3/stable: libgtop, reformat, white space only.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/libgtop/Portfile

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/gnome/libgtop/


Property changes on: users/devans/GNOME-3/stable/dports/gnome/libgtop
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/libgtop:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/rmstonecipher/gnome/libgtop:102363-103172
   + /branches/mld-qt-481/dports/gnome/libgtop:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/libgtop:125855-131920
/users/rmstonecipher/gnome/libgtop:102363-103172

Modified: users/devans/GNOME-3/stable/dports/gnome/libgtop/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/libgtop/Portfile	2015-01-21 03:45:02 UTC (rev 131920)
+++ users/devans/GNOME-3/stable/dports/gnome/libgtop/Portfile	2015-01-21 03:48:19 UTC (rev 131921)
@@ -1,38 +1,37 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
+PortSystem          1.0
 
-name            libgtop
-version         2.30.0
-license         GPL-2
-set branch      [join [lrange [split ${version} .] 0 1] .]
+name                libgtop
+version             2.30.0
+license             GPL-2
+set branch          [join [lrange [split ${version} .] 0 1] .]
 
-description     A library for portably obtaining information about processes
+description         A library for portably obtaining information about processes
 
-long_description \
-                libgtop is a library for portably obtaining information about processes, \
-                such as their PID, memory usage, etc.
+long_description    libgtop is a library for portably obtaining information about processes, \
+                    such as their PID, memory usage, etc.
 
-maintainers     devans openmaintainer
-categories      gnome
-platforms       darwin
-homepage        http://www.gnome.org/
-master_sites    gnome:sources/${name}/${branch}/
+maintainers         devans openmaintainer
+categories          gnome
+platforms           darwin
+homepage            http://www.gnome.org/
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  9719d56ce5cf64fb749bb50a82758689f2df662b \
-                sha256  463bcbe5737b1b93f3345ee34abf601e8eb864f507c49ff1921c2737abafc1e5
+checksums           rmd160  9719d56ce5cf64fb749bb50a82758689f2df662b \
+                    sha256  463bcbe5737b1b93f3345ee34abf601e8eb864f507c49ff1921c2737abafc1e5
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:gtk-doc
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:gtk-doc
 
-depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                port:gobject-introspection
+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:gobject-introspection
 
-patchfiles      patch-libgtop-sysdeps.m4.diff
+patchfiles          patch-libgtop-sysdeps.m4.diff
 
 # update m4/intltool.m4 and autoreconf
 
@@ -40,14 +39,14 @@
     copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
 }
 
-use_autoreconf  yes
-autoreconf.args -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
-configure.args  --x-includes=${prefix}/include \
-                --x-libraries=${prefix}/lib \
-                --enable-introspection
+configure.args      --x-includes=${prefix}/include \
+                    --x-libraries=${prefix}/lib \
+                    --enable-introspection
 
 # gobject-introspection uses g-ir-scanner, which uses $CC from env
 build.args-append   CC="${configure.cc} ${configure.cc_archflags}"
 
-livecheck.type  gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150120/51a86f58/attachment.html>


More information about the macports-changes mailing list