Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2004 23:46:59 +0900 (JST)
From:      UMENO Takashi <umeno@rr.iij4u.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:    ports/63307: Update port: net/ethereal to 0.10.2 and	SNMP correction
Message-ID:  <200402241446.i1OEkx1h094505@belldandy.unnumbered.net>
Resent-Message-ID: <200402241450.i1OEo8Y9023970@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         63307
>Category:       ports
>Synopsis:       Update port: net/ethereal to 0.10.2 and	SNMP correction
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 24 06:50:07 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     UMENO Takashi
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
individual
>Environment:
System: FreeBSD belldandy.unnumbered.net 4.9-STABLE FreeBSD 4.9-STABLE #0: Sat Feb 14 15:47:08 JST 2004 umeno@belldandy.unnumbered.net:/usr/obj/usr/src/sys/SAKUYA21 i386


	
>Description:
	Update port: net/ethereal to 0.10.2 and	SNMP correction
>How-To-Repeat:
	N/A
>Fix:

diff -urN ethereal.orig/Makefile ethereal/Makefile
--- ethereal.orig/Makefile	Mon Feb 23 23:06:01 2004
+++ ethereal/Makefile	Tue Feb 24 22:57:37 2004
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	ethereal
-PORTVERSION=	0.10.0a
-PORTREVISION=	2
+PORTVERSION=	0.10.2
+#PORTREVISION=	2
 CATEGORIES=	net ipv6
 MASTER_SITES=	ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \
 		ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \
@@ -49,7 +49,7 @@
 
 .if !defined(WITHOUT_SNMP)
 CONFIGURE_ARGS+=	--enable-snmp=yes \
-			--with-net-snmp=${LOCALBASE}/lib \
+			--with-net-snmp=${LOCALBASE}/bin/net-snmp-config \
 			--without-ucdsnmp
 .if exists(/usr/include/openssl/crypto.h)
 CONFIGURE_ARGS+=	--with-ssl=/usr
diff -urN ethereal.orig/distinfo ethereal/distinfo
--- ethereal.orig/distinfo	Wed Dec 17 21:14:21 2003
+++ ethereal/distinfo	Tue Feb 24 22:17:56 2004
@@ -1 +1,2 @@
-MD5 (ethereal-0.10.0a.tar.bz2) = 1e31508c5509272595fa237d074461b1
+MD5 (ethereal-0.10.2.tar.bz2) = 0a989aeac595db09eae722c350498e40
+SIZE (ethereal-0.10.2.tar.bz2) = 4643742
diff -urN ethereal.orig/pkg-plist ethereal/pkg-plist
--- ethereal.orig/pkg-plist	Wed Dec 17 21:14:21 2003
+++ ethereal/pkg-plist	Tue Feb 24 23:23:43 2004
@@ -32,14 +32,27 @@
 lib/ethereal/plugins/%%PORTVERSION%%/rdm.la
 lib/ethereal/plugins/%%PORTVERSION%%/rtnet.so
 lib/ethereal/plugins/%%PORTVERSION%%/rtnet.la
+lib/ethereal/plugins/%%PORTVERSION%%/irda.so
+lib/ethereal/plugins/%%PORTVERSION%%/irda.la
+lib/ethereal/plugins/%%PORTVERSION%%/v5ua.so
+lib/ethereal/plugins/%%PORTVERSION%%/v5ua.la
 share/ethereal/diameter/dictionary.dtd
 share/ethereal/diameter/dictionary.xml
 share/ethereal/diameter/mobileipv4.xml
 share/ethereal/diameter/nasreq.xml
 share/ethereal/diameter/sunping.xml
+share/ethereal/help/capture_filters.txt
+share/ethereal/help/capturing.txt
+share/ethereal/help/display_filters.txt
+share/ethereal/help/faq.txt
+share/ethereal/help/getting_started.txt
+share/ethereal/help/overview.txt
+share/ethereal/help/toc
+share/ethereal/help/well_known.txt
 share/ethereal/manuf
 @dirrm lib/ethereal/plugins/%%PORTVERSION%%
 @dirrm lib/ethereal/plugins
 @dirrm lib/ethereal
 @dirrm share/ethereal/diameter
+@dirrm share/ethereal/help
 @dirrm share/ethereal



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402241446.i1OEkx1h094505>