[128045] trunk/dports/security/gpg-agent/Portfile

ionic at macports.org ionic at macports.org
Tue Nov 11 14:54:18 PST 2014


Revision: 128045
          https://trac.macports.org/changeset/128045
Author:   ionic at macports.org
Date:     2014-11-11 14:54:18 -0800 (Tue, 11 Nov 2014)
Log Message:
-----------
gpg-agent: indentation changes for consistency. no functional changes.

Modified Paths:
--------------
    trunk/dports/security/gpg-agent/Portfile

Modified: trunk/dports/security/gpg-agent/Portfile
===================================================================
--- trunk/dports/security/gpg-agent/Portfile	2014-11-11 22:54:10 UTC (rev 128044)
+++ trunk/dports/security/gpg-agent/Portfile	2014-11-11 22:54:18 UTC (rev 128045)
@@ -1,51 +1,50 @@
 # -*- 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
 
 # When updating gpg-agent, update gnupg2 also if applicable.
+name                gpg-agent
+version             2.0.26
+categories          security mail
+maintainers         ionic openmaintainer
+license             GPL-3+
+installs_libs       no
 
-name            gpg-agent
-version         2.0.26
-categories      security mail
-maintainers     ionic openmaintainer
-license         GPL-3+
-installs_libs   no
-
-description GPG key agent
+description         GPG key agent
 long_description    gpg-agent is a key management agent similar \
                     in function to ssh-agent.
-homepage        http://www.gnupg.org
-platforms       darwin freebsd sunos
-distname        gnupg-${version}
-dist_subdir     gnupg2
-master_sites    gnupg:gnupg
+homepage            http://www.gnupg.org
+platforms           darwin freebsd sunos
+distname            gnupg-${version}
+dist_subdir         gnupg2
+master_sites        gnupg:gnupg
 
-use_bzip2       yes
+use_bzip2           yes
 
-checksums       rmd160  874040ed8fad12067cbe67c8da222b2ad99a5a96 \
-                sha256  7758e30dc382ae7a7167ed41b7f936aa50af5ea2d6fccdef663b5b750b65b8e0
+checksums           rmd160  874040ed8fad12067cbe67c8da222b2ad99a5a96 \
+                    sha256  7758e30dc382ae7a7167ed41b7f936aa50af5ea2d6fccdef663b5b750b65b8e0
 
-configure.args  --enable-agent-only \
-        --with-pinentry-pgm=${prefix}/bin/pinentry
+configure.args      --enable-agent-only \
+                    --with-pinentry-pgm=${prefix}/bin/pinentry
 
 # glib fails to find the right stdint.h  It picks clang's internal one rather
 # than the system header
-configure.env   gl_cv_absolute_stdint_h=/usr/include/stdint.h
+configure.env       gl_cv_absolute_stdint_h=/usr/include/stdint.h
 
-depends_lib port:libiconv       \
-        port:gettext        \
-        port:zlib       \
-        port:bzip2      \
-        port:bison      \
-        port:libassuan      \
-        port:libksba        \
-        port:libgcrypt      \
-        port:libgpg-error   \
-        port:pth        \
-        port:pinentry
+depends_lib         port:libiconv       \
+                    port:gettext        \
+                    port:zlib           \
+                    port:bzip2          \
+                    port:bison          \
+                    port:libassuan      \
+                    port:libksba        \
+                    port:libgcrypt      \
+                    port:libgpg-error   \
+                    port:pth            \
+                    port:pinentry
 
-patchfiles  patch-po_Makevars.diff
+patchfiles          patch-po_Makevars.diff
 
 post-destroot {
     # Prevent conflict with gnupg2 port.
@@ -53,10 +52,10 @@
 }
 
 variant no_pinentry description {Do not use pinentry to handle user input} {
-    depends_lib-delete  port:pinentry
+    depends_lib-delete      port:pinentry
     configure.args-delete   --with-pinentry-pgm=${prefix}/bin/pinentry
 }
 
-livecheck.type  regex
-livecheck.url   ftp://ftp.gnupg.org/gcrypt/gnupg/
-livecheck.regex gnupg-(\\d+\\.\\d+\\.\\d+)
+livecheck.type      regex
+livecheck.url       ftp://ftp.gnupg.org/gcrypt/gnupg/
+livecheck.regex     gnupg-(\\d+\\.\\d+\\.\\d+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141111/8b886b4e/attachment-0001.html>


More information about the macports-changes mailing list