[127461] trunk/dports/net/gupnp-igd/Portfile

devans at macports.org devans at macports.org
Tue Oct 28 11:57:29 PDT 2014


Revision: 127461
          https://trac.macports.org/changeset/127461
Author:   devans at macports.org
Date:     2014-10-28 11:57:29 -0700 (Tue, 28 Oct 2014)
Log Message:
-----------
gupnp-igd: reformat, white space only.

Modified Paths:
--------------
    trunk/dports/net/gupnp-igd/Portfile

Modified: trunk/dports/net/gupnp-igd/Portfile
===================================================================
--- trunk/dports/net/gupnp-igd/Portfile	2014-10-28 18:50:05 UTC (rev 127460)
+++ trunk/dports/net/gupnp-igd/Portfile	2014-10-28 18:57:29 UTC (rev 127461)
@@ -1,36 +1,35 @@
 # -*- 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       compiler_blacklist_versions 1.0
+PortSystem          1.0
+PortGroup           compiler_blacklist_versions 1.0
 
-name            gupnp-igd
-version         0.2.4
-license         LGPL
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description     GUPnP-IGD is a library to handle UPnP IGD port mapping.
+name                gupnp-igd
+version             0.2.4
+license             LGPL
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         GUPnP-IGD is a library to handle UPnP IGD port mapping.
 
-long_description \
-                ${description}
+long_description    ${description}
 
-maintainers     devans openmaintainer
-categories      net gnome
-platforms       darwin
-homepage        https://wiki.gnome.org/Projects/GUPnP
-master_sites    gnome:sources/${name}/${branch}/
+maintainers         devans openmaintainer
+categories          net gnome
+platforms           darwin
+homepage            https://wiki.gnome.org/Projects/GUPnP
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  5ad9970458dab6695006854677256e3c0a5e5794 \
-                sha256  38c4a6d7718d17eac17df95a3a8c337677eda77e58978129ad3182d769c38e44
+checksums           rmd160  5ad9970458dab6695006854677256e3c0a5e5794 \
+                    sha256  38c4a6d7718d17eac17df95a3a8c337677eda77e58978129ad3182d769c38e44
 
-depends_build   port:pkgconfig
+depends_build       port:pkgconfig
 
-depends_lib     port:gupnp \
-                port:gobject-introspection
+depends_lib         port:gupnp \
+                    port:gobject-introspection
 
-patchfiles      patch-configure.diff \
-                patch-python-pygupnp-igd-module.c.diff
+patchfiles          patch-configure.diff \
+                    patch-python-pygupnp-igd-module.c.diff
 
 # blacklist compilers that do not support C11
 # due to error: redefinition of typedef 'GUPnPService'
@@ -38,8 +37,8 @@
 
 compiler.blacklist  *gcc* {clang < 300}
 
-configure.args  --disable-silent-rules \
-                --enable-introspection=yes
+configure.args      --disable-silent-rules \
+                    --enable-introspection=yes
 
 if {![variant_isset python26]}  {
     default_variants +python27
@@ -65,4 +64,4 @@
                 build.env-append            PATH=${python_prefix}/bin:$env(PATH)
 }
 
-livecheck.type  gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141028/aeb2a092/attachment.html>


More information about the macports-changes mailing list