Revision: 38741 http://trac.macosforge.org/projects/macports/changeset/38741 Author: toby@macports.org Date: 2008-07-29 17:40:58 -0700 (Tue, 29 Jul 2008) Log Message: ----------- c-ares 1.5.2 Modified Paths: -------------- trunk/dports/net/c-ares/Portfile Added Paths: ----------- trunk/dports/net/c-ares/files/ trunk/dports/net/c-ares/files/patch-adig.c Modified: trunk/dports/net/c-ares/Portfile =================================================================== --- trunk/dports/net/c-ares/Portfile 2008-07-30 00:05:43 UTC (rev 38740) +++ trunk/dports/net/c-ares/Portfile 2008-07-30 00:40:58 UTC (rev 38741) @@ -1,10 +1,11 @@ # $Id$ PortSystem 1.0 + name c-ares -version 1.4.0 +version 1.5.2 categories net -maintainers nomaintainer +maintainers toby description asynchronous DNS library long_description \ c-ares is a C library that resolves names asynchronously. \ @@ -13,6 +14,9 @@ homepage http://daniel.haxx.se/projects/c-ares/ platforms darwin master_sites ${homepage} -checksums sha1 810074d2792ff5e996816aa52ff676bb102be885 +checksums md5 23adb3729e09879cd2147b31ea5a986e \ + sha1 67a64ca1eab60dabfd462b833216ada3a0de7ffa \ + rmd160 3a34e4ed59fbc6931e4c40ef1de277c140b1a42d +patchfiles patch-adig.c configure.args --mandir=${prefix}/share/man \ --enable-shared Added: trunk/dports/net/c-ares/files/patch-adig.c =================================================================== --- trunk/dports/net/c-ares/files/patch-adig.c (rev 0) +++ trunk/dports/net/c-ares/files/patch-adig.c 2008-07-30 00:40:58 UTC (rev 38741) @@ -0,0 +1,12 @@ +--- adig.c.orig 2008-07-29 17:36:04.000000000 -0700 ++++ adig.c 2008-07-29 17:36:39.000000000 -0700 +@@ -27,6 +27,9 @@ + #include <netinet/in.h> + #include <arpa/inet.h> + #include <arpa/nameser.h> ++#ifdef HAVE_ARPA_NAMESER_COMPAT_H ++#include <arpa/nameser_compat.h> ++#endif + #ifdef HAVE_UNISTD_H + #include <unistd.h> + #endif