Ticket #51860: 0002-libgcrypt-Update-to-1.7.2-shorten-long_description.patch

File 0002-libgcrypt-Update-to-1.7.2-shorten-long_description.patch, 2.1 KB (added by larryv (Lawrence Velázquez), 8 years ago)

update to 1.7.2, shorten long_description

  • dports/devel/libgcrypt/Portfile

    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 
    55PortGroup       muniversal 1.0
    66
    77name            libgcrypt
    8 version         1.7.1
     8version         1.7.2
    99categories      devel security
    1010# libs are LGPL, executables and docs are GPL
    1111license         {GPL-2+ LGPL-2.1+}
    homepage http://www.gnupg.org/ 
    1515platforms       darwin
    1616
    1717long_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.
    2623
    2724master_sites    gnupg
    2825use_bzip2       yes
    2926
    30 checksums       rmd160  1be0c84cf7bcb1ac8a185ff965e02b9182708f6f \
    31                 sha256  450d9cfcbf1611c64dbe3bd04b627b83379ef89f11406d94c8bba305e36d7a95
     27checksums       rmd160  75ba4fb9ab1bf35623cd25f406d5724e88bcbf78 \
     28                sha256  3d35df906d6eab354504c05d749a9b021944cb29ff5f65c8ef9c3dd5f7b6689f
    3229
    3330depends_lib     port:libgpg-error
    3431