[41968] trunk/dports/devel/gnutls/Portfile
nox at macports.org
nox at macports.org
Wed Nov 12 12:23:41 PST 2008
Revision: 41968
http://trac.macports.org/changeset/41968
Author: nox at macports.org
Date: 2008-11-12 12:23:41 -0800 (Wed, 12 Nov 2008)
Log Message:
-----------
gnutls:
* Updated to 2.6.2.
* Now uses pkgconfig to find libtasn1 which does not provide libtasn1-config anymore.
Modified Paths:
--------------
trunk/dports/devel/gnutls/Portfile
Modified: trunk/dports/devel/gnutls/Portfile
===================================================================
--- trunk/dports/devel/gnutls/Portfile 2008-11-12 20:07:09 UTC (rev 41967)
+++ trunk/dports/devel/gnutls/Portfile 2008-11-12 20:23:41 UTC (rev 41968)
@@ -4,7 +4,7 @@
PortSystem 1.0
name gnutls
-version 2.6.1
+version 2.6.2
categories devel security
maintainers sfiera openmaintainer
description GNU Transport Layer Security Library
@@ -18,12 +18,19 @@
master_sites gnu
-checksums md5 1cea53d752f5edd5baf10dd3310b5492 \
- sha1 a445e84176bf772794db9d8c71d5515dedb14bcc \
- rmd160 c39539bd5d4e07dc09f5827a8c22d876272b4bbc
+checksums md5 f42e7342cf9c12755577d207fffa9713 \
+ sha1 2c7701b61c86d5cec8305f8741bc18bc64f33b31 \
+ rmd160 10a37efe6bd90add75e338ca98eb09cc4ab69dc7
use_bzip2 yes
+post-patch {
+ reinplace -E /libtasn1_config_version=/s/--version/--modversion/ \
+ $worksrcpath/configure
+}
+
+depends_build port:pkgconfig
+
depends_lib port:libgcrypt \
port:libtasn1 \
port:opencdk \
@@ -32,7 +39,8 @@
port:readline
configure.args --with-lzo \
- --disable-guile
+ --disable-guile \
+ ac_cv_path_LIBTASN1_CONFIG="pkg-config libtasn1"
use_parallel_build yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081112/c2840f22/attachment.html>
More information about the macports-changes
mailing list