[21862] trunk/dports/devel/libgcrypt/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Feb 10 11:04:09 PST 2007


Revision: 21862
          http://trac.macosforge.org/projects/macports/changeset/21862
Author:   markd at macports.org
Date:     2007-02-10 11:04:09 -0800 (Sat, 10 Feb 2007)

Log Message:
-----------
Closes 11075.  Update to 1.2.4.

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

Modified: trunk/dports/devel/libgcrypt/Portfile
===================================================================
--- trunk/dports/devel/libgcrypt/Portfile	2007-02-10 18:28:59 UTC (rev 21861)
+++ trunk/dports/devel/libgcrypt/Portfile	2007-02-10 19:04:09 UTC (rev 21862)
@@ -1,39 +1,42 @@
 # $Id$
 
 PortSystem 1.0
-name		libgcrypt
-version		1.2.2
-categories	devel
-maintainers	mij at macports.org
-description	Crypto library
-homepage	http://www.g10code.de/p-libgcrypt.html
-platforms	darwin
+name              libgcrypt
+version           1.2.4
+categories        devel
+maintainers       mij at macports.org
+description       Crypto library
+homepage          http://www.g10code.de/p-libgcrypt.html
+platforms         darwin
 
-long_description This is a general purpose cryptographic library based \
-		 on the code from GnuPG. It provides functions for all \
-		 cryptograhic building blocks: symmetric ciphers (AES, DES, \
-		 Blowfish, CAST5, Twofish, Arcfour), hash algorithms (MD4, \
-		 MD5, RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for all hash \
-		 algorithms), public key algorithms (RSA, ElGamal, DSA), \
-		 large integer functions, random numbers and a lot of \
-		 supporting functions. 
+long_description  This is a general purpose cryptographic library based \
+                  on the code from GnuPG. It provides functions for all \
+                  cryptograhic building blocks: symmetric ciphers (AES, \
+                  DES, Blowfish, CAST5, Twofish, Arcfour), hash algorithms \
+                  (MD4, MD5, RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for \
+                  all hash algorithms), public key algorithms (RSA, ElGamal, \
+                  DSA), large integer functions, random numbers and a lot of \
+                  supporting functions.
 
-master_sites	http://ftp.gnupg.org/gcrypt/libgcrypt/ \
-		ftp://mirror.switch.ch/mirror/gnupg/libgcrypt/ \
-		ftp://ftp.gnupg.org/gcrypt/libgcrypt/
-checksums	md5 4a8a9a7572892ae3803a5aa558e52e02
-use_bzip2	yes
+master_sites      http://ftp.gnupg.org/gcrypt/libgcrypt/ \
+                  ftp://mirror.switch.ch/mirror/gnupg/libgcrypt/ \
+                  ftp://ftp.gnupg.org/gcrypt/libgcrypt/
+checksums         md5 3675d3e74c3a44aed629d9b12a30bb51
+use_bzip2         yes
 
-depends_lib	port:libgpg-error
+depends_lib       port:libgpg-error
 
-configure.args	--disable-asm --infodir=${prefix}/share/info
+configure.args    --disable-asm --infodir=${prefix}/share/info
 
-platform darwin 6 { patchfiles-append patch-src-ath.h }
+platform darwin 6 {
+   patchfiles-append    patch-src-ath.h
+}
 platform darwin 8 {
-	configure.env	CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+   configure.env        CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 \
+                        CXX=/usr/bin/g++-4.0
 }
 
 # Delete info dir file (yuck)
 post-destroot {
-	file delete ${destpath}/${prefix}/share/info/dir
+   file delete ${destpath}/${prefix}/share/info/dir
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070210/a962348e/attachment.html


More information about the macports-changes mailing list