[41710] trunk/dports/devel/gnutls/Portfile

nox at macports.org nox at macports.org
Sun Nov 9 09:54:43 PST 2008


Revision: 41710
          http://trac.macports.org/changeset/41710
Author:   nox at macports.org
Date:     2008-11-09 09:54:41 -0800 (Sun, 09 Nov 2008)
Log Message:
-----------
gnutls:
 * Updated to 2.6.0.
 * Now uses GNU mirrors.
 * Enabled parallel build.
 * Enabled test support.
 * Cleaned configure arguments.

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

Modified: trunk/dports/devel/gnutls/Portfile
===================================================================
--- trunk/dports/devel/gnutls/Portfile	2008-11-09 16:18:08 UTC (rev 41709)
+++ trunk/dports/devel/gnutls/Portfile	2008-11-09 17:54:41 UTC (rev 41710)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name            gnutls
-version         2.4.2
+version         2.6.0
 categories      devel security
 maintainers     sfiera openmaintainer
 description     GNU Transport Layer Security Library
@@ -16,15 +16,12 @@
     SSL 3.0 protocols. The library does not include any patented algorithms \
     and is available under the GNU Lesser GPL license.
 
-master_sites    ftp://ftp.gnutls.org/pub/gnutls/ \
-                ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/ \
-                ftp://ftp.gnu.org/pub/gnu/gnutls/
+master_sites    gnu
 
-checksums       md5     148bde1f43cae2ea4265439df0da6399 \
-                sha1    79f66b47cccf9700778218b5582969255d623dc2 \
-                rmd160  067bb02090bf84769a5f86bb17030e24a350211f
+checksums       md5     075ed5bb7b82aea9892925f590888de3 \
+                sha1    bbd9e5f3a77bfcbef5a769c67d1576e7a6e4bda5 \
+                rmd160  1d92662edd64e93e658fc527f1dfbfc99ab3a1da
 
-
 use_bzip2       yes
 
 depends_lib     port:libgcrypt \
@@ -34,12 +31,14 @@
                 port:zlib \
                 port:readline
 
-configure.cppflags  "-D_asn1_find_node=asn1_find_node"
-configure.args  --with-libtasn1-prefix=${prefix} \
-                --with-libreadline-prefix=${prefix} \
-                --with-libgcrypt-prefix=${prefix} \
+configure.args  --with-lzo \
                 --disable-guile
 
+use_parallel_build  yes
+
+test.run        yes
+test.target     check
+
 platform darwin 8 {
     build.env-append MACOSX_DEPLOYMENT_TARGET=10.4
     configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081109/e3372d6b/attachment.html>


More information about the macports-changes mailing list