diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2020-09-19 11:03:10 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2020-09-19 11:03:10 +0000 |
commit | a68aba85378c6feff03fc0d54c7ead81d0f497e9 (patch) | |
tree | 47929b77982fe6f4bb8b7feeefd08c0108bee0fc | |
parent | www/deno: schedule for removal on 2020-12-31, it needs py27-only chromium-gn. (diff) |
cad/gmsh: Fix fetch
Add the distfile to LOCAL/zeising as well, since I did the update.
For some reason the distfile is notoriously hard to fetch from upstream, so
add a local copy of it as well.
From the buildlog:
=> Attempting to fetch http://gmsh.info/src/gmsh-4.6.0-source.tgz
gmsh-4.6.0-source.tgz 11 MB 1542 Bps 02h10m
fetch: transfer timed out
fetch: gmsh-4.6.0-source.tgz appears to be truncated: 12047097/12048076 bytes
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/gmsh/gmsh-4.6.0-source.tgz
fetch: http://distcache.FreeBSD.org/ports-distfiles/gmsh/gmsh-4.6.0-source.tgz: size mismatch: expected 12048076, actual 12047097
=> Couldn't fetch it - please try to retrieve this
Notes
Notes:
svn path=/head/; revision=548958
-rw-r--r-- | cad/gmsh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index c17ec10d77a1..9e1fdf25ad90 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -5,6 +5,7 @@ PORTNAME= gmsh DISTVERSION= 4.6.0 CATEGORIES= cad MASTER_SITES= LOCAL/wen \ + LOCAL/zeising \ http://gmsh.info/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source DIST_SUBDIR= gmsh |