most recent changes, diff for dnstop

Index: net/dnstop/Portfile
--- net/dnstop/Portfile (revision 35360)
+++ net/dnstop/Portfile (revision 35361)
@@ -3,7 +3,7 @@
PortSystem 1.0

name dnstop
-version 20070510
+version 20080321
categories net
platforms darwin
maintainers pmq
@@ -14,9 +14,11 @@
homepage http://dnstop.measurement-factory.com
master_sites ${homepage}/src

-checksums md5 a68f764a10c7ad7bf16a19223df865af
+checksums md5 b8ed056c4b84934ca1f442f34ddea598
depends_lib port:libpcap port:ncurses

+patchfiles patch-hashtbl.h.diff
+
configure {
# using the short form it'll pick up the /usr/lib one
reinplace "s|-lcurses|-lncurses|" ${worksrcpath}/Makefile
@@ -30,7 +32,3 @@

livecheck.url ${master_sites}/MD5s.txt
livecheck.check moddate
-
-platform darwin 9 {
- patchfiles-append patch-hashtbl.h.diff
-}