[131885] trunk/dports/net/gupnp-av/Portfile

devans at macports.org devans at macports.org
Tue Jan 20 02:11:37 PST 2015


Revision: 131885
          https://trac.macports.org/changeset/131885
Author:   devans at macports.org
Date:     2015-01-20 02:11:37 -0800 (Tue, 20 Jan 2015)
Log Message:
-----------
gupnp-av: reformat, white space only.

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

Modified: trunk/dports/net/gupnp-av/Portfile
===================================================================
--- trunk/dports/net/gupnp-av/Portfile	2015-01-20 09:38:46 UTC (rev 131884)
+++ trunk/dports/net/gupnp-av/Portfile	2015-01-20 10:11:37 UTC (rev 131885)
@@ -1,34 +1,33 @@
 # -*- 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-av
-version         0.12.6
-license         LGPL
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description     GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP.
+name                gupnp-av
+version             0.12.6
+license             LGPL
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP.
 
-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  db0484100eb65f397b59f94b17bf3f1c88ce3410 \
-                sha256  e0553d60dd7c7277c65c02a68a270c4dcb9036a4c7075c902fc8111c6a5e6a44
+checksums           rmd160  db0484100eb65f397b59f94b17bf3f1c88ce3410 \
+                    sha256  e0553d60dd7c7277c65c02a68a270c4dcb9036a4c7075c902fc8111c6a5e6a44
 
-depends_build   port:pkgconfig
+depends_build       port:pkgconfig
 
-depends_lib     port:gupnp \
-                port:gobject-introspection \
-                port:vala
+depends_lib         port:gupnp \
+                    port:gobject-introspection \
+                    port:vala
 
 # Remove a warning flag that earlier gcc don't know about
 patchfiles-append   patch-test-Makefile.in.diff
@@ -39,7 +38,7 @@
 
 compiler.blacklist  *gcc* {clang < 300}
 
-configure.args  --disable-silent-rules \
-                --enable-introspection=yes
+configure.args      --disable-silent-rules \
+                    --enable-introspection=yes
 
-livecheck.type  gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150120/8ebe488f/attachment.html>


More information about the macports-changes mailing list