[29373] trunk/dports/net/tcpdump

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 22 08:13:49 PDT 2007


Revision: 29373
          http://trac.macosforge.org/projects/macports/changeset/29373
Author:   mww at macports.org
Date:     2007-09-22 08:13:49 -0700 (Sat, 22 Sep 2007)

Log Message:
-----------
version 3.9.7, add livecheck, take (open)maintainership

Modified Paths:
--------------
    trunk/dports/net/tcpdump/Portfile

Removed Paths:
-------------
    trunk/dports/net/tcpdump/files/patch-VERSION
    trunk/dports/net/tcpdump/files/patch-tcpdump.c

Modified: trunk/dports/net/tcpdump/Portfile
===================================================================
--- trunk/dports/net/tcpdump/Portfile	2007-09-22 15:11:41 UTC (rev 29372)
+++ trunk/dports/net/tcpdump/Portfile	2007-09-22 15:13:49 UTC (rev 29373)
@@ -2,10 +2,9 @@
 
 PortSystem 1.0
 name             tcpdump
-version          3.9.5
-revision	0
+version          3.9.7
 categories       net
-maintainers      nomaintainer at macports.org
+maintainers      mww openmaintainer
 description      dump traffic on a network
 long_description \
 	tcpdump is a tool for network monitoring, protocol debugging \
@@ -13,8 +12,8 @@
 homepage         http://www.tcpdump.org/
 platforms        darwin
 master_sites     ${homepage}release/
-checksums        md5 2135e7b1f09af0eaf66d2af822bed44a \
-                 sha1 a9850177809196008ed3e6212cb651ed1500353c
+checksums        md5 2aacf4dc9a3bc500a8b4f3887a32cdd5 \
+                 sha1 5d2a95f0de1cbae70ba01c64f9a2c0fac0183dba
 
 patchfiles       patch-Makefile.in
 configure.args   --mandir=${prefix}/share/man \
@@ -28,3 +27,8 @@
 variant smb {
 	configure.args-delete --disable-smb
 }
+
+livecheck.check regex
+livecheck.url   ${homepage}
+livecheck.regex tcpdump-(\[0-9.\]+)\\.tar.gz
+

Deleted: trunk/dports/net/tcpdump/files/patch-VERSION
===================================================================
--- trunk/dports/net/tcpdump/files/patch-VERSION	2007-09-22 15:11:41 UTC (rev 29372)
+++ trunk/dports/net/tcpdump/files/patch-VERSION	2007-09-22 15:13:49 UTC (rev 29373)
@@ -1,5 +0,0 @@
---- VERSION	2005-07-11 13:09:47.000000000 -0700
-+++ VERSION	2005-08-12 11:28:26.000000000 -0700
-@@ -1 +1 @@
--3.9.2
-+3.9.3

Deleted: trunk/dports/net/tcpdump/files/patch-tcpdump.c
===================================================================
--- trunk/dports/net/tcpdump/files/patch-tcpdump.c	2007-09-22 15:11:41 UTC (rev 29372)
+++ trunk/dports/net/tcpdump/files/patch-tcpdump.c	2007-09-22 15:13:49 UTC (rev 29373)
@@ -1,15 +0,0 @@
---- tcpdump.c.orig	Wed Apr  7 03:47:10 2004
-+++ tcpdump.c	Wed Apr  7 03:47:27 2004
-@@ -290,6 +290,12 @@
- #endif /* WIN32 */
- 
- #ifdef HAVE_PCAP_FINDALLDEVS
-+#ifndef HAVE_PCAP_IF_T
-+#undef HAVE_PCAP_FINDALLDEVS
-+#endif
-+#endif
-+
-+#ifdef HAVE_PCAP_FINDALLDEVS
- #define D_FLAG	"D"
- #else
- #define D_FLAG

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070922/ce594c98/attachment.html


More information about the macports-changes mailing list