From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 25 13:00:06 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFC7916A468 for ; Thu, 25 Oct 2007 13:00:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A981413C48E for ; Thu, 25 Oct 2007 13:00:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9PD06ci035933 for ; Thu, 25 Oct 2007 13:00:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9PD06fT035932; Thu, 25 Oct 2007 13:00:06 GMT (envelope-from gnats) Resent-Date: Thu, 25 Oct 2007 13:00:06 GMT Resent-Message-Id: <200710251300.l9PD06fT035932@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, Philippe Audeoud Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E372616A46D for ; Thu, 25 Oct 2007 12:58:18 +0000 (UTC) (envelope-from jadawin@huppa.tuxaco.net) Received: from huppa.tuxaco.net (huppa.tuxaco.net [91.121.19.193]) by mx1.freebsd.org (Postfix) with ESMTP id B71CC13C4B5 for ; Thu, 25 Oct 2007 12:58:18 +0000 (UTC) (envelope-from jadawin@huppa.tuxaco.net) Received: from localhost (unknown [127.0.0.1]) by huppa.tuxaco.net (Postfix) with ESMTP id 9E5F9F207 for ; Thu, 25 Oct 2007 15:00:01 +0200 (CEST) Received: from huppa.tuxaco.net ([127.0.0.1]) by localhost (huppa.tuxaco.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vwTYz7QOCAkf for ; Thu, 25 Oct 2007 14:59:58 +0200 (CEST) Received: by huppa.tuxaco.net (Postfix, from userid 1001) id 94461F205; Thu, 25 Oct 2007 14:59:58 +0200 (CEST) Message-Id: <20071025125958.94461F205@huppa.tuxaco.net> Date: Thu, 25 Oct 2007 14:59:58 +0200 (CEST) From: Philippe Audeoud To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/117485: [update] net-mgmt/disco : update MASTER_SITES and MAINTAINER X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Philippe Audeoud List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2007 13:00:06 -0000 >Number: 117485 >Category: ports >Synopsis: [update] net-mgmt/disco : update MASTER_SITES and MAINTAINER >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 25 13:00:05 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Philippe Audeoud >Release: FreeBSD 6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD huppa.tuxaco.net 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Tue Mar 20 16:05:42 CET 2007 root@:/usr/obj/usr/src/sys/GENERIC i386 >Description: Here is the patch to update net-mgmt/disco. >How-To-Repeat: >Fix: --- patch-disco.1 begins here --- diff -ruN net-mgmt/disco.orig/Makefile net-mgmt/disco/Makefile --- net-mgmt/disco.orig/Makefile Thu Oct 25 12:28:05 2007 +++ net-mgmt/disco/Makefile Thu Oct 25 12:51:08 2007 @@ -7,10 +7,12 @@ PORTNAME= disco PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= net-mgmt -MASTER_SITES= http://voodoo.bawue.com/download/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITE_SUBDIR= discoipd -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jadawin@tuxaco.net COMMENT= IP discovery and fingerprinting utility GNU_CONFIGURE= yes diff -ruN net-mgmt/disco.orig/distinfo net-mgmt/disco/distinfo --- net-mgmt/disco.orig/distinfo Thu Oct 25 12:28:05 2007 +++ net-mgmt/disco/distinfo Thu Oct 25 12:37:07 2007 @@ -1,3 +1,3 @@ -MD5 (disco-1.2.tar.gz) = c5cd6e0c865550dc7f354ef132b2a7c5 -SHA256 (disco-1.2.tar.gz) = 26de25d83d6698ede19ce3e18f37f1398540fc050990aa0455987304d6fc04d2 -SIZE (disco-1.2.tar.gz) = 123485 +MD5 (disco-1.2.tar.gz) = 56bd487197e1989ebcbb242ac853f975 +SHA256 (disco-1.2.tar.gz) = 0cb6cf5974b9f12310a453d71387bf3d827b4c4e0461ac4594cd72f53f4f1055 +SIZE (disco-1.2.tar.gz) = 123488 --- patch-disco.1 ends here --- >Release-Note: >Audit-Trail: >Unformatted: