[21724] trunk/dports/net/wireshark

source_changes at macosforge.org source_changes at macosforge.org
Sat Feb 3 14:45:26 PST 2007


Revision: 21724
          http://trac.macosforge.org/projects/macports/changeset/21724
Author:   ricci at macports.org
Date:     2007-02-03 14:45:25 -0800 (Sat, 03 Feb 2007)

Log Message:
-----------
Uprev to wireshark 0.99.5
update patch-svnversion to match 0.99.5
remove patch-configure, fixed in 0.99.5

Modified Paths:
--------------
    trunk/dports/net/wireshark/Portfile
    trunk/dports/net/wireshark/files/patch-svnversion

Removed Paths:
-------------
    trunk/dports/net/wireshark/files/patch-configure

Modified: trunk/dports/net/wireshark/Portfile
===================================================================
--- trunk/dports/net/wireshark/Portfile	2007-02-03 22:41:42 UTC (rev 21723)
+++ trunk/dports/net/wireshark/Portfile	2007-02-03 22:45:25 UTC (rev 21724)
@@ -2,8 +2,8 @@
 
 PortSystem 1.0
 name		wireshark
-version		0.99.4
-revision	1
+version		0.99.5
+revision	0
 categories	net
 maintainers	opendarwin.org at darkart.com
 description	Graphical network analyzer and capture tool
@@ -17,12 +17,11 @@
 
 master_sites	http://www.wireshark.org/download/src/
 
-checksums	md5	05fada181e12bfa94b52f0b10395b28c \
-		sha1	696216d794b418da3cb0a1829281ef65bf3e64ff \
-		rmd160	6bf940af951ddfcf66157a8cb299e6342dd3f955
+checksums	md5	ff067e0f2a0e0e53362bc6a943ff8622 \
+		sha1	ec9a07f13d5cda3d310d8c8900362f7cb96f4042 \
+		rmd160	1b3f7bb8e2c73a945fff86fb8ab2aa79481ba809
 
-patchfiles	patch-configure \
-		patch-svnversion
+patchfiles	patch-svnversion
 
 use_bzip2	yes
 

Deleted: trunk/dports/net/wireshark/files/patch-configure
===================================================================
--- trunk/dports/net/wireshark/files/patch-configure	2007-02-03 22:41:42 UTC (rev 21723)
+++ trunk/dports/net/wireshark/files/patch-configure	2007-02-03 22:45:25 UTC (rev 21724)
@@ -1,11 +0,0 @@
---- configure.orig	2006-11-25 22:38:30.000000000 -0800
-+++ configure	2006-11-25 22:40:08.000000000 -0800
-@@ -28319,7 +28319,7 @@
- fi
- 
- 	else
--		NETSNMPCNFIG=$netsnmpconfig
-+		NETSNMPCONFIG=$netsnmpconfig
- 		if test ! -x $NETSNMPCONFIG -o ! -f $NETSNMPCONFIG ; then
- 			NETSNMPCONFIG=$netsnmpconfig/bin/net-snmp-config
- 			if test ! -x $NETSNMPCONFIG -o ! -f $NETSNMPCONFIG ; then

Modified: trunk/dports/net/wireshark/files/patch-svnversion
===================================================================
--- trunk/dports/net/wireshark/files/patch-svnversion	2007-02-03 22:41:42 UTC (rev 21723)
+++ trunk/dports/net/wireshark/files/patch-svnversion	2007-02-03 22:45:25 UTC (rev 21724)
@@ -1,7 +1,7 @@
-diff -ur dumpcap.c wireshark-0.99.4/dumpcap.c
---- dumpcap.c	2006-10-31 10:00:06.000000000 -0800
-+++ dumpcap.c	2007-01-24 09:04:14.000000000 -0800
-@@ -97,7 +97,7 @@
+diff -ru dumpcap.c dumpcap.c
+--- dumpcap.c	2007-02-01 15:01:37.000000000 -0800
++++ dumpcap.c	2007-02-02 11:18:16.000000000 -0800
+@@ -98,7 +98,7 @@
          "Dumpcap " VERSION "%s\n"
          "Capture network packets and dump them into a libpcap file.\n"
          "See http://www.wireshark.org for more information.\n",
@@ -10,7 +10,7 @@
    } else {
      output = stderr;
    }
