From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 24 12:50:33 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D3EF16A4CF for ; Mon, 24 May 2004 12:50:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E91043D2F for ; Mon, 24 May 2004 12:50:33 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i4OJoEAa090711 for ; Mon, 24 May 2004 12:50:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i4OJoEDr090710; Mon, 24 May 2004 12:50:14 -0700 (PDT) (envelope-from gnats) Resent-Date: Mon, 24 May 2004 12:50:14 -0700 (PDT) Resent-Message-Id: <200405241950.i4OJoEDr090710@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Florent Thoumie Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36A8716A4CE for ; Mon, 24 May 2004 12:49:14 -0700 (PDT) Received: from gw.xbsd.org (xbsd.org [81.56.254.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BE3F43D2F for ; Mon, 24 May 2004 12:49:13 -0700 (PDT) (envelope-from flz@xbsd.org) Received: by gw.xbsd.org (Postfix, from userid 201) id 93C2CC03; Mon, 24 May 2004 21:48:30 +0200 (CEST) Message-Id: <20040524194830.93C2CC03@gw.xbsd.org> Date: Mon, 24 May 2004 21:48:30 +0200 (CEST) From: Florent Thoumie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/67136: Update port: www/visitors - Update to version 0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Florent Thoumie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2004 19:50:33 -0000 >Number: 67136 >Category: ports >Synopsis: Update port: www/visitors - Update to version 0.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon May 24 12:50:14 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Florent Thoumie >Release: FreeBSD 4.9-RC i386 >Organization: Xbsd.org >Environment: System: FreeBSD gw 4.9-RC FreeBSD 4.9-RC #4: Sun Oct 5 14:25:09 CEST 2003 rf@gw:/usr/src/sys/compile/GW i386 >Description: Update to version 0.3. >How-To-Repeat: N/A >Fix: --- visitors-0.3.diff begins here --- diff -ruN visitors/Makefile visitors.new/Makefile --- visitors/Makefile Wed May 19 14:25:27 2004 +++ visitors.new/Makefile Mon May 24 21:36:53 2004 @@ -6,16 +6,14 @@ # PORTNAME= visitors -PORTVERSION= 0.2.a +PORTVERSION= 0.3 CATEGORIES= www MASTER_SITES= http://www.hping.org/visitors/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/a/} MAINTAINER= flz@xbsd.org COMMENT= Very fast and easy to use web log analyzer -WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:S/.a/a/} -USE_REINPLACE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} PLIST_FILES= bin/visitors PORTDOCS= doc.html diff -ruN visitors/distinfo visitors.new/distinfo --- visitors/distinfo Thu May 13 22:04:48 2004 +++ visitors.new/distinfo Mon May 24 17:57:13 2004 @@ -1,2 +1,2 @@ -MD5 (visitors-0.2a.tar.gz) = fcd48374d3c84c7d316279c02679a986 -SIZE (visitors-0.2a.tar.gz) = 86445 +MD5 (visitors-0.3.tar.gz) = 0a76bb3024c56dda93398e2b6cd2c53c +SIZE (visitors-0.3.tar.gz) = 49063 diff -ruN visitors/files/patch-Makefile visitors.new/files/patch-Makefile --- visitors/files/patch-Makefile Wed May 19 14:25:28 2004 +++ visitors.new/files/patch-Makefile Mon May 24 18:01:27 2004 @@ -1,6 +1,6 @@ ---- Makefile.orig Wed May 19 14:06:49 2004 -+++ Makefile Wed May 19 14:07:15 2004 -@@ -3,11 +3,11 @@ +--- Makefile.orig Mon May 24 16:51:51 2004 ++++ Makefile Mon May 24 18:01:13 2004 +@@ -3,11 +3,12 @@ # All Rights Reserved # Under the GPL license version 2 @@ -10,8 +10,9 @@ RANLIB= /usr/bin/ranlib -CCOPT= -O2 -Wall -W -DEBUG= -g -+CCOPT= ${CFLAGS} ++#CCOPT= -O2 -Wall -W +#DEBUG= -g ++CCOPT= $(CFLAGS) - OBJ = visitors.o aht.o antigetopt.o + OBJ = visitors.o aht.o antigetopt.o tail.o PRGNAME = visitors --- visitors-0.3.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: