[41715] trunk/dports/mail/libidn/Portfile

nox at macports.org nox at macports.org
Sun Nov 9 10:35:17 PST 2008


Revision: 41715
          http://trac.macports.org/changeset/41715
Author:   nox at macports.org
Date:     2008-11-09 10:35:16 -0800 (Sun, 09 Nov 2008)
Log Message:
-----------
libidn (closes #17153):
 * Updated to 1.11.
 * Disabled C# bindings.
 * Enabled test support.

Modified Paths:
--------------
    trunk/dports/mail/libidn/Portfile

Modified: trunk/dports/mail/libidn/Portfile
===================================================================
--- trunk/dports/mail/libidn/Portfile	2008-11-09 18:30:21 UTC (rev 41714)
+++ trunk/dports/mail/libidn/Portfile	2008-11-09 18:35:16 UTC (rev 41715)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			libidn
-version			1.9
+version			1.11
 categories		mail
 description		international domain name library
 long_description	Libidn is an implementation of the Stringprep, \
@@ -20,14 +20,18 @@
 platforms		darwin
 maintainers		olaf at foellinger.de
 master_sites	gnu
-checksums		sha1 88b1175200bccf131804bae6c385d7587df28452
+
+checksums       md5     8859b17928f84b899b19e72bfa1c6dbf \
+                sha1    08cffdcf9736f4ac61acc32e79a1d9672f640351 \
+                rmd160  a856bc30e18f5c85a842ee85844ce85e54524baf
+
 depends_lib		port:libiconv port:gettext
-configure.args		--mandir=${prefix}/share/man \
-			--infodir=${prefix}/share/info \
-			--with-libiconv-prefix=${prefix}
+configure.args  --disable-csharp
 
 use_parallel_build	yes
 
+test.run        yes
+
 livecheck.check	regex
 livecheck.url	http://ftp.gnu.org/pub/gnu/$name/
 livecheck.regex	$name-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081109/7a714a6d/attachment.html>


More information about the macports-changes mailing list