From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 20 20:00:29 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 E24D116A41F for ; Thu, 20 Oct 2005 20:00:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E25643D6A for ; Thu, 20 Oct 2005 20:00:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9KK0SCI068548 for ; Thu, 20 Oct 2005 20:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9KK0Sax068547; Thu, 20 Oct 2005 20:00:28 GMT (envelope-from gnats) Resent-Date: Thu, 20 Oct 2005 20:00:28 GMT Resent-Message-Id: <200510202000.j9KK0Sax068547@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, Jean Milanez Melo Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71B2216A41F for ; Thu, 20 Oct 2005 19:57:38 +0000 (GMT) (envelope-from root@capeta.freebsdbrasil.com.br) Received: from capeta.freebsdbrasil.com.br (vrrp.freebsdbrasil.com.br [200.210.70.30]) by mx1.FreeBSD.org (Postfix) with SMTP id A4E7A43D69 for ; Thu, 20 Oct 2005 19:57:37 +0000 (GMT) (envelope-from root@capeta.freebsdbrasil.com.br) Received: (qmail 67711 invoked by uid 0); 20 Oct 2005 17:57:36 -0200 Message-Id: <20051020195736.67710.qmail@capeta.freebsdbrasil.com.br> Date: 20 Oct 2005 17:57:36 -0200 From: Jean Milanez Melo To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/87752: Update port: sysutils/apachetop update to 0.12.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jean Milanez Melo List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 20:00:29 -0000 >Number: 87752 >Category: ports >Synopsis: Update port: sysutils/apachetop update to 0.12.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 20 20:00:27 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jean Milanez Melo >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD capeta.freebsdbrasil.com.br 5.3-STABLE FreeBSD 5.3-STABLE #5: Wed Mar 2 15:03:19 BRT 2005 eksffa@capeta.freebsdbrasil.com.br:/usr/obj/usr/src/sys/CAPETA i386 >Description: - Update port to 0.12.5 - Take maintainership since maintainer is inactive for over than 1 year >How-To-Repeat: >Fix: --- apachetop.diff begins here --- diff -ruN apachetop.old/Makefile apachetop/Makefile --- apachetop.old/Makefile Wed Sep 15 23:27:05 2004 +++ apachetop/Makefile Thu Oct 20 17:51:22 2005 @@ -6,12 +6,12 @@ # PORTNAME= apachetop -PORTVERSION= 0.12 +PORTVERSION= 0.12.5 CATEGORIES= sysutils -MASTER_SITES= http://clueful.shagged.org/apachetop/files/ +MASTER_SITES= http://spork.qfe3.net/apachetop/files/ DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= esn@x123.info +MAINTAINER= jmelo@freebsdbrasil.com.br COMMENT= Apache RealTime log stats WANT_AUTOCONF_VER=259 @@ -19,7 +19,7 @@ USE_REINPLACE= yes MAN1= apachetop.1 -PLIST_FILES= sbin/apachetop +PLIST_FILES= bin/apachetop OPTIONS= ADNS "Asynchronous-capable DNS support" off \ FAM "File Alteration Monitor support" off \ diff -ruN apachetop.old/distinfo apachetop/distinfo --- apachetop.old/distinfo Mon May 24 18:26:07 2004 +++ apachetop/distinfo Thu Oct 20 17:41:07 2005 @@ -1,2 +1,2 @@ -MD5 (apachetop-0.12.tar.gz) = be26959e66325208ae3396f5f7182c1d -SIZE (apachetop-0.12.tar.gz) = 132225 +MD5 (apachetop-0.12.5.tar.gz) = 47c40c26319d57100008a2a56dcefe06 +SIZE (apachetop-0.12.5.tar.gz) = 126967 diff -ruN apachetop.old/pkg-descr apachetop/pkg-descr --- apachetop.old/pkg-descr Tue Oct 14 15:50:58 2003 +++ apachetop/pkg-descr Thu Oct 20 17:46:01 2005 @@ -1,3 +1,3 @@ ApacheTop was written to display realtime status of access logs -WWW: http://clueful.shagged.org/apachetop +WWW: http://spork.qfe3.net/apachetop --- apachetop.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: