From mapc@alchemy.oven.org  Tue Jan 23 13:09:30 2001
Return-Path: <mapc@alchemy.oven.org>
Received: from ender.nonstop.net.il (webedge.nonstop.net.il [213.57.71.5])
	by hub.freebsd.org (Postfix) with ESMTP
	id CE51137B6A0; Tue, 23 Jan 2001 13:09:28 -0800 (PST)
Received: from alchemy.oven.org ([213.57.97.183]) by ender.nonstop.net.il
          with ESMTP id <20010123211628.EVGI27368.ender@alchemy.oven.org>;
          Tue, 23 Jan 2001 23:16:28 +0200
Received: (from mapc@localhost)
	by alchemy.oven.org (8.11.1/8.11.1) id f0NL9uh47118;
	Tue, 23 Jan 2001 23:09:56 +0200 (IST)
	(envelope-from mapc)
Message-Id: <200101232109.f0NL9uh47118@alchemy.oven.org>
Date: Tue, 23 Jan 2001 23:09:56 +0200 (IST)
From: roman@xpert.com
To: FreeBSD-gnats-submit@freebsd.org, billf@freebsd.org
Subject: [PATCH] upgrade net/ethereal 0.8.14->0.8.15
X-Send-Pr-Version: 3.2

>Number:         24578
>Category:       ports
>Synopsis:       [PATCH] upgrade net/ethereal 0.8.14->0.8.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    billf
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 23 13:10:01 PST 2001
>Closed-Date:    Mon Jan 29 08:31:14 PST 2001
>Last-Modified:  Mon Jan 29 08:32:11 PST 2001
>Originator:     Roman Shterenzon
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:


>Description:

o Upgrade to 0.8.15
o USE_LIBTOOL instead of GNU_CONFIGURE, .la files handled right now.
o Add manual manpage installation, this version doesn't install them by itself

>How-To-Repeat:


>Fix:

diff -urN /usr/ports/net/ethereal/Makefile ethereal/Makefile
--- /usr/ports/net/ethereal/Makefile	Sun Nov 26 00:12:21 2000
+++ ethereal/Makefile	Tue Jan 23 23:06:01 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ethereal
-PORTVERSION=	0.8.14
+PORTVERSION=	0.8.15
 CATEGORIES=	net ipv6
 MASTER_SITES=	ftp://ftp.ethereal.com/pub/ethereal/ \
 		ftp://gd.tuwien.ac.at/infosys/security/ethereal/ \
@@ -17,10 +17,15 @@
 
 USE_X_PREFIX=	yes
 USE_GTK=	yes
-GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
 CONFIGURE_ARGS+=	--enable-snmp=no
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
 MAN1=		ethereal.1 tethereal.1 editcap.1
+
+pre-install:
+.for i in ${MAN1}
+	${INSTALL_MAN} ${WRKSRC}/${i} ${PREFIX}/man/man1
+.endfor
 
 .include <bsd.port.mk>
diff -urN /usr/ports/net/ethereal/distinfo ethereal/distinfo
--- /usr/ports/net/ethereal/distinfo	Sun Nov 26 00:12:21 2000
+++ ethereal/distinfo	Tue Jan 23 22:30:45 2001
@@ -1 +1 @@
-MD5 (ethereal-0.8.14.tar.gz) = 470dd018c417a4bd31f1fafdc57cfe06
+MD5 (ethereal-0.8.15.tar.gz) = eb6d5e17ac03921bbeb3c4577397db95
diff -urN /usr/ports/net/ethereal/pkg-plist ethereal/pkg-plist
--- /usr/ports/net/ethereal/pkg-plist	Mon Jan 22 20:00:51 2001
+++ ethereal/pkg-plist	Tue Jan 23 22:45:39 2001
@@ -2,11 +2,7 @@
 bin/ethereal
 bin/tethereal
 etc/manuf
-lib/ethereal/plugins/%%PORTVERSION%%/gryphon.a
-lib/ethereal/plugins/%%PORTVERSION%%/gryphon.la
 lib/ethereal/plugins/%%PORTVERSION%%/gryphon.so
-lib/ethereal/plugins/%%PORTVERSION%%/mgcp.a
-lib/ethereal/plugins/%%PORTVERSION%%/mgcp.la
 lib/ethereal/plugins/%%PORTVERSION%%/mgcp.so
 @dirrm lib/ethereal/plugins/%%PORTVERSION%%
 @dirrm lib/ethereal/plugins

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->billf  
Responsible-Changed-By: dannyboy 
Responsible-Changed-When: Sun Jan 28 10:55:50 PST 2001 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=24578 
State-Changed-From-To: open->closed 
State-Changed-By: sobomax 
State-Changed-When: Mon Jan 29 08:31:14 PST 2001 
State-Changed-Why:  
Committed, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=24578 
>Unformatted:
