Date: Sat, 19 Sep 2020 11:03:11 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548958 - head/cad/gmsh Message-ID: <202009191103.08JB3B4E009822@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Sat Sep 19 11:03:10 2020 New Revision: 548958 URL: https://svnweb.freebsd.org/changeset/ports/548958 Log: 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 Modified: head/cad/gmsh/Makefile Modified: head/cad/gmsh/Makefile ============================================================================== --- head/cad/gmsh/Makefile Sat Sep 19 11:02:00 2020 (r548957) +++ head/cad/gmsh/Makefile Sat Sep 19 11:03:10 2020 (r548958) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009191103.08JB3B4E009822>