From anders@totem.tihlde.hist.no Thu May  6 03:40:01 1999
Return-Path: <anders@totem.tihlde.hist.no>
Received: from totem.tihlde.hist.no (totem.tihlde.hist.no [158.38.48.45])
	by hub.freebsd.org (Postfix) with ESMTP id 760911551B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  6 May 1999 03:39:57 -0700 (PDT)
	(envelope-from anders@totem.tihlde.hist.no)
Received: (from anders@localhost)
	by totem.tihlde.hist.no (8.9.3/8.9.3) id MAA95697;
	Thu, 6 May 1999 12:39:33 +0200 (CEST)
Message-Id: <199905061039.MAA95697@totem.tihlde.hist.no>
Date: Thu, 6 May 1999 12:39:33 +0200 (CEST)
From: Anders Nordby <anders@fix.no>
Sender: anders@totem.tihlde.hist.no
Reply-To: Anders Nordby <anders@fix.no>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: net/ntop
X-Send-Pr-Version: 3.2

>Number:         11536
>Category:       ports
>Synopsis:       Update port: net/ntop
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    billf
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May  6 03:50:01 PDT 1999
>Closed-Date:    Thu May 6 13:47:52 PDT 1999
>Last-Modified:  Thu May  6 13:48:43 PDT 1999
>Originator:     Anders Nordby
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
>Environment:

	

>Description:

Fixes the "unknown protocol" problems with the existing port, amongst lots 
of other things. 

>How-To-Repeat:

	

>Fix:
	
diff -Nur ntop.old/Makefile ntop/Makefile 
--- ntop.old/Makefile   Wed Nov 18 23:24:00 1998
+++ ntop/Makefile       Thu May  6 11:44:48 1999
@@ -6,18 +6,19 @@
 # $Id: Makefile,v 1.7 1998/11/18 11:31:43 asami Exp $
 #
 
-DISTNAME=      ntop-1.1a3
+DISTNAME=      ntop-1.1
 CATEGORIES=    net
-MASTER_SITES=  ftp://ftp.unipi.it/pub/local/ntop/snapshots/ \
+MASTER_SITES=  ftp://ftp.unipi.it/pub/local/ntop/source/ \
                ftp://ftp.ee.lbl.gov/ \
-               http://www.FreeBSD.org/~billf/
-DISTFILES=     libpcap-0.4.tar.Z ${DISTNAME}.tar.gz
+               http://www.freenix.no/~anders/ \
+               ftp://totem.fix.no/pub/mirrors/misc/
+DISTFILES=     libpcap-0.4.tar.Z ntop-1.1-src.tar.gz
 
 MAINTAINER=    billf@FreeBSD.org
 
 USE_AUTOCONF=  yes
 ALL_TARGET=
-INSTALL_TARGET=        install
+INSTALL_TARGET=        install install-man
 
 MAN8=          ntop.8
 
diff -Nur ntop.old/files/md5 ntop/files/md5
--- ntop.old/files/md5  Tue Nov 17 23:18:00 1998
+++ ntop/files/md5      Thu May  6 11:05:16 1999
@@ -1,2 +1,2 @@
 MD5 (libpcap-0.4.tar.Z) = 3e0025a24218d327b152075c70a578e9
-MD5 (ntop-1.1a3.tar.gz) = 60ff834a89f1dbecb1bd377d8a168fd6
+MD5 (ntop-1.1-src.tar.gz) = 4630ed141d9d5f16f929a9b64b70a45c

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->billf 
Responsible-Changed-By: billf 
Responsible-Changed-When: Thu May 6 11:27:02 PDT 1999 
Responsible-Changed-Why:  
My port. 
State-Changed-From-To: open->closed 
State-Changed-By: billf 
State-Changed-When: Thu May 6 13:47:52 PDT 1999 
State-Changed-Why:  
Updated. I used some of your original patch, but reworked a lot 
of the Makefile with my own modifications and nits (of myself). 

Thanks! 
>Unformatted:
