From owner-freebsd-ports Sat Apr 6 14:10:51 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 2A0E637B42C for ; Sat, 6 Apr 2002 14:10:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g36MA5c86762; Sat, 6 Apr 2002 14:10:05 -0800 (PST) (envelope-from gnats) Received: from gatesrv.RZ.UniBw-Muenchen.de (gatesrv.RZ.UniBw-Muenchen.de [137.193.11.27]) by hub.freebsd.org (Postfix) with ESMTP id 4384837B41C for ; Sat, 6 Apr 2002 14:00:18 -0800 (PST) Received: from nemesis.informatik.unibw-muenchen.de (nemesis.Informatik.UniBw-Muenchen.de [137.193.60.30]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id g36LqNC22446 for ; Sat, 6 Apr 2002 23:52:23 +0200 (MEST) Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1]) by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP id A4A525A548 for ; Sat, 6 Apr 2002 23:52:22 +0200 (CEST) Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001) id B38C15A545; Sat, 6 Apr 2002 23:52:21 +0200 (CEST) Message-Id: <20020406215221.B38C15A545@nemesis.informatik.unibw-muenchen.de> Date: Sat, 6 Apr 2002 23:52:21 +0200 (CEST) From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36824: Update port: net/sntop to 1.4.3 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: 36824 >Category: ports >Synopsis: Update port: net/sntop to 1.4.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Apr 06 14:10:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Braun >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD nemesis.informatik.unibw-muenchen.de 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 21 12:00:59 CET 2002 root@nemesis.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/NEMESIS_OB i386 >Description: Update net/sntop from 1.4.2 to 1.4.3 Regards, Olli >How-To-Repeat: >Fix: diff -ruN sntop.old/Makefile sntop/Makefile --- sntop.old/Makefile Sun Nov 4 08:23:08 2001 +++ sntop/Makefile Sat Apr 6 23:37:57 2002 @@ -6,7 +6,7 @@ # PORTNAME= sntop -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sntop diff -ruN sntop.old/distinfo sntop/distinfo --- sntop.old/distinfo Sun Nov 4 08:23:08 2001 +++ sntop/distinfo Sat Apr 6 23:38:04 2002 @@ -1 +1 @@ -MD5 (sntop-1.4.2.tar.gz) = 2aff519d2fbbb835b0eaa1909fd8e8af +MD5 (sntop-1.4.3.tar.gz) = 0e99c64ea5a1bad6c1a32ac0dc2e9dd9 Binary files sntop.old/files/.patch-aa.swp and sntop/files/.patch-aa.swp differ diff -ruN sntop.old/files/patch-aa sntop/files/patch-aa --- sntop.old/files/patch-aa Wed Aug 15 11:41:10 2001 +++ sntop/files/patch-aa Sat Apr 6 23:49:17 2002 @@ -1,48 +1,36 @@ -*** Makefile.in.orig Sat Aug 5 22:01:28 2000 ---- Makefile.in Sat Aug 5 22:03:43 2000 -*************** -*** 31,37 **** -! CFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer @DEFS@ - INCLUDE = . - INSTDIR = @bindir@ -! ETCDIR = /etc - LIBS = @LIBS@ - OBJS = @LIBOBJS@ - DOWENEEDGETOPT = @LIBOBJS@ ---- 31,37 ---- -! CFLAGS += -Wall -Wstrict-prototypes -fomit-frame-pointer @DEFS@ - INCLUDE = . - INSTDIR = @bindir@ -! ETCDIR = @sysconfdir@ - LIBS = @LIBS@ - OBJS = @LIBOBJS@ - DOWENEEDGETOPT = @LIBOBJS@ -*************** -*** 64,77 **** - fi - @if [ -d $(ETCDIR) ]; \ - then \ -! if [ ! -f $(ETCDIR)/sntoprc ]; \ - then \ -! cp sntoprc.EXAMPLE $(ETCDIR)/sntoprc; \ -! chmod 644 $(ETCDIR)/sntoprc; \ -! echo "sntop: Config installed in $(ETCDIR)"; \ -! else \ -! echo "sntop: conf file exists at $(ETCDIR)/sntoprc, we wont overwrite it"; \ -! fi \ - else \ - echo "sntop: $(ETCDIR) does not exist"; false; \ - fi ---- 64,75 ---- - fi - @if [ -d $(ETCDIR) ]; \ - then \ -! if [ ! -f $(ETCDIR)/sntoprc.sample ]; \ - then \ -! cp sntoprc.EXAMPLE $(ETCDIR)/sntoprc.sample; \ -! chmod 644 $(ETCDIR)/sntoprc.sample; \ -! fi; \ -+ echo "sntop: Sample config exists at $(ETCDIR)/sntoprc.sample"; \ - else \ - echo "sntop: $(ETCDIR) does not exist"; false; \ - fi +--- Makefile.in.orig Sun Nov 11 22:54:15 2001 ++++ Makefile.in Sat Apr 6 23:49:08 2002 +@@ -36,7 +36,7 @@ + MANDIR = @mandir@/man1 + SNTOPRC = $(ETCDIR)/sntoprc + CC = @CC@ +-CFLAGS = -Wall -Wstrict-prototypes -O2 @DEFS@ -DCONF_SFILE=\"$(SNTOPRC)\" ++CFLAGS+= -Wall -Wstrict-prototypes @DEFS@ -DCONF_SFILE=\"$(SNTOPRC)\" + + proper: clean sntop + +@@ -65,12 +65,12 @@ + fi + @if [ -d $(ETCDIR) ]; \ + then \ +- if [ ! -f $(ETCDIR)/sntoprc ]; \ ++ if [ ! -f $(ETCDIR)/sntoprc.sample ]; \ + then \ +- cp sntoprc.EXAMPLE $(ETCDIR)/sntoprc; \ +- chmod 644 $(ETCDIR)/sntoprc; \ ++ cp sntoprc.EXAMPLE $(ETCDIR)/sntoprc.sample; \ ++ chmod 644 $(ETCDIR)/sntoprc.sample; \ + fi; \ +- echo "sntop: Sample config exists at $(ETCDIR)/sntoprc"; \ ++ echo "sntop: Sample config exists at $(ETCDIR)/sntoprc.sample"; \ + else \ + echo "sntop: $(ETCDIR) does not exist"; false; \ + fi +@@ -78,7 +78,6 @@ + then \ + cp sntop.1 $(MANDIR); \ + chmod 644 $(MANDIR)/sntop.1; \ +- gzip -9 $(MANDIR)/sntop.1; \ + echo "sntop: Man file installed in $(MANDIR)"; \ + else \ + echo "sntop: $(MANDIR) does not exist, not installing man file"; \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message