[125005] trunk/dports/devel/libgcrypt

ryandesign at macports.org ryandesign at macports.org
Tue Sep 2 10:01:25 PDT 2014


Revision: 125005
          https://trac.macports.org/changeset/125005
Author:   ryandesign at macports.org
Date:     2014-09-02 10:01:24 -0700 (Tue, 02 Sep 2014)
Log Message:
-----------
libgcrypt: update to 1.6.2; new maintainer (#44857)

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

Removed Paths:
-------------
    trunk/dports/devel/libgcrypt/files/patch-mpi-config.links.diff

Modified: trunk/dports/devel/libgcrypt/Portfile
===================================================================
--- trunk/dports/devel/libgcrypt/Portfile	2014-09-02 16:40:31 UTC (rev 125004)
+++ trunk/dports/devel/libgcrypt/Portfile	2014-09-02 17:01:24 UTC (rev 125005)
@@ -5,11 +5,11 @@
 PortGroup       muniversal 1.0
 
 name            libgcrypt
-version         1.6.1
+version         1.6.2
 categories      devel security
 # libs are LGPL, executables and docs are GPL
 license         {GPL-2+ LGPL-2.1+}
-maintainers     nomaintainer
+maintainers     gmail.com:mschamschula openmaintainer
 description     Crypto library
 homepage        http://www.gnupg.org/
 platforms       darwin
@@ -27,13 +27,12 @@
 master_sites    gnupg
 use_bzip2       yes
 
-checksums       rmd160  df69424afa6fa27a1ad54b9ffae1d5bb4903f6b2 \
-                sha256  a1c3efea69f8ffe769f488b300ce190eeeb0c30de24a53f1c1b6e4202fdc2070
+checksums       rmd160  807df33a98468015293846fd589a213dad38be19 \
+                sha256  de084492a6b38cdb27b67eaf749ceba76bf7029f63a9c0c3c1b05c88c9885c4c
 
 depends_lib     port:libgpg-error
 
-patchfiles      patch-src-gcrypt.h.in.diff \
-                patch-mpi-config.links.diff
+patchfiles      patch-src-gcrypt.h.in.diff
 
 configure.args  --disable-asm
 

Deleted: trunk/dports/devel/libgcrypt/files/patch-mpi-config.links.diff
===================================================================
--- trunk/dports/devel/libgcrypt/files/patch-mpi-config.links.diff	2014-09-02 16:40:31 UTC (rev 125004)
+++ trunk/dports/devel/libgcrypt/files/patch-mpi-config.links.diff	2014-09-02 17:01:24 UTC (rev 125005)
@@ -1,17 +0,0 @@
-Fix build on PowerPC
-https://github.com/mistydemeo/tigerbrew/issues/171
---- mpi/config.links.orig
-+++ mpi/config.links
-@@ -44,7 +44,11 @@ echo '/* created by config.links - do not edit */' >./mpi/asm-syntax.h
- echo "/* Host: ${host} */" >>./mpi/asm-syntax.h
-
- case "${host}" in
--    powerpc-apple-darwin*          | \
-+    powerpc-apple-darwin*)
-+       echo '/* No working assembler modules available */' >>./mpi/asm-syntax.h
-+       path=""
-+       mpi_cpu_arch="ppc"
-+       ;;
-     i[34567]86*-*-openbsd[12]*     | \
-     i[34567]86*-*-openbsd3.[0123]*)
-        echo '/* No working assembler modules available */' >>./mpi/asm-syntax.h
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140902/869a46bc/attachment.html>


More information about the macports-changes mailing list