[129089] users/devans/GNOME-3/stable/dports/gnome/gcr/Portfile

devans at macports.org devans at macports.org
Fri Dec 5 08:14:52 PST 2014


Revision: 129089
          https://trac.macports.org/changeset/129089
Author:   devans at macports.org
Date:     2014-12-05 08:14:52 -0800 (Fri, 05 Dec 2014)
Log Message:
-----------
gcr: reformat Portfile, white space only.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gcr/Portfile

Modified: users/devans/GNOME-3/stable/dports/gnome/gcr/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gcr/Portfile	2014-12-05 16:07:51 UTC (rev 129088)
+++ users/devans/GNOME-3/stable/dports/gnome/gcr/Portfile	2014-12-05 16:14:52 UTC (rev 129089)
@@ -1,47 +1,46 @@
 # -*- 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       active_variants 1.1
+PortSystem          1.0
+PortGroup           active_variants 1.1
 
-name            gcr
-version         3.14.0
-license         LGPL-2
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description     GCR is a library for displaying certificates, and crypto UI, accessing \
-                key stores.
-long_description \
-                ${description} \
-                It also provides the viewer for crypto files on the GNOME \
-                desktop and a library for accessing PKCS#11 modules like smart cards, in a \
-                (G)object oriented way.
+name                gcr
+version             3.14.0
+license             LGPL-2
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         GCR is a library for displaying certificates, and crypto UI, accessing \
+                    key stores.
+long_description    ${description} \
+                    It also provides the viewer for crypto files on the GNOME \
+                    desktop and a library for accessing PKCS#11 modules like smart cards, in a \
+                    (G)object oriented way.
 
-maintainers     devans openmaintainer
-categories      gnome security
-platforms       darwin
-homepage        https://wiki.gnome.org/Projects/GnomeKeyring
-master_sites    gnome:sources/${name}/${branch}/
+maintainers         devans openmaintainer
+categories          gnome security
+platforms           darwin
+homepage            https://wiki.gnome.org/Projects/GnomeKeyring
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  6b368a77b74504e9abcfc02ed8b209bd2b5a1735 \
-                sha256  2a2231147a01e2061f57fa9ca77557ff97bc6ceab028cee5528079f4b2fca63d
+checksums           rmd160  6b368a77b74504e9abcfc02ed8b209bd2b5a1735 \
+                    sha256  2a2231147a01e2061f57fa9ca77557ff97bc6ceab028cee5528079f4b2fca63d
 
-depends_build   port:pkgconfig \
-                port:intltool
+depends_build       port:pkgconfig \
+                    port:intltool
 
-depends_lib     port:desktop-file-utils \
-                path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                port:gtk3 \
-                port:gobject-introspection \
-                port:p11-kit \
-                port:libgcrypt \
-                port:gnupg \
-                port:vala
+depends_lib         port:desktop-file-utils \
+                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:gtk3 \
+                    port:gobject-introspection \
+                    port:p11-kit \
+                    port:libgcrypt \
+                    port:gnupg \
+                    port:vala
 
-patchfiles      patch-egg-egg-asn1x.h.diff \
-                patch-egg-egg-armor.c.diff \
-                patch-ui-gcr.pc.in.diff
+patchfiles          patch-egg-egg-asn1x.h.diff \
+                    patch-egg-egg-armor.c.diff \
+                    patch-ui-gcr.pc.in.diff
 
 # gcr uses X11 specific code in UI (#41839)
 # https://bugzilla.gnome.org/show_bug.cgi?id=734366
@@ -55,18 +54,18 @@
     copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/build/m4
 }
 
-use_autoreconf  yes
-autoreconf.args -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
-configure.args  --enable-introspection=yes \
-                --enable-vala=yes \
-                --disable-schemas-compile \
-                --disable-update-mime \
-                --disable-update-icon-cache \
-                --disable-silent-rules
+configure.args      --enable-introspection=yes \
+                    --enable-vala=yes \
+                    --disable-schemas-compile \
+                    --disable-update-mime \
+                    --disable-update-icon-cache \
+                    --disable-silent-rules
 
 # gobject-introspection uses g-ir-scanner, which uses $CC from env
-build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
+build.args-append   CC="${configure.cc} ${configure.cc_archflags}"
 
 pre-activate {
     if {![catch {set installed [lindex [registry_active gnome-keyring] 0]}]} {
@@ -90,4 +89,4 @@
     build.cmd               ${prefix}/bin/gmake
 }
 
-livecheck.type  gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141205/a6afd79a/attachment.html>


More information about the macports-changes mailing list