From nobody@FreeBSD.org  Fri Dec  9 09:02:49 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C359F106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  9 Dec 2011 09:02:49 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id B2E618FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  9 Dec 2011 09:02:49 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pB992nUc011541
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 9 Dec 2011 09:02:49 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id pB992nuI011535;
	Fri, 9 Dec 2011 09:02:49 GMT
	(envelope-from nobody)
Message-Id: <201112090902.pB992nuI011535@red.freebsd.org>
Date: Fri, 9 Dec 2011 09:02:49 GMT
From: Ruslan Mahmatkhanov <rm@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] net/wireshark: update to 1.6.4
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         163146
>Category:       ports
>Synopsis:       [UPDATE] net/wireshark: update to 1.6.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    marcus
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 09 09:10:07 UTC 2011
>Closed-Date:    Tue Dec 20 00:15:55 UTC 2011
>Last-Modified:  Tue Dec 20 00:20:10 UTC 2011
>Originator:     Ruslan Mahmatkhanov
>Release:        10.0-CURRENT
>Organization:
>Environment:
10.0-CURRENT i386
>Description:
- update to 1.6.4
- fix couple of space -> tab issue
- remove unexisting --with-libgnutls-prefix configure option. 
  It fixes this warning:
  configure: WARNING: unrecognized options: --with-libgnutls-prefix

changelog: 
http://www.wireshark.org/docs/relnotes/wireshark-1.6.3.html
http://www.wireshark.org/docs/relnotes/wireshark-1.6.4.html

tinderbuild log (8.2 i386): 
http://people.freebsd.org/~rm/wireshark-1.6.4.log
patch: 
http://people.freebsd.org/~rm/wireshark-1.6.4.diff.txt
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/wireshark/Makefile,v
retrieving revision 1.173
diff -u -r1.173 Makefile
--- Makefile	11 Sep 2011 00:40:29 -0000	1.173
+++ Makefile	9 Dec 2011 08:58:05 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME?=	wireshark
-PORTVERSION=	1.6.2
+PORTVERSION=	1.6.4
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.wireshark.org/download/src/ \
     		http://wireshark.osmirror.nl/download/src/ \
@@ -148,8 +148,7 @@
 
 .if exists(${LOCALBASE}/lib/libgnutls.so) || !defined(WITHOUT_GNUTLS)
 LIB_DEPENDS+=	gnutls.47:${PORTSDIR}/security/gnutls \
-    		gcrypt.18:${PORTSDIR}/security/libgcrypt
-CONFIGURE_ARGS+=--with-libgnutls-prefix=${LOCALBASE}
+		gcrypt.18:${PORTSDIR}/security/libgcrypt
 .endif
 
 .if exists(${LOCALBASE}/lib/libgcrypt.so) || !defined(WITHOUT_LIBGCRYPT)
@@ -162,7 +161,7 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|lua5\.1|lua${LUA_VER_STR}|g ; \
-	    	s|-llua${LUA_VER_STR}|${LUA_LIBDIR}/liblua.a|g' \
+		s|-llua${LUA_VER_STR}|${LUA_LIBDIR}/liblua.a|g' \
 		${WRKSRC}/configure
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net/wireshark/distinfo,v
retrieving revision 1.89
diff -u -r1.89 distinfo
--- distinfo	11 Sep 2011 00:40:29 -0000	1.89
+++ distinfo	9 Dec 2011 08:58:05 -0000
@@ -1,2 +1,2 @@
-SHA256 (wireshark-1.6.2.tar.bz2) = 5343f514ce98c28498ec4734e40e34e2bbf779a6c57d958837e3f70234471e7f
-SIZE (wireshark-1.6.2.tar.bz2) = 21408664
+SHA256 (wireshark-1.6.4.tar.bz2) = 7f98191f53d375f020312a99a9747ff3b846ac4029af4027fc883f685fabef5d
+SIZE (wireshark-1.6.4.tar.bz2) = 21464517
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/net/wireshark/pkg-plist,v
retrieving revision 1.48
diff -u -r1.48 pkg-plist
--- pkg-plist	31 Jul 2011 03:52:33 -0000	1.48
+++ pkg-plist	9 Dec 2011 08:58:05 -0000
@@ -2,16 +2,16 @@
 %%DFTEST%%
 bin/dumpcap
 %%EDITCAP%%
