From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 28 13:00:11 2010 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 9FC701065679 for ; Mon, 28 Jun 2010 13:00:11 +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 8EE288FC1B for ; Mon, 28 Jun 2010 13:00:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o5SD0BQb086237 for ; Mon, 28 Jun 2010 13:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o5SD0BhL086236; Mon, 28 Jun 2010 13:00:11 GMT (envelope-from gnats) Date: Mon, 28 Jun 2010 13:00:11 GMT Message-Id: <201006281300.o5SD0BhL086236@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Chris Rees Cc: Subject: Re: ports/148208: New port: science/jstrack: A freeware hurricane tracking program X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2010 13:00:11 -0000 The following reply was made to PR ports/148208; it has been noted by GNATS. From: Chris Rees To: bug-followup@FreeBSD.org, utisoft@gmail.com Cc: Subject: Re: ports/148208: New port: science/jstrack: A freeware hurricane tracking program Date: Mon, 28 Jun 2010 13:56:47 +0100 This is a multi-part message in MIME format. --------------010404030600000104010408 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Beg pardon, I meant to host the tarball on my site too. Here's a patch with MASTER_SITES updated, and a new shar at http://www.bayofrum.net/jstrack.shar Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. --------------010404030600000104010408 Content-Type: text/plain; name="jstrack.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="jstrack.diff" diff -ruN jstrack.orig/Makefile jstrack/Makefile --- jstrack.orig/Makefile 2010-06-28 12:55:53.000000000 +0100 +++ jstrack/Makefile 2010-06-28 12:56:26.000000000 +0100 @@ -8,7 +8,8 @@ PORTNAME= jstrack PORTVERSION= 3.0.2 CATEGORIES= science -MASTER_SITES= http://www.jstrack.org/jstrack/downloads/ +MASTER_SITES= http://www.jstrack.org/${PORTNAME}/downloads/ \ + http://www.bayofrum.net/dist/${PORTNAME}/ MAINTAINER= utisoft@gmail.com COMMENT= A freeware hurricane tracking program --------------010404030600000104010408--