[127460] trunk/dports/gnome/devhelp/Portfile

devans at macports.org devans at macports.org
Tue Oct 28 11:50:05 PDT 2014


Revision: 127460
          https://trac.macports.org/changeset/127460
Author:   devans at macports.org
Date:     2014-10-28 11:50:05 -0700 (Tue, 28 Oct 2014)
Log Message:
-----------
devhelp: reformat, white space only.

Modified Paths:
--------------
    trunk/dports/gnome/devhelp/Portfile

Modified: trunk/dports/gnome/devhelp/Portfile
===================================================================
--- trunk/dports/gnome/devhelp/Portfile	2014-10-28 18:31:56 UTC (rev 127459)
+++ trunk/dports/gnome/devhelp/Portfile	2014-10-28 18:50:05 UTC (rev 127460)
@@ -1,42 +1,41 @@
 # -*- 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
+PortSystem          1.0
 
-name            devhelp
-version         3.8.2
-revision        1
-license         GPL-2+
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description     Devhelp is an API documentation browser for GTK+ and GNOME.
-long_description \
-                Devhelp is an API documentation browser for GTK+ and GNOME. It works \
-                natively with gtk-doc (the API reference framework developed for GTK+ \
-                and used throughout GNOME for API documentation). If you use gtk-doc \
-                with your project, you can use Devhelp to browse the documentation.
+name                devhelp
+version             3.8.2
+revision            1
+license             GPL-2+
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         Devhelp is an API documentation browser for GTK+ and GNOME.
+long_description    Devhelp is an API documentation browser for GTK+ and GNOME. It works \
+                    natively with gtk-doc (the API reference framework developed for GTK+ \
+                    and used throughout GNOME for API documentation). If you use gtk-doc \
+                    with your project, you can use Devhelp to browse the documentation.
 
-maintainers     devans openmaintainer
-categories      gnome
-platforms       darwin
-homepage        https://wiki.gnome.org/Apps/Devhelp
-master_sites    gnome:sources/${name}/${branch}/
+maintainers         devans openmaintainer
+categories          gnome
+platforms           darwin
+homepage            https://wiki.gnome.org/Apps/Devhelp
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  8d855f485742a0bdc766591d36af09bdbea61801 \
-                sha256  a245b53824c6f2ff89245ff807bb2140bde74951ea6f1d759a0fd0c6959ca9f7
+checksums           rmd160  8d855f485742a0bdc766591d36af09bdbea61801 \
+                    sha256  a245b53824c6f2ff89245ff807bb2140bde74951ea6f1d759a0fd0c6959ca9f7
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:gnome-common \
-                port:autoconf \
-                port:automake \
-                port:libtool
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:gnome-common \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
-depends_lib     port:desktop-file-utils \
-                port:gnome-icon-theme \
-                port:gtk3 \
-                path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3
+depends_lib         port:desktop-file-utils \
+                    port:gnome-icon-theme \
+                    port:gtk3 \
+                    path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3
 
 platform darwin {
     if {${configure.cxx_stdlib} eq "libstdc++"} {
@@ -45,7 +44,7 @@
     }
 }
 
-patchfiles  patch-configure.ac.diff
+patchfiles          patch-configure.ac.diff
 
 # use upstream autogen.sh to update m4/intltool.m4 using intltoolize and autoreconf
 
@@ -54,10 +53,10 @@
     copy ${worksrcpath}/libgd/libgd.m4 ${worksrcpath}/m4
 }
 
-configure.cmd   ./autogen.sh
+configure.cmd       ./autogen.sh
 
-configure.args  --with-webkit2=no \
-                --disable-schemas-compile
+configure.args      --with-webkit2=no \
+                    --disable-schemas-compile
 
 variant python26 conflicts python27 description {Build using Python 2.6} {
     configure.python          ${prefix}/bin/python2.6
@@ -79,4 +78,4 @@
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
-livecheck.type  none
+livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141028/cc790f0e/attachment-0001.html>


More information about the macports-changes mailing list