From owner-svn-ports-head@freebsd.org Mon Aug 21 13:34:56 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E96ADDBE6E; Mon, 21 Aug 2017 13:34:56 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D18BF6FE54; Mon, 21 Aug 2017 13:34:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7LDYsTl025285; Mon, 21 Aug 2017 13:34:54 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7LDYsKa025283; Mon, 21 Aug 2017 13:34:54 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201708211334.v7LDYsKa025283@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 21 Aug 2017 13:34:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448473 - head/math/py-numpy X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/math/py-numpy X-SVN-Commit-Revision: 448473 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2017 13:34:56 -0000 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