Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2013 09:21:22 +0200
From:      Marcus von Appen <mva@FreeBSD.org>
To:        Dmitry Sivachenko <demon@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r318575 - in head/math/py-numpy: . files
Message-ID:  <20130520072122.GA1287@medusa.sysfault.org>
In-Reply-To: <201305200620.r4K6KTnO039444@svn.freebsd.org>
References:  <201305200620.r4K6KTnO039444@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--n8g4imXOkfNTN/H1
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On, Mon May 20, 2013, Dmitry Sivachenko wrote:

[...]

Due to the changed distinfo entries for the PDFs, fetching the DISTFILES
does not work anymore:

/usr/ports/math/py-numpy # make fetch
===>  License BSD accepted by the user
===>  Found saved configuration for py27-numpy-1.7.0,1
=> numpy-ref.pdf is not in /usr/ports/math/py-numpy/distinfo.
=> Either /usr/ports/math/py-numpy/distinfo is out of date, or
=> numpy-ref.pdf is spelled incorrectly.
*** [do-fetch] Error code 1

You might consider the following patch:

Index: Makefile
===================================================================
--- Makefile	(revision 318575)
+++ Makefile	(working copy)
@@ -9,8 +9,8 @@
 		SF/${PORTNAME}/NumPy/${PORTVERSION}:source
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTFILES=	numpy-${PORTVERSION:S/r/rc/}${EXTRACT_SUFX}:source \
-		numpy-ref.pdf:doc \
-		numpy-user.pdf:doc
+		numpy-ref-${PORTVERSION}.pdf:doc \
+		numpy-user-${PORTVERSION}.pdf:doc
 EXTRACT_ONLY=	numpy-${PORTVERSION:S/r/rc/}${EXTRACT_SUFX}

 MAINTAINER=	llwang@infor.org


Cheers
Marcus

--n8g4imXOkfNTN/H1
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.20 (FreeBSD)

iEYEARECAAYFAlGZzvIACgkQi68/ErJnpkcPyACgw5VSDWhXF4+qFQFoI1Ka3RIP
NN0An3x9kX841JwX2Q+e7MDzlKC0I8J1
=73Lz
-----END PGP SIGNATURE-----

--n8g4imXOkfNTN/H1--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130520072122.GA1287>