[122910] trunk/dports/security/dirmngr/Portfile

devans at macports.org devans at macports.org
Fri Aug 1 16:15:37 PDT 2014


Revision: 122910
          https://trac.macports.org/changeset/122910
Author:   devans at macports.org
Date:     2014-08-01 16:15:37 -0700 (Fri, 01 Aug 2014)
Log Message:
-----------
dirmngr: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/security/dirmngr/Portfile

Modified: trunk/dports/security/dirmngr/Portfile
===================================================================
--- trunk/dports/security/dirmngr/Portfile	2014-08-01 23:05:47 UTC (rev 122909)
+++ trunk/dports/security/dirmngr/Portfile	2014-08-01 23:15:37 UTC (rev 122910)
@@ -1,41 +1,41 @@
+# -*- 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        dirmngr
-version     1.1.1
-categories  security mail
-license     GPL-2+
-maintainers nomaintainer
-description X.509 certificate directory manager for GnuPG
-long_description    \
-    Dirmngr is a server for managing and downloading certificate \
-    revocation lists (CRLs) for X.509 certificates and for downloading \
-    the certificates themselves. Dirmngr also handles OCSP requests as \
-    an alternative to CRLs. Dirmngr is either invoked internaly by \
-    gpgsm (from gnupg 1.9) or when running as a system daemon through \
-    the dirmngr-client tool.
-homepage    http://www.gnupg.org
-platforms   darwin
-master_sites    gnupg
+name                dirmngr
+version             1.1.1
+categories          security mail
+license             GPL-2+
+maintainers         nomaintainer
+description         X.509 certificate directory manager for GnuPG
+long_description    Dirmngr is a server for managing and downloading certificate \
+                    revocation lists (CRLs) for X.509 certificates and for downloading \
+                    the certificates themselves. Dirmngr also handles OCSP requests as \
+                    an alternative to CRLs. Dirmngr is either invoked internaly by \
+                    gpgsm (from gnupg 1.9) or when running as a system daemon through \
+                    the dirmngr-client tool.
+homepage            http://www.gnupg.org
+platforms           darwin
+master_sites        gnupg
 
-use_bzip2   yes
+use_bzip2           yes
 
 checksums           rmd160  f376b6cc874e275a11093dac0db6f9dc1c78d548 \
                     sha256  d2280b8c314db80cdaf101211a47826734443436f5c3545cc1b614c50eaae6ff
 
-depends_lib port:libiconv       \
-            port:gettext        \
-            port:libassuan      \
-            port:libksba        \
-            port:libgcrypt      \
-            port:libgpg-error   \
-            port:pth            \
-            port:openldap
+depends_lib         port:libiconv       \
+                    port:gettext        \
+                    port:libassuan      \
+                    port:libksba        \
+                    port:libgcrypt      \
+                    port:libgpg-error   \
+                    port:pth            \
+                    port:openldap
 
-test.run    yes
-test.dir    ${worksrcpath}/tests
-test.target     check
+test.run            yes
+test.dir            ${worksrcpath}/tests
+test.target         check
 
 platform darwin {
 #   Get around the fact that Darwin linker complains about multiply defined
@@ -45,7 +45,6 @@
     configure.env-append    LDAPLIBS="-lldap -llber"
 }
 
-livecheck.type  regex
-livecheck.url   ftp://ftp.gnupg.org/gcrypt/${name}/
-livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+)
-
+livecheck.type      regex
+livecheck.url       ftp://ftp.gnupg.org/gcrypt/${name}/
+livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140801/00952107/attachment-0001.html>


More information about the macports-changes mailing list