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

nox at macports.org nox at macports.org
Sun Nov 9 10:23:59 PST 2008


Revision: 41713
          http://trac.macports.org/changeset/41713
Author:   nox at macports.org
Date:     2008-11-09 10:23:59 -0800 (Sun, 09 Nov 2008)
Log Message:
-----------
libgcrypt:
 * Updated to 1.4.3 (closes #16607).
 * Enabled parallel build.
 * Enabled test support.

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

Modified: trunk/dports/devel/libgcrypt/Portfile
===================================================================
--- trunk/dports/devel/libgcrypt/Portfile	2008-11-09 18:10:58 UTC (rev 41712)
+++ trunk/dports/devel/libgcrypt/Portfile	2008-11-09 18:23:59 UTC (rev 41713)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name            libgcrypt
-version         1.4.1
+version         1.4.3
 categories      devel security
 maintainers     sfiera openmaintainer
 description     Crypto library
@@ -24,30 +24,30 @@
 master_sites    gnupg
 use_bzip2       yes
 
-checksums       md5 26703ecef4bbe113b8e6a87572b80b32 \
-                sha1 367fe7fecd2ed4ab743849279dbc2f7e148f9956 \
-                rmd160 77439204d3a9310175f55f78daeb86f843ab9eb4
+checksums       md5     46e50e811ed51f1e0e8dd677dded967d \
+                sha1    bdc67c1fdcec464a94dca691615f2335a12db5ce \
+                rmd160  5c66365e23798289fedcd9ea837cb887fa610ff4
 
 depends_lib     port:libgpg-error
 
-configure.args  --disable-asm \
-                --with-gpg-error-prefix=${prefix}
+configure.args  --disable-asm
 
+use_parallel_build  yes
+
 platform darwin 6 {
     patchfiles-append   patch-src-ath.h
 }
 
 post-destroot {
-    # Delete info dir file (yuck)
-    delete ${destroot}${prefix}/share/info/dir
-
     set docdir ${prefix}/share/doc/${name}-${version}
     xinstall -d ${destroot}${docdir}
-    xinstall -m 0644 -W ${worksrcpath} AUTHORS BUGS COPYING COPYING.LIB ChangeLog \
+    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING COPYING.LIB ChangeLog \
         NEWS README THANKS TODO VERSION ${destroot}${docdir}
 }
 
+test.run        yes
+test.target     check
+
 livecheck.check regex
 livecheck.url   http://mirrors.rootmode.com/ftp.gnupg.org/${name}/?O=D
 livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+)
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081109/3d5eb08a/attachment-0001.html>


More information about the macports-changes mailing list