-%%WIRESHARK%%
 %%IDL2WRS%%
 %%MERGECAP%%
 %%RANDPKT%%
 %%RAWSHARK%%
-bin/tshark
 %%TEXT2PCAP%%
+bin/tshark
+%%WIRESHARK%%
 lib/libwireshark.la
 lib/libwireshark.so
-lib/libwireshark.so.1
+lib/libwireshark.so.2
 lib/libwiretap.la
 lib/libwiretap.so
 lib/libwiretap.so.1
@@ -64,8 +64,6 @@
 %%LUA%%%%DATADIR%%/console.lua
 %%DATADIR%%/dfilters
 %%DATADIR%%/dftest.html
-%%LUA%%%%DATADIR%%/dtd_gen.lua
-%%DATADIR%%/dumpcap.html
 %%DATADIR%%/diameter/Cisco.xml
 %%DATADIR%%/diameter/Ericsson.xml
 %%DATADIR%%/diameter/TGPPGmb.xml
@@ -84,6 +82,7 @@
 %%DATADIR%%/diameter/nasreq.xml
 %%DATADIR%%/diameter/sip.xml
 %%DATADIR%%/diameter/sunping.xml
+%%LUA%%%%DATADIR%%/dtd_gen.lua
 %%DATADIR%%/dtds/dc.dtd
 %%DATADIR%%/dtds/itunes.dtd
 %%DATADIR%%/dtds/mscml.dtd
@@ -96,8 +95,8 @@
 %%DATADIR%%/dtds/watcherinfo.dtd
 %%DATADIR%%/dtds/xcap-caps.dtd
 %%DATADIR%%/dtds/xcap-error.dtd
+%%DATADIR%%/dumpcap.html
 %%DATADIR%%/editcap.html
-%%LUA%%%%DATADIR%%/init.lua
 %%DATADIR%%/help/capture_filters.txt
 %%DATADIR%%/help/capturing.txt
 %%DATADIR%%/help/display_filters.txt
@@ -106,6 +105,7 @@
 %%DATADIR%%/help/overview.txt
 %%DATADIR%%/help/toc
 %%DATADIR%%/idl2wrs.html
+%%LUA%%%%DATADIR%%/init.lua
 %%DATADIR%%/ipmap.html
 %%DATADIR%%/manuf
 %%DATADIR%%/mergecap.html
@@ -116,8 +116,11 @@
 %%DATADIR%%/radius/dictionary.3gpp
 %%DATADIR%%/radius/dictionary.3gpp2
 %%DATADIR%%/radius/dictionary.acc
+%%DATADIR%%/radius/dictionary.acme
 %%DATADIR%%/radius/dictionary.airespace
 %%DATADIR%%/radius/dictionary.alcatel
+%%DATADIR%%/radius/dictionary.alcatel.esam
+%%DATADIR%%/radius/dictionary.alcatel.sr
 %%DATADIR%%/radius/dictionary.alteon
 %%DATADIR%%/radius/dictionary.altiga
 %%DATADIR%%/radius/dictionary.alvarion
@@ -126,6 +129,7 @@
 %%DATADIR%%/radius/dictionary.aruba
 %%DATADIR%%/radius/dictionary.ascend
 %%DATADIR%%/radius/dictionary.asn
+%%DATADIR%%/radius/dictionary.audiocodes
 %%DATADIR%%/radius/dictionary.avaya
 %%DATADIR%%/radius/dictionary.azaire
 %%DATADIR%%/radius/dictionary.bay
@@ -161,6 +165,7 @@
 %%DATADIR%%/radius/dictionary.h3c
 %%DATADIR%%/radius/dictionary.hp
 %%DATADIR%%/radius/dictionary.huawei
+%%DATADIR%%/radius/dictionary.iea
 %%DATADIR%%/radius/dictionary.infonet
 %%DATADIR%%/radius/dictionary.ipunplugged
 %%DATADIR%%/radius/dictionary.issanni
@@ -177,6 +182,7 @@
 %%DATADIR%%/radius/dictionary.microsoft
 %%DATADIR%%/radius/dictionary.mikrotik
 %%DATADIR%%/radius/dictionary.motorola
+%%DATADIR%%/radius/dictionary.motorola.wimax
 %%DATADIR%%/radius/dictionary.navini
 %%DATADIR%%/radius/dictionary.netscreen
 %%DATADIR%%/radius/dictionary.networkphysics
