Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 2004 12:01:06 +0200 (CEST)
From:      Roman Neuhauser <neuhauser@chello.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        david@catwhisker.org
Subject:   ports/67067: [PATCH] astro/gpsman distsite fix
Message-ID:  <20040523100106.710C12FDA01@isis.wad.cz>
Resent-Message-ID: <200405231010.i4NAARGW066851@freefall.freebsd.org>

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

>Number:         67067
>Category:       ports
>Synopsis:       [PATCH] astro/gpsman distsite fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 23 03:10:27 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Neuhauser
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD isis.wad.cz 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #3: Sun Mar 7 02:11:16 CET 2004 root@isis.wad.cz:/usr/obj/usr/src/sys/FREEPUPPY2_6 i386


	
>Description:
* only http://www.ncc.up.pt/gpsman/gpsmanhtml/ has gpsman_FreeBSD-6.0.1.tgz
* gpsman-6.0.1.tgz has the same checksum as gpsman_FreeBSD-6.0.1.tgz
* gpsman-6.0.1.tgz is actually available on ${MASTER_SITE_SUNSITE}
* www.ncc.up.pt times out right now, and given that http://www.ncc.up.pt/~mig/
  doesn't have the _FreeBSD tarball or doesn't exist at all (I don't remember
  the exact problem, but already removed it from my wc a few days ago), I'm
  moving the two urls at the end of the list

maintainer cc'd
>How-To-Repeat:
	
>Fix:

	

--- astro::gpsman.distsite.patch begins here ---
Index: astro/gpsman/Makefile
===================================================================
RCS file: /home/ncvs/ports/astro/gpsman/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- astro/gpsman/Makefile	26 Oct 2003 23:14:46 -0000	1.7
+++ astro/gpsman/Makefile	23 May 2004 09:48:09 -0000
@@ -9,12 +9,10 @@
 PORTVERSION=	6.0.1
 PORTREVISION=	1
 CATEGORIES=	astro tk84
-MASTER_SITES=	http://www.ncc.up.pt/gpsman/gpsmanhtml/ \
-		http://www.ncc.up.pt/~mig/ \
-		${MASTER_SITE_SUNSITE}
+MASTER_SITES=	${MASTER_SITE_SUNSITE} \
+		http://www.ncc.up.pt/gpsman/gpsmanhtml/ \
+		http://www.ncc.up.pt/~mig/
 MASTER_SITE_SUBDIR=	science/cartography
-# This is ugly; sorry.
-DISTNAME=	${PORTNAME}_FreeBSD-${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	david@catwhisker.org
Index: astro/gpsman/distinfo
===================================================================
RCS file: /home/ncvs/ports/astro/gpsman/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- astro/gpsman/distinfo	31 Mar 2004 03:05:59 -0000	1.5
+++ astro/gpsman/distinfo	23 May 2004 09:36:05 -0000
@@ -1,2 +1,2 @@
-MD5 (gpsman_FreeBSD-6.0.1.tgz) = 25598c9cbde858284fe12636dc603f7d
-SIZE (gpsman_FreeBSD-6.0.1.tgz) = 1130604
+MD5 (gpsman-6.0.1.tgz) = 25598c9cbde858284fe12636dc603f7d
+SIZE (gpsman-6.0.1.tgz) = 1130604
--- astro::gpsman.distsite.patch ends here ---


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



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