From owner-svn-ports-head@FreeBSD.ORG Mon May 20 07:21:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 98AC9978; Mon, 20 May 2013 07:21:31 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.31.28]) by mx1.freebsd.org (Postfix) with ESMTP id 5903E101; Mon, 20 May 2013 07:21:31 +0000 (UTC) Received: from [89.182.24.124] (helo=localhost) by smtprelay01.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1UeKPL-0004dT-AJ; Mon, 20 May 2013 09:21:23 +0200 Date: Mon, 20 May 2013 09:21:22 +0200 From: Marcus von Appen To: Dmitry Sivachenko Subject: Re: svn commit: r318575 - in head/math/py-numpy: . files Message-ID: <20130520072122.GA1287@medusa.sysfault.org> Mail-Followup-To: Dmitry Sivachenko , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201305200620.r4K6KTnO039444@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="n8g4imXOkfNTN/H1" Content-Disposition: inline In-Reply-To: <201305200620.r4K6KTnO039444@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Df-Sender: MTEyNTc0Mg== Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Marcus von Appen 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, 20 May 2013 07:21:31 -0000 --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--