From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 25 15:08:21 2006 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A2E116A4A9 for ; Thu, 25 May 2006 15:08:21 +0000 (UTC) (envelope-from freebsd@unixfreunde.de) Received: from unixfreunde.net (unixfreunde.de [85.214.35.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98B8343D46 for ; Thu, 25 May 2006 15:08:20 +0000 (GMT) (envelope-from freebsd@unixfreunde.de) Received: by unixfreunde.net (Postfix, from userid 65534) id 94E375067D; Thu, 25 May 2006 17:08:21 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.0-gr0 (2005-09-13) on unixfreunde.de X-Spam-Level: X-Spam-Status: No, score=-97.2 required=5.0 tests=AWL,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL,USER_IN_WHITELIST autolearn=no version=3.1.0-gr0 Received: from mwilke.ath.cx (p548D407A.dip0.t-ipconnect.de [84.141.64.122]) by unixfreunde.net (Postfix) with ESMTP id 3AB3050625; Thu, 25 May 2006 17:08:21 +0200 (CEST) Date: Thu, 25 May 2006 17:08:19 +0200 From: Martin Wilke To: Sam Lawrance Message-ID: <20060525170819.366771d7@mwilke.ath.cx> In-Reply-To: <200605251420.k4PEKFIw052618@freefall.freebsd.org> References: <200605251420.k4PEKFIw052618@freefall.freebsd.org> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.9.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_f9Re+5CdhXU8m93rt8q0K/q" Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/97606: [patch] devel/cxmon X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 May 2006 15:08:22 -0000 --MP_f9Re+5CdhXU8m93rt8q0K/q Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline On Thu, 25 May 2006 14:20:15 GMT Sam Lawrance wrote: ups patch foget sorry > The following reply was made to PR ports/97606; it has been noted by > GNATS. > > From: Sam Lawrance > To: bug-followup@FreeBSD.org, > freebsd@unixfreunde.de > Cc: > Subject: Re: ports/97606: [patch] devel/cxmon > Date: Fri, 26 May 2006 00:10:55 +1000 > > There is a more appropriate master site available. > > Master site should be http://cxmon.cebix.net/downloads/ > WWW link should be http://cxmon.cebix.net/ > > _______________________________________________ > freebsd-ports-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs > To unsubscribe, send any mail to > "freebsd-ports-bugs-unsubscribe@freebsd.org" --MP_f9Re+5CdhXU8m93rt8q0K/q Content-Type: text/x-patch; name=cxmon.diff Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=cxmon.diff diff -ruN /usr/ports/devel/cxmon/Makefile ports/devel/cxmon/Makefile --- /usr/ports/devel/cxmon/Makefile Wed Oct 12 08:25:10 2005 +++ ports/devel/cxmon/Makefile Thu May 25 17:05:13 2006 @@ -8,7 +8,7 @@ PORTNAME= cxmon PORTVERSION= 3.1 CATEGORIES= devel -MASTER_SITES= http://wwwthep.physik.uni-mainz.de/~cbauer/ +MASTER_SITES= http://cxmon.cebix.net/downloads/ MAINTAINER= watchman@ludd.ltu.se COMMENT= Interactive file manipulation tool and disassembler diff -ruN /usr/ports/devel/cxmon/pkg-descr ports/devel/cxmon/pkg-descr --- /usr/ports/devel/cxmon/pkg-descr Sat Nov 26 00:10:29 2005 +++ ports/devel/cxmon/pkg-descr Thu May 25 17:04:35 2006 @@ -8,4 +8,4 @@ You can also simply use it as an interactive workbench for manipulating files, or even as a hex calculator. -WWW: http://www.students.uni-mainz.de/bauec002/CXMain.html +WWW: http://cxmon.cebix.net/ --MP_f9Re+5CdhXU8m93rt8q0K/q--