From owner-freebsd-ports Thu Jun 13 14:41:28 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1ACA37B421 for ; Thu, 13 Jun 2002 14:40:08 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5DLe7N92593; Thu, 13 Jun 2002 14:40:07 -0700 (PDT) (envelope-from gnats) Received: from bridge.m4d.sm (bridge.ngx.sm [194.183.71.129]) by hub.freebsd.org (Postfix) with ESMTP id 70D3537B48D for ; Thu, 13 Jun 2002 14:34:46 -0700 (PDT) Received: (from alex@localhost) by bridge.m4d.sm (8.11.6/8.11.6) id g5DLVx031724; Thu, 13 Jun 2002 23:31:59 +0200 (CEST) (envelope-from alex) Message-Id: <200206132131.g5DLVx031724@bridge.m4d.sm> Date: Thu, 13 Jun 2002 23:31:59 +0200 (CEST) From: Alex Dupre Reply-To: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/39248: [Update Port] net/ipfm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39248 >Category: ports >Synopsis: [Update Port] net/ipfm >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 13 14:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: System: FreeBSD bridge.m4d.sm 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Fri Nov 9 00:16:38 CET 2001 root@bridge.ngx.sm:/usr/src/sys/compile/ADLAPO i386 >Description: Update from 0.10.4 to 0.11.4 Install manpages correctly Various fixes >How-To-Repeat: >Fix: --- ipfm.diff begins here --- diff -ruN ipfm.orig/Makefile ipfm/Makefile --- ipfm.orig/Makefile Thu Jun 13 22:58:12 2002 +++ ipfm/Makefile Thu Jun 13 23:28:27 2002 @@ -6,15 +6,19 @@ # PORTNAME= ipfm -PORTVERSION= 0.10.4 +PORTVERSION= 0.11.4 CATEGORIES= net -MASTER_SITES= http://www.via.ecp.fr/~tibob/ipfm/archive/ +MASTER_SITES= http://robert.cheramy.net/ipfm/archive/ EXTRACT_SUFX= .tgz MAINTAINER= roman@xpert.com -PATCH_STRIP= -p1 - GNU_CONFIGURE= yes + +MAN5= ipfm.conf.5 +MAN8= ipfm.8 + +post-install: + @strip ${PREFIX}/sbin/ipfm .include diff -ruN ipfm.orig/distinfo ipfm/distinfo --- ipfm.orig/distinfo Thu Jun 13 22:58:12 2002 +++ ipfm/distinfo Thu Jun 13 23:00:10 2002 @@ -1 +1 @@ -MD5 (ipfm-0.10.4.tgz) = bf5b0adc9301449dce2da0d42a0116d0 +MD5 (ipfm-0.11.4.tgz) = 51fd94d3bb4aa1225de08262d50114b6 diff -ruN ipfm.orig/files/patch-aa ipfm/files/patch-aa --- ipfm.orig/files/patch-aa Thu Jun 13 22:58:12 2002 +++ ipfm/files/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- ipfm-0.10.4.orig/configure Sat Oct 16 17:18:30 1999 -+++ ipfm-0.10.4/configure Sat Mar 4 23:57:54 2000 -@@ -1370,7 +1370,7 @@ - done - - --sysconfdir=/etc -+sysconfdir=$prefix/etc - - trap '' 1 2 15 - cat > confcache <<\EOF diff -ruN ipfm.orig/files/patch-ab ipfm/files/patch-ab --- ipfm.orig/files/patch-ab Thu Jun 13 22:58:12 2002 +++ ipfm/files/patch-ab Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- ipfm-0.10.4/Makefile.in Mon Oct 11 15:45:58 1999 -+++ ipfm-0.10.4.orig/Makefile.in Sun Mar 5 00:48:36 2000 -@@ -15,7 +15,7 @@ - - install: all - $(INSTALL) -d -m 755 $(SBINDIR) -- $(INSTALL) -m 755 source/ipfm $(SBINDIR)/ipfm -+ $(INSTALL) -s -m 755 source/ipfm $(SBINDIR)/ipfm - $(INSTALL) -d -m 755 $(ETCDIR) - [ -f $(CONFIGURATION_FILE) ] || \ - $(INSTALL) -m 644 ipfm.conf.sample $(CONFIGURATION_FILE) diff -ruN ipfm.orig/pkg-descr ipfm/pkg-descr --- ipfm.orig/pkg-descr Thu Jun 13 22:58:12 2002 +++ ipfm/pkg-descr Thu Jun 13 23:27:39 2002 @@ -1,7 +1,9 @@ IP Flow Meter is a bandwidth analysis tool, that measures how much bandwidth specified hosts use on their Internet link. -It is written using libpcap ( ftp://ftp.ee.lbl.gov/libpcap.tar.Z ), -so it ought to be portable. +It is written using libpcap, so it ought to be portable. -WWW: http://www.via.ecp.fr/~tibob/ipfm/ +WWW: http://robert.cheramy.net/ipfm/ + +- Alex Dupre +sysadmin@alexdupre.com diff -ruN ipfm.orig/pkg-plist ipfm/pkg-plist --- ipfm.orig/pkg-plist Thu Jun 13 22:58:12 2002 +++ ipfm/pkg-plist Thu Jun 13 23:21:12 2002 @@ -1,5 +1,4 @@ sbin/ipfm -man/man5/ipfm.conf.5 -man/man8/ipfm.8 etc/ipfm.conf +@exec mkdir -p /var/log/ipfm @unexec rm -rf /var/log/ipfm --- ipfm.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message