Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Mar 2006 19:19:28 GMT
From:      Jean-François BOEUF <jfb@minet.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/94185: [PATCH] astro/cfitsio : fix Mastersite
Message-ID:  <200603071919.k27JJSjn031659@www.freebsd.org>
Resent-Message-ID: <200603071920.k27JK7GP052978@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         94185
>Category:       ports
>Synopsis:       [PATCH] astro/cfitsio : fix Mastersite
>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:   Tue Mar 07 19:20:07 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jean-François BOEUF
>Release:        FreeBSD 6.0-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
last release of cfitsio has been updated to 3.006 and files related to 2.510 release have been moved to the oldvers/ directory on the MASTERSITE.
>How-To-Repeat:
> make fetch
=> cfitsio2510.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/.
fetch: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio2510.tar.gz: File unavailable (e.g., file not found, no access)
>Fix:
this patch only fix mastersite to make distfile fetchable again. I can work on upgrading the port in few days.

cfitsio.diff
=====================================================================
--- ports/astro/cfitsio/Makefile   Thu Sep 29 18:17:30 2005
+++ ports/astro/cfitsio/Makefile  Tue Mar  7 20:04:50 2006
@@ -8,7 +8,7 @@
 PORTNAME=      cfitsio
 PORTVERSION=   2.510
 CATEGORIES=    astro
-MASTER_SITES=  ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/
+MASTER_SITES=  ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/oldvers/
 DISTNAME=      ${PORTNAME}${PORTVERSION:S/.//}
 
 MAINTAINER=    ports@FreeBSD.org

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603071919.k27JJSjn031659>