svn commit: r318575 - in head/math/py-numpy: . files
Marcus von Appen
mva at FreeBSD.org
Mon May 20 07:21:31 UTC 2013
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 at infor.org
Cheers
Marcus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20130520/4db756c3/attachment.sig>
More information about the svn-ports-head
mailing list