[127259] trunk/dports

devans at macports.org devans at macports.org
Fri Oct 24 06:13:56 PDT 2014


Revision: 127259
          https://trac.macports.org/changeset/127259
Author:   devans at macports.org
Date:     2014-10-24 06:13:56 -0700 (Fri, 24 Oct 2014)
Log Message:
-----------
file-roller, rygel: reformat, white space only.

Modified Paths:
--------------
    trunk/dports/gnome/file-roller/Portfile
    trunk/dports/net/rygel/Portfile

Modified: trunk/dports/gnome/file-roller/Portfile
===================================================================
--- trunk/dports/gnome/file-roller/Portfile	2014-10-24 12:59:39 UTC (rev 127258)
+++ trunk/dports/gnome/file-roller/Portfile	2014-10-24 13:13:56 UTC (rev 127259)
@@ -1,47 +1,46 @@
 # -*- 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            file-roller
-version         3.14.0
-license         GPL-2+
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description     An archive manager for GNOME
-long_description  \
-                File Roller is an archive manager for the GNOME \
-                environment. Archive manager means that you can: \
-                    * Create and modify archives.  \
-                    * View the content of an archive.  \
-                    * View a file contained in the archive.  \
-                    * Extract files from the archive.
-maintainers     devans openmaintainer
-categories      gnome
-platforms       darwin
-homepage        https://wiki.gnome.org/Apps/FileRoller
-master_sites    gnome:sources/${name}/${branch}/
+name                file-roller
+version             3.14.0
+license             GPL-2+
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         An archive manager for GNOME
+long_description    File Roller is an archive manager for the GNOME \
+                    environment. Archive manager means that you can: \
+                        * Create and modify archives.  \
+                        * View the content of an archive.  \
+                        * View a file contained in the archive.  \
+                        * Extract files from the archive.
+maintainers         devans openmaintainer
+categories          gnome
+platforms           darwin
+homepage            https://wiki.gnome.org/Apps/FileRoller
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  6b28ae366bde2a5a8db21fa4407f211840f4e6d7 \
-                sha256  02cd308f3dc0c43f1c107b2d0a0453df4df5e72b51329eef93b370c62ef1903b
+checksums           rmd160  6b28ae366bde2a5a8db21fa4407f211840f4e6d7 \
+                    sha256  02cd308f3dc0c43f1c107b2d0a0453df4df5e72b51329eef93b370c62ef1903b
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:itstool \
-                port:yelp-tools
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:itstool \
+                    port:yelp-tools
 
-depends_lib     port:desktop-file-utils \
-                port:gtk3 \
-                port:json-glib \
-                port:libnotify \
-                port:libmagic \
-                port:libarchive
+depends_lib         port:desktop-file-utils \
+                    port:gtk3 \
+                    port:json-glib \
+                    port:libnotify \
+                    port:libmagic \
+                    port:libarchive
 
-depends_run     port:gnome-settings-daemon \
-                port:yelp
+depends_run         port:gnome-settings-daemon \
+                    port:yelp
 
-patchfiles      patch-src-fr-command-lrzip.c.diff
+patchfiles          patch-src-fr-command-lrzip.c.diff
 
 # update m4/intltool.m4 and autoreconf
 
@@ -52,10 +51,10 @@
 use_autoreconf      yes
 autoreconf.args     -fvi
 
-configure.args  --disable-nautilus-actions \
-                --disable-packagekit \
-                --disable-schemas-compile \
-                --disable-silent-rules
+configure.args      --disable-nautilus-actions \
+                    --disable-packagekit \
+                    --disable-schemas-compile \
+                    --disable-silent-rules
 
 variant nautilus description {Build optional nautilus context menu actions} {
     configure.args-delete   --disable-nautilus-actions
@@ -68,4 +67,4 @@
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
-livecheck.type  gnome
+livecheck.type      gnome

Modified: trunk/dports/net/rygel/Portfile
===================================================================
--- trunk/dports/net/rygel/Portfile	2014-10-24 12:59:39 UTC (rev 127258)
+++ trunk/dports/net/rygel/Portfile	2014-10-24 13:13:56 UTC (rev 127259)
@@ -1,46 +1,45 @@
 # -*- 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            rygel
-version         0.24.0
-license         GPL-2+
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description     Rygel DLNA media server, renderer
-long_description \
-                Rygel is a home media solution that allows you to easily share audio, \
-                video and pictures, and control media players on your home network.
-maintainers     devans openmaintainer
-categories      net multimedia
-platforms       darwin
-homepage        https://wiki.gnome.org/Projects/Rygel
-master_sites    gnome:sources/${name}/${branch}/
+name                rygel
+version             0.24.0
+license             GPL-2+
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         Rygel DLNA media server, renderer
+long_description    Rygel is a home media solution that allows you to easily share audio, \
+                    video and pictures, and control media players on your home network.
+maintainers         devans openmaintainer
+categories          net multimedia
+platforms           darwin
+homepage            https://wiki.gnome.org/Projects/Rygel
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  941cf0c42d91f02bfa1866580aea26f60bfcf8df \
-                sha256  98d63c8ee0532abb8f603e18fca3a9d8101a0674e2fc3e0fd88f280a4217f1b0
+checksums           rmd160  941cf0c42d91f02bfa1866580aea26f60bfcf8df \
+                    sha256  98d63c8ee0532abb8f603e18fca3a9d8101a0674e2fc3e0fd88f280a4217f1b0
 
-depends_build   port:pkgconfig \
-                port:intltool
+depends_build       port:pkgconfig \
+                    port:intltool
 
-depends_lib     port:desktop-file-utils \
-                port:gtk3 \
-                port:gssdp \
-                port:gupnp \
-                port:gupnp-av \
-                port:gupnp-dlna \
-                port:gstreamer1-gst-plugins-base \
-                port:libgee \
-                port:libmediaart \
-                port:ossp-uuid \
-                port:vala
+depends_lib         port:desktop-file-utils \
+                    port:gtk3 \
+                    port:gssdp \
+                    port:gupnp \
+                    port:gupnp-av \
+                    port:gupnp-dlna \
+                    port:gstreamer1-gst-plugins-base \
+                    port:libgee \
+                    port:libmediaart \
+                    port:ossp-uuid \
+                    port:vala
 
-depends_run     port:gnome-settings-daemon
+depends_run         port:gnome-settings-daemon
 
-patchfiles      patch-configure.ac.diff
+patchfiles          patch-configure.ac.diff
 
 # blacklist compilers that do not support C11
 # due to error: redefinition of typedef 'GUPnPService'
@@ -54,15 +53,15 @@
     copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
 }
 
-use_autoreconf  yes
-autoreconf.args -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
-configure.args  --disable-silent-rules \
-                --enable-tracker-plugin=no
+configure.args      --disable-silent-rules \
+                    --enable-tracker-plugin=no
 
 post-activate {
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
 }
 
-livecheck.type  gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141024/5c04d618/attachment-0001.html>


More information about the macports-changes mailing list