-@@ -148,7 +148,7 @@
+@@ -149,7 +149,7 @@
          "%s\n"
          "%s\n"
          "See http://www.wireshark.org for more information.\n",
@@ -19,9 +19,9 @@
  }
  
  /*
-diff -ur gtk/about_dlg.c wireshark-0.99.4/gtk/about_dlg.c
---- gtk/about_dlg.c	2006-10-31 09:52:33.000000000 -0800
-+++ gtk/about_dlg.c	2007-01-24 09:04:18.000000000 -0800
+diff -ru gtk/about_dlg.c gtk/about_dlg.c
+--- gtk/about_dlg.c	2007-02-01 14:55:17.000000000 -0800
++++ gtk/about_dlg.c	2007-02-02 11:18:16.000000000 -0800
 @@ -163,7 +163,7 @@
         "Wireshark is Open Source Software released under the GNU General Public License.\n"
         "\n"
@@ -31,10 +31,10 @@
         runtime_info_str->str);
  
    msg_label = gtk_label_new(message);
-diff -ur gtk/main.c wireshark-0.99.4/gtk/main.c
---- gtk/main.c	2006-10-31 09:52:33.000000000 -0800
-+++ gtk/main.c	2007-01-24 09:04:24.000000000 -0800
-@@ -1193,7 +1193,7 @@
+diff -ru gtk/main.c gtk/main.c
+--- gtk/main.c	2007-02-01 14:55:17.000000000 -0800
++++ gtk/main.c	2007-02-02 11:18:16.000000000 -0800
+@@ -1198,7 +1198,7 @@
          "See http://www.wireshark.org for more information.\n"
          "\n"
          "%s",
@@ -43,7 +43,7 @@
    } else {
      output = stderr;
    }
-@@ -1280,7 +1280,7 @@
+@@ -1285,7 +1285,7 @@
           "%s"
           "\n"
           "%s",
@@ -52,9 +52,9 @@
        runtime_info_str->str);
  
  #ifdef _WIN32
-diff -ur tshark.c wireshark-0.99.4/tshark.c
---- tshark.c	2006-10-31 10:00:09.000000000 -0800
-+++ tshark.c	2007-01-24 09:04:30.000000000 -0800
+diff -ru tshark.c tshark.c
+--- tshark.c	2007-02-01 15:01:47.000000000 -0800
++++ tshark.c	2007-02-02 11:18:16.000000000 -0800
 @@ -221,7 +221,7 @@
          "See http://www.wireshark.org for more information.\n"
          "\n"
@@ -64,7 +64,7 @@
    } else {
      output = stderr;
    }
-@@ -1049,7 +1049,7 @@
+@@ -1074,7 +1074,7 @@
                 "%s"
                 "\n"
                 "%s",
@@ -73,10 +73,10 @@
                 runtime_info_str->str);
          exit(0);
          break;
-diff -ur version_info.c wireshark-0.99.4/version_info.c
---- version_info.c	2006-10-31 10:00:07.000000000 -0800
-+++ version_info.c	2007-01-24 09:01:38.000000000 -0800
-@@ -83,9 +83,9 @@
+diff -ru version_info.c version_info.c
+--- version_info.c	2007-02-01 15:01:41.000000000 -0800
++++ version_info.c	2007-02-02 11:18:16.000000000 -0800
+@@ -75,9 +75,9 @@
  #endif
  
  #ifdef SVNVERSION
@@ -88,15 +88,15 @@
  #endif
  
  /*
-diff -ur version_info.h wireshark-0.99.4/version_info.h
---- version_info.h	2006-10-31 10:00:08.000000000 -0800
-+++ version_info.h	2007-01-24 09:04:35.000000000 -0800
+diff -ru version_info.h version_info.h
+--- version_info.h	2007-02-01 15:01:41.000000000 -0800
++++ version_info.h	2007-02-02 11:22:24.000000000 -0800
 @@ -33,7 +33,7 @@
  /*
   * The svn version string or ""
   */
--const gchar *svnversion;
-+const gchar *wireshark_svnversion;
+-extern const gchar *svnversion;
++extern const gchar *wireshark_svnversion;
  
  /*
   * Get various library compile-time versions and append them to

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


More information about the macports-changes mailing list