[150353] trunk/dports/devel/libksba/Portfile

larryv at macports.org larryv at macports.org
Sun Jul 17 00:30:12 PDT 2016


Revision: 150353
          https://trac.macports.org/changeset/150353
Author:   larryv at macports.org
Date:     2016-07-17 00:30:12 -0700 (Sun, 17 Jul 2016)
Log Message:
-----------
libksba: Rearrange portfile, shorten description

Also tweak homepage and alphabetize dependencies.

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

Modified: trunk/dports/devel/libksba/Portfile
===================================================================
--- trunk/dports/devel/libksba/Portfile	2016-07-17 03:41:32 UTC (rev 150352)
+++ trunk/dports/devel/libksba/Portfile	2016-07-17 07:30:12 UTC (rev 150353)
@@ -6,34 +6,30 @@
 name                libksba
 version             1.3.3
 categories          devel
+platforms           darwin
 license             GPL-3+
 maintainers         nomaintainer
+
 description         X.509 and CMS library
-homepage            http://www.gnupg.org/related_software/libksba/index.en.html
-platforms           darwin
-use_bzip2           yes
+long_description    Libksba is a library to make the tasks of working \
+                    with X.509 certificates, CMS data and related \
+                    objects more easy. It provides a highlevel \
+                    interface to the implemented protocols and \
+                    presents the data in a consistent way. There is no \
+                    more need to worry about all the nasty details of \
+                    the protocols. The API gives the C programmer an \
+                    easy way of interacting with the data.
+homepage            https://www.gnupg.org/related_software/libksba
 
-long_description    Libksba is a library to make the tasks of working with \
-                    X.509 certificates, CMS data and related objects more easy. It \
-                    a highlevel interface to the implemented protocols and presents \
-                    the data in a consistent way. There is no more need to worry \
-                    about all the nasty details of the protocols. The API gives the \
-                    C programmer an easy way of interacting with the data. It copes \
-                    with the version details X.509 protocols tend to have as well as \
-                    with the many different versions and dialects. Applications \
-                    must usually cope with all of this and it has to be coded over \
-                    and over again. Libksba hides this by providing just one \
-                    API which does the Right Thing.
+depends_lib         port:gettext \
+                    port:libgpg-error \
+                    port:libiconv
 
 master_sites        gnupg
-
+use_bzip2           yes
 checksums           rmd160  a1f8632a86f726fc46e7043a4f41c775a3f597d6 \
                     sha256  0c7f5ffe34d0414f6951d9880a46fcc2985c487f7c36369b9f11ad41131c7786
 
-depends_lib         port:libgpg-error \
-                    port:gettext \
-                    port:libiconv
-
 test.run            yes
 test.target         check
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160717/77b32693/attachment.html>


More information about the macports-changes mailing list