[121813] trunk/dports/devel/gpgme/Portfile

devans at macports.org devans at macports.org
Tue Jul 8 11:21:59 PDT 2014


Revision: 121813
          https://trac.macports.org/changeset/121813
Author:   devans at macports.org
Date:     2014-07-08 11:21:59 -0700 (Tue, 08 Jul 2014)
Log Message:
-----------
gpgme: reformat for readability, no functional change.

Modified Paths:
--------------
    trunk/dports/devel/gpgme/Portfile

Modified: trunk/dports/devel/gpgme/Portfile
===================================================================
--- trunk/dports/devel/gpgme/Portfile	2014-07-08 18:16:14 UTC (rev 121812)
+++ trunk/dports/devel/gpgme/Portfile	2014-07-08 18:21:59 UTC (rev 121813)
@@ -9,13 +9,12 @@
 license             {LGPL-2.1+ GPL-3+}
 maintainers         devans openmaintainer
 description         A library for easy acces to GnuPG.
-long_description \
-    GnuPG Made Easy (GPGME) is a library designed to make access \
-    to GnuPG easier for applications. It provides a High-Level \
-    Crypto API for encryption, decryption, signing, signature \
-    verification and key management. Currently it uses GnuPG \
-    as its backend but the API isn't restricted to this engine \
-    in fact we have already developed a backend for CMS (S/MIME).
+long_description    GnuPG Made Easy (GPGME) is a library designed to make access \
+                    to GnuPG easier for applications. It provides a High-Level \
+                    Crypto API for encryption, decryption, signing, signature \
+                    verification and key management. Currently it uses GnuPG \
+                    as its backend but the API isn't restricted to this engine \
+                    in fact we have already developed a backend for CMS (S/MIME).
 
 platforms           darwin
 
@@ -26,7 +25,9 @@
 checksums           sha1    75051ec9ecd080ae105423bd72f260350a470bc8 \
                     rmd160  caeee449d31f87d687813013bfa66136d8cc2b71
 
-depends_lib         port:gnupg port:pth port:libgpg-error \
+depends_lib         port:gnupg \
+                    port:pth \
+                    port:libgpg-error \
                     port:libassuan
 
 use_parallel_build  no
@@ -41,8 +42,8 @@
     reinplace "s|CC -dynamiclib|CC -dynamiclib [get_canonical_archflags]|g" ${worksrcpath}/libtool
 }
 
-test.run    yes
-test.target check
+test.run            yes
+test.target         check
 
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
@@ -58,6 +59,6 @@
     configure.args-append   --with-gpg=${prefix}/bin/gpg2
 }
 
-livecheck.type  regex
-livecheck.url   ftp://ftp.gnupg.org/gcrypt/gpgme/
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.type      regex
+livecheck.url       ftp://ftp.gnupg.org/gcrypt/gpgme/
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140708/b8d05732/attachment.html>


More information about the macports-changes mailing list