[131920] trunk/dports/gnome/libgtop/Portfile
devans at macports.org
devans at macports.org
Tue Jan 20 19:45:03 PST 2015
Revision: 131920
https://trac.macports.org/changeset/131920
Author: devans at macports.org
Date: 2015-01-20 19:45:02 -0800 (Tue, 20 Jan 2015)
Log Message:
-----------
libgtop: reformat, white space only.
Modified Paths:
--------------
trunk/dports/gnome/libgtop/Portfile
Modified: trunk/dports/gnome/libgtop/Portfile
===================================================================
--- trunk/dports/gnome/libgtop/Portfile 2015-01-21 03:35:49 UTC (rev 131919)
+++ trunk/dports/gnome/libgtop/Portfile 2015-01-21 03:45:02 UTC (rev 131920)
@@ -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/707bfa6e/attachment.html>
More information about the macports-changes
mailing list