mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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
This commit is contained in:
parent
43bfcd4acb
commit
a68aba8537
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548958
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue