[126445] trunk/dports/net/libnice/Portfile

devans at macports.org devans at macports.org
Fri Oct 10 04:08:44 PDT 2014


Revision: 126445
          https://trac.macports.org/changeset/126445
Author:   devans at macports.org
Date:     2014-10-10 04:08:44 -0700 (Fri, 10 Oct 2014)
Log Message:
-----------
libnice: reformat, whitespace only.

Modified Paths:
--------------
    trunk/dports/net/libnice/Portfile

Modified: trunk/dports/net/libnice/Portfile
===================================================================
--- trunk/dports/net/libnice/Portfile	2014-10-10 10:28:33 UTC (rev 126444)
+++ trunk/dports/net/libnice/Portfile	2014-10-10 11:08:44 UTC (rev 126445)
@@ -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            libnice
-version         0.1.7
-license         MPL-1.1 LGPL-2.1
-description     Libnice is an implementation of the IETF's draft Interactice \
-                Connectivity Establishment standard (ICE).
-long_description \
-                Libnice is an implementation of the IETF's draft Interactice \
-                Connectivity Establishment standard (ICE). It provides a GLib-based \
-                library, libnice and GStreamer elements.
-maintainers     devans openmaintainer
-categories      net comms
-platforms       darwin
-homepage        http://nice.freedesktop.org/wiki/
-master_sites    http://nice.freedesktop.org/releases/
+name                libnice
+version             0.1.7
+license             MPL-1.1 LGPL-2.1
+description         Libnice is an implementation of the IETF's draft Interactice \
+                    Connectivity Establishment standard (ICE).
+long_description    Libnice is an implementation of the IETF's draft Interactice \
+                    Connectivity Establishment standard (ICE). It provides a GLib-based \
+                    library, libnice and GStreamer elements.
+maintainers         devans openmaintainer
+categories          net comms
+platforms           darwin
+homepage            http://nice.freedesktop.org/wiki/
+master_sites        http://nice.freedesktop.org/releases/
 
-checksums       rmd160  a925423f373182e328c9c765c65451897f4f4ac4 \
-                sha256  4ed165aa2203136dce548c7cef735d8becf5d9869793f96b99dcbbaa9acf78d8
+checksums           rmd160  a925423f373182e328c9c765c65451897f4f4ac4 \
+                    sha256  4ed165aa2203136dce548c7cef735d8becf5d9869793f96b99dcbbaa9acf78d8
 
-depends_build   port:pkgconfig
+depends_build       port:pkgconfig
 
-depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                port:gstreamer1-gst-plugins-base \
-                port:gupnp-igd
+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:gstreamer1-gst-plugins-base \
+                    port:gupnp-igd
 
-configure.args  --enable-gupnp \
-                --with-gstreamer=yes \
-                --with-gstreamer-0.10=no \
-                --enable-compile-warnings=minimum
+configure.args      --enable-gupnp \
+                    --with-gstreamer=yes \
+                    --with-gstreamer-0.10=no \
+                    --enable-compile-warnings=minimum
 
 variant gst010 description {Enable support for deprecated gstreamer-0.10} {
     depends_lib-append      port:gstreamer010-gst-plugins-base
     configure.args-replace  --with-gstreamer-0.10=no --with-gstreamer-0.10=yes
 }
 
-livecheck.type  regex
-livecheck.url   ${master_sites}
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141010/ac0c4e27/attachment-0001.html>


More information about the macports-changes mailing list