Date: Mon, 21 Aug 2017 13:34:54 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448473 - head/math/py-numpy Message-ID: <201708211334.v7LDYsKa025283@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Aug 21 13:34:54 2017 New Revision: 448473 URL: https://svnweb.freebsd.org/changeset/ports/448473 Log: Don't add the distfile twice. This fixes a fetch error: => numpy-numpy-v1.13.1_GH0.tar.gz doesn't seem to exist in /portdistfiles/. => Attempting to fetch https://codeload.github.com/numpy/numpy/tar.gz/v1.13.1?dummy=/numpy-numpy-v1.13.1_GH0.tar.gz fetch: 4336552: No such file or directory numpy-numpy-v1.13.1_GH0.tar.gz 0 B 0 Bps => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/numpy-numpy-v1.13.1_GH0.tar.gz fetch: 4336552: No such file or directory => Couldn't fetch it - please try to retrieve this => port manually into /portdistfiles/ and try again. Sponsored by: Absolight Modified: head/math/py-numpy/Makefile (contents, props changed) head/math/py-numpy/distinfo (contents, props changed) Modified: head/math/py-numpy/Makefile ============================================================================== --- head/math/py-numpy/Makefile Mon Aug 21 13:26:28 2017 (r448472) +++ head/math/py-numpy/Makefile Mon Aug 21 13:34:54 2017 (r448473) @@ -7,11 +7,9 @@ DISTVERSIONPREFIX= v PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= math python -MASTER_SITES= GH:source \ - http://docs.scipy.org/doc/${PORTNAME}-${PORTVERSION:C/\.[0-9]+$/.0/}/:doc +MASTER_SITES= http://docs.scipy.org/doc/${PORTNAME}-${PORTVERSION:C/\.[0-9]+$/.0/}/:doc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source \ - ${PORTNAME}-ref-${PORTVERSION:C/\.[0-9]+$/.0/}.pdf:doc \ +DISTFILES= ${PORTNAME}-ref-${PORTVERSION:C/\.[0-9]+$/.0/}.pdf:doc \ ${PORTNAME}-user-${PORTVERSION:C/\.[0-9]+$/.0/}.pdf:doc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} Modified: head/math/py-numpy/distinfo ============================================================================== --- head/math/py-numpy/distinfo Mon Aug 21 13:26:28 2017 (r448472) +++ head/math/py-numpy/distinfo Mon Aug 21 13:34:54 2017 (r448473) @@ -1,6 +1,4 @@ -TIMESTAMP = 1503308026 -SHA256 (numpy-numpy-v1.13.1_GH0.tar.gz) = cf8652b96582b282a5bb710aa4fe2300dca63bdd678a3cd7820314cb6c97ca89 -SIZE (numpy-numpy-v1.13.1_GH0.tar.gz) = 4336552 +TIMESTAMP = 1503322433 SHA256 (numpy-ref-1.13.0.pdf) = 954a70e3724680603d40ad287201b7999aedd3e803033066f11e95a25a7d4028 SIZE (numpy-ref-1.13.0.pdf) = 5047809 SHA256 (numpy-user-1.13.0.pdf) = 9bba988452f0e58c257833df80658509ccb85af5d946c55b19ffb16367f1704f
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708211334.v7LDYsKa025283>