diff options
author | krion <krion@FreeBSD.org> | 2005-02-20 16:08:46 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-02-20 16:08:46 +0800 |
commit | 82c9f134486f221c1c9e0e0ffeb62a0521bf87c5 (patch) | |
tree | bfa03888927fc6276b1555bbff86d1c60115cee0 /math/p5-NetCDF | |
parent | c739a23e9cf73487862834fb8371ddefb4e42494 (diff) | |
download | freebsd-ports-gnome-82c9f134486f221c1c9e0e0ffeb62a0521bf87c5.tar.gz freebsd-ports-gnome-82c9f134486f221c1c9e0e0ffeb62a0521bf87c5.tar.zst freebsd-ports-gnome-82c9f134486f221c1c9e0e0ffeb62a0521bf87c5.zip |
Fix MASTER_SITES and rename distfile.
PR: ports/77749
Submitted by: maintainer
Diffstat (limited to 'math/p5-NetCDF')
-rw-r--r-- | math/p5-NetCDF/Makefile | 5 | ||||
-rw-r--r-- | math/p5-NetCDF/distinfo | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/math/p5-NetCDF/Makefile b/math/p5-NetCDF/Makefile index 2ab5aa98696c..49a3ac9a9468 100644 --- a/math/p5-NetCDF/Makefile +++ b/math/p5-NetCDF/Makefile @@ -8,10 +8,9 @@ PORTNAME= NetCDF PORTVERSION= 1.2.2 CATEGORIES= math perl5 -MASTER_SITES= http://www.unidata.ucar.edu/packages/netcdf-perl/ +MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf-perl/ PKGNAMEPREFIX= p5- -# No version number in distribution file, sigh. -DISTFILES= netcdf-perl.tar.Z +DISTFILES= netcdf-perl-${PORTVERSION}.tar.Z MAINTAINER= rand@meridian-enviro.com COMMENT= Perl5 module to read and write netCDF files diff --git a/math/p5-NetCDF/distinfo b/math/p5-NetCDF/distinfo index a0ff66c5498e..657322a2abe4 100644 --- a/math/p5-NetCDF/distinfo +++ b/math/p5-NetCDF/distinfo @@ -1 +1 @@ -MD5 (netcdf-perl.tar.Z) = 81f068cc62d976e116091cbe87ea5415 +MD5 (netcdf-perl-1.2.2.tar.Z) = 81f068cc62d976e116091cbe87ea5415 |