[135966] trunk/dports/gnome/gnome-keyring/Portfile

devans at macports.org devans at macports.org
Fri May 8 03:41:03 PDT 2015


Revision: 135966
          https://trac.macports.org/changeset/135966
Author:   devans at macports.org
Date:     2015-05-08 03:41:03 -0700 (Fri, 08 May 2015)
Log Message:
-----------
gnome-keyring: reformat, white space only.

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

Modified: trunk/dports/gnome/gnome-keyring/Portfile
===================================================================
--- trunk/dports/gnome/gnome-keyring/Portfile	2015-05-08 10:06:53 UTC (rev 135965)
+++ trunk/dports/gnome/gnome-keyring/Portfile	2015-05-08 10:41:03 UTC (rev 135966)
@@ -1,44 +1,43 @@
 # -*- 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            gnome-keyring
-epoch           1
-version         3.14.0
-set branch      [join [lrange [split ${version} .] 0 1] .]
-maintainers     devans openmaintainer
-categories      gnome
-platforms       darwin
-license         GPL-2+ LGPL-2
-description     GNOME program for storing passwords.
+name                gnome-keyring
+epoch               1
+version             3.14.0
+set branch          [join [lrange [split ${version} .] 0 1] .]
+maintainers         devans openmaintainer
+categories          gnome
+platforms           darwin
+license             GPL-2+ LGPL-2
+description         GNOME program for storing passwords.
 
-long_description \
-                gnome-keyring is a program that keep passwords and other secrets for \
-                users. It is run as a daemon in the session, similar to ssh-agent, and \
-                other applications locate it via an environment variable or a dbus.
+long_description    gnome-keyring is a program that keep passwords and other secrets for \
+                    users. It is run as a daemon in the session, similar to ssh-agent, and \
+                    other applications locate it via an environment variable or a dbus.
 
-homepage        https://wiki.gnome.org/Projects/GnomeKeyring
-master_sites    gnome:sources/${name}/${branch}/
+homepage            https://wiki.gnome.org/Projects/GnomeKeyring
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  004826fc03a1572e538f3a7814e43713036e364d \
-                sha256  c7059516cc47192e8bc5f1095e8e57cd3388825a4584ea8ad67a97763b7c9040
+checksums           rmd160  004826fc03a1572e538f3a7814e43713036e364d \
+                    sha256  c7059516cc47192e8bc5f1095e8e57cd3388825a4584ea8ad67a97763b7c9040
 
-patchfiles      patch-egg-egg-asn1x.h.diff \
-                patch-egg-egg-armor.c.diff \
-                patch-pkcs11-wrap-layer-mock-secret-store.c.diff
+patchfiles          patch-egg-egg-asn1x.h.diff \
+                    patch-egg-egg-armor.c.diff \
+                    patch-pkcs11-wrap-layer-mock-secret-store.c.diff
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:gnome-common \
-                port:gtk-doc
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:gnome-common \
+                    port:gtk-doc
 
-depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                port:dbus \
-                port:gcr \
-                port:libgcrypt
+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:dbus \
+                    port:gcr \
+                    port:libgcrypt
 
 # update build/m4/intltool.m4 and autoreconf
 
@@ -46,13 +45,13 @@
     copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/build/m4
 }
 
-use_autoreconf  yes
-autoreconf.args -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
-configure.args  --without-libcap-ng \
-                --disable-p11-tests \
-                --disable-silent-rules \
-                --disable-schemas-compile
+configure.args      --without-libcap-ng \
+                    --disable-p11-tests \
+                    --disable-silent-rules \
+                    --disable-schemas-compile
 
 platform darwin {
     if {${os.major} < 10} {
@@ -72,4 +71,4 @@
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
-livecheck.type  gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150508/a208ff12/attachment.html>


More information about the macports-changes mailing list