diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-25 04:19:06 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-25 04:19:06 +0800 |
commit | 62de4a5f746b29575edb2acbcaa60826fc9a5047 (patch) | |
tree | e9ef1f0a978df7a3de0e7cedb2ce622a63db7ad3 /science/hdf5-18 | |
parent | f988c42631509de7e29aabaf7354bf97c12a982f (diff) | |
download | freebsd-ports-gnome-62de4a5f746b29575edb2acbcaa60826fc9a5047.tar.gz freebsd-ports-gnome-62de4a5f746b29575edb2acbcaa60826fc9a5047.tar.zst freebsd-ports-gnome-62de4a5f746b29575edb2acbcaa60826fc9a5047.zip |
We are one release behind, so add a backup directory on the mastersite
to fix the fetch. This will also allow me to flush a bad distfile on ftp.
Diffstat (limited to 'science/hdf5-18')
-rw-r--r-- | science/hdf5-18/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index dd0ad06129b1..7dd4440a7ed2 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/Makefile @@ -9,7 +9,8 @@ PORTNAME= hdf5 PORTVERSION= 1.6.5 CATEGORIES= science archivers graphics -MASTER_SITES= ftp://ftp.hdfgroup.org/HDF5/current/src/ +MASTER_SITES= ftp://ftp.hdfgroup.org/HDF5/current/src/ \ + ftp://ftp.hdfgroup.org/HDF5/current-old/src/ MAINTAINER= koziol@hdfgroup.org COMMENT= Hierarchical Data Format library (from NCSA) |