[133422] trunk/dports/gnome/seahorse

devans at macports.org devans at macports.org
Sat Feb 28 21:51:24 PST 2015


Revision: 133422
          https://trac.macports.org/changeset/133422
Author:   devans at macports.org
Date:     2015-02-28 21:51:23 -0800 (Sat, 28 Feb 2015)
Log Message:
-----------
seahorse: reformat, white space only.

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

Property Changed:
----------------
    trunk/dports/gnome/seahorse/


Property changes on: trunk/dports/gnome/seahorse
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/seahorse:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/seahorse:108269-126096
/users/devans/GNOME-3/unstable/dports/gnome/seahorse:117866-118154
/users/rmstonecipher/gnome/seahorse:102363-103172
   + /branches/mld-qt-481/dports/gnome/seahorse:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/seahorse:108269-133421
/users/devans/GNOME-3/unstable/dports/gnome/seahorse:117866-118154
/users/rmstonecipher/gnome/seahorse:102363-103172

Modified: trunk/dports/gnome/seahorse/Portfile
===================================================================
--- trunk/dports/gnome/seahorse/Portfile	2015-03-01 05:47:54 UTC (rev 133421)
+++ trunk/dports/gnome/seahorse/Portfile	2015-03-01 05:51:23 UTC (rev 133422)
@@ -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            seahorse
-version         3.14.0
-license         GPL-2+ GFDL-1.1+
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description     Seahorse is a graphical interface for managing and using encryption keys.
-long_description \
-                ${description} \
-                Currently it supports PGP keys (using GPG/GPGME) and SSH keys. Its goal is to \
-                provide an easy to use Key Management Tool, along with an easy to use interface \
-                for encryption operations.
-maintainers     devans openmaintainer
-categories      gnome crypto
-platforms       darwin
-homepage        https://wiki.gnome.org/Apps/Seahorse
-master_sites    gnome:sources/${name}/${branch}/
+name                seahorse
+version             3.14.0
+license             GPL-2+ GFDL-1.1+
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         Seahorse is a graphical interface for managing and using encryption keys.
+long_description    ${description} \
+                    Currently it supports PGP keys (using GPG/GPGME) and SSH keys. Its goal is to \
+                    provide an easy to use Key Management Tool, along with an easy to use interface \
+                    for encryption operations.
+maintainers         devans openmaintainer
+categories          gnome crypto
+platforms           darwin
+homepage            https://wiki.gnome.org/Apps/Seahorse
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  ed2e25553a2e0d382e8854ecc3518cb365db8b2a \
-                sha256  2ea22830f5af1a11fadbdd8da6b34513410f2c371d9ec75fbf9b9b2d9177fc8a
+checksums           rmd160  ed2e25553a2e0d382e8854ecc3518cb365db8b2a \
+                    sha256  2ea22830f5af1a11fadbdd8da6b34513410f2c371d9ec75fbf9b9b2d9177fc8a
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:itstool \
-                port:yelp-tools \
-                port:gnome-common
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:itstool \
+                    port:yelp-tools \
+                    port:gnome-common
 
-depends_lib     port:desktop-file-utils \
-                port:gtk3 \
-                port:gcr \
-                port:gpgme \
-                port:openldap \
-                port:libsoup \
-                port:libsecret \
-                port:openssh \
-                port:vala
+depends_lib         port:desktop-file-utils \
+                    port:gtk3 \
+                    port:gcr \
+                    port:gpgme \
+                    port:openldap \
+                    port:libsoup \
+                    port:libsecret \
+                    port:openssh \
+                    port:vala
 
-depends_run     port:gnome-settings-daemon \
-                port:yelp
+depends_run         port:gnome-settings-daemon \
+                    port:yelp
 
 # update build/m4/intltool.m4 and autoreconf
 
@@ -49,15 +48,15 @@
     copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/build/m4
 }
 
-use_autoreconf  yes
-autoreconf.args -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
 configure.cflags-append \
-                -Wno-return-type
+                    -Wno-return-type
 
-configure.args  --disable-sharing \
-                --disable-schemas-compile \
-                --disable-silent-rules
+configure.args      --disable-sharing \
+                    --disable-schemas-compile \
+                    --disable-silent-rules
 
 post-activate {
     system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications"
@@ -65,4 +64,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/20150228/7751db58/attachment-0001.html>


More information about the macports-changes mailing list