Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Mar 2005 01:00:19 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/78315: Update port: math/netcdf
Message-ID:  <20050303010019.50135fa7.tkato432@yahoo.com>
Resent-Message-ID: <200503021610.j22GAHVu087558@freefall.freebsd.org>

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

>Number:         78315
>Category:       ports
>Synopsis:       Update port: math/netcdf
>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:   Wed Mar 02 16:10:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix DISTNAME

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/math/netcdf/Makefile math/netcdf/Makefile
--- /usr/ports/math/netcdf/Makefile	Sat Feb 19 23:11:31 2005
+++ math/netcdf/Makefile	Wed Feb 23 01:34:44 2005
@@ -8,13 +8,14 @@
 PORTNAME=	netcdf
 PORTVERSION=	3.6.0p1
 CATEGORIES=	math
-MASTER_SITES=	ftp://ftp.unidata.ucar.edu/pub/netcdf/
-DISTNAME=	${PORTNAME}
+MASTER_SITES=	ftp://ftp.unidata.ucar.edu/pub/netcdf/%SUBDIR%/
+MASTER_SITE_SUBDIR=	. old
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/p/-p/}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Library for machine-independent, array-oriented data access
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-3.6.0-p1/src
+WRKSRC=		${WRKDIR}/${DISTNAME}/src
 
 CONFLICTS=	hdf-4.*
 
diff -urN /usr/ports/math/netcdf/distinfo math/netcdf/distinfo
--- /usr/ports/math/netcdf/distinfo	Sat Feb 19 23:11:31 2005
+++ math/netcdf/distinfo	Wed Feb 23 01:35:25 2005
@@ -1,2 +1,2 @@
-MD5 (netcdf.tar.gz) = 27c193e0462d9979406d167a01a5ee95
-SIZE (netcdf.tar.gz) = 842025
+MD5 (netcdf-3.6.0-p1.tar.gz) = 27c193e0462d9979406d167a01a5ee95
+SIZE (netcdf-3.6.0-p1.tar.gz) = 842025
>Release-Note:
>Audit-Trail:
>Unformatted:



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