From 2231c7ba869e48c33b4658c7a546e1ecb19ac306 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lawrence=20Vel=C3=A1zquez?= <larryv@macports.org>
Date: Sun, 17 Jul 2016 02:57:52 -0400
Subject: [PATCH] libgcrypt: Update to 1.7.2, shorten long_description
---
dports/devel/libgcrypt/Portfile | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/dports/devel/libgcrypt/Portfile b/dports/devel/libgcrypt/Portfile
index 3ea9282e..db43003 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | PortGroup muniversal 1.0 |
6 | 6 | |
7 | 7 | name libgcrypt |
8 | | version 1.7.1 |
| 8 | version 1.7.2 |
9 | 9 | categories devel security |
10 | 10 | # libs are LGPL, executables and docs are GPL |
11 | 11 | license {GPL-2+ LGPL-2.1+} |
… |
… |
homepage http://www.gnupg.org/ |
15 | 15 | platforms darwin |
16 | 16 | |
17 | 17 | long_description \ |
18 | | This is a general purpose cryptographic library based \ |
19 | | on the code from GnuPG. It provides functions for all \ |
20 | | cryptograhic building blocks: symmetric ciphers (AES, \ |
21 | | DES, Blowfish, CAST5, Twofish, Arcfour), hash algorithms \ |
22 | | (MD4, MD5, RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for \ |
23 | | all hash algorithms), public key algorithms (RSA, ElGamal, \ |
24 | | DSA), large integer functions, random numbers and a lot of \ |
25 | | supporting functions. |
| 18 | Libgcrypt is a general purpose cryptographic library originally \ |
| 19 | based on code from GnuPG. It provides functions for all \ |
| 20 | cryptographic building blocks: symmetric cipher algorithms and \ |
| 21 | modes, hash algorithms, MACs, public key algorithms, large integer \ |
| 22 | functions, random numbers and a lot of supporting functions. |
26 | 23 | |
27 | 24 | master_sites gnupg |
28 | 25 | use_bzip2 yes |
29 | 26 | |
30 | | checksums rmd160 1be0c84cf7bcb1ac8a185ff965e02b9182708f6f \ |
31 | | sha256 450d9cfcbf1611c64dbe3bd04b627b83379ef89f11406d94c8bba305e36d7a95 |
| 27 | checksums rmd160 75ba4fb9ab1bf35623cd25f406d5724e88bcbf78 \ |
| 28 | sha256 3d35df906d6eab354504c05d749a9b021944cb29ff5f65c8ef9c3dd5f7b6689f |
32 | 29 | |
33 | 30 | depends_lib port:libgpg-error |
34 | 31 | |