@@ -205,12 +211,16 @@
 %%DATADIR%%/radius/dictionary.rfc3580
 %%DATADIR%%/radius/dictionary.rfc4072
 %%DATADIR%%/radius/dictionary.rfc4372
+%%DATADIR%%/radius/dictionary.rfc4603
 %%DATADIR%%/radius/dictionary.rfc4675
 %%DATADIR%%/radius/dictionary.rfc4679
 %%DATADIR%%/radius/dictionary.rfc4818
 %%DATADIR%%/radius/dictionary.rfc4849
 %%DATADIR%%/radius/dictionary.rfc5090
 %%DATADIR%%/radius/dictionary.rfc5176
+%%DATADIR%%/radius/dictionary.rfc5580
+%%DATADIR%%/radius/dictionary.rfc5607
+%%DATADIR%%/radius/dictionary.rfc5904
 %%DATADIR%%/radius/dictionary.riverstone
 %%DATADIR%%/radius/dictionary.roaringpenguin
 %%DATADIR%%/radius/dictionary.shasta
@@ -225,8 +235,7 @@
 %%DATADIR%%/radius/dictionary.telkom
 %%DATADIR%%/radius/dictionary.trapeze
 %%DATADIR%%/radius/dictionary.tropos
-%%DATADIR%%/radius/dictionary.tunnel
-%%DATADIR%%/radius/dictionary.unisphere
+%%DATADIR%%/radius/dictionary.ukerna
 %%DATADIR%%/radius/dictionary.unix
 %%DATADIR%%/radius/dictionary.usr
 %%DATADIR%%/radius/dictionary.utstarcom
@@ -235,7 +244,9 @@
 %%DATADIR%%/radius/dictionary.vqp
 %%DATADIR%%/radius/dictionary.walabi
 %%DATADIR%%/radius/dictionary.waverider
+%%DATADIR%%/radius/dictionary.wichorus
 %%DATADIR%%/radius/dictionary.wimax
+%%DATADIR%%/radius/dictionary.wimax.wichorus
 %%DATADIR%%/radius/dictionary.wispr
 %%DATADIR%%/radius/dictionary.xedia
 %%DATADIR%%/radius/dictionary.xylan
@@ -244,17 +255,14 @@
 %%DATADIR%%/rawshark.html
 %%DATADIR%%/services
 %%DATADIR%%/smi_modules
-%%DATADIR%%/tshark.html
 %%DATADIR%%/text2pcap.html
 %%DATADIR%%/tpncp/tpncp.dat
+%%DATADIR%%/tshark.html
 %%DATADIR%%/wimaxasncp/dictionary.dtd
 %%DATADIR%%/wimaxasncp/dictionary.xml
 %%DATADIR%%/wireshark-filter.html
 %%DATADIR%%/wireshark.html
 %%DATADIR%%/ws.css
-@dirrm lib/wireshark/plugins/%%PORTVERSION%%
-@dirrm lib/wireshark/plugins
-@dirrm lib/wireshark
 @dirrm %%DATADIR%%/wimaxasncp
 @dirrm %%DATADIR%%/tpncp
 @dirrm %%DATADIR%%/radius
@@ -262,3 +270,6 @@
 @dirrm %%DATADIR%%/dtds
 @dirrm %%DATADIR%%/diameter
 @dirrm %%DATADIR%%
+@dirrm lib/wireshark/plugins/%%PORTVERSION%%
+@dirrm lib/wireshark/plugins
+@dirrm lib/wireshark


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->marcus 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Dec 9 09:10:22 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163146 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Tue Dec 20 00:15:45 UTC 2011 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163146 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/163146: commit references a PR
Date: Tue, 20 Dec 2011 00:15:17 +0000 (UTC)

 marcus      2011-12-20 00:14:56 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/wireshark        Makefile pkg-plist 
   Log:
   Missed some PRs in the 1.6.4 update.
   
   * Clean up Makefile by removing some errant spaces [1]
   * Fix up the GnuTLS options [1] [2]
   * Add a desktop entry for wireshark [3]
   
   PR:             163146 [1]
                   162879 [2]
                   163045 [3]
   Submitted by:   rm [1]
                   Alfred Bartsch <bartsch@dssgmbh.de> [2]
                   Olivier Cochard-Labbé <olivier@cochard.me>[3]
   
   Revision  Changes    Path
   1.175     +16 -5     ports/net/wireshark/Makefile
   1.50      +1 -0      ports/net/wireshark/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
