On 2013/05/22 10:02, David Coppa wrote: > On Wed, 22 May 2013, Stuart Henderson wrote: > > > Please list an http site first in MASTER_SITES, and have the first > > ftp site be upstream's main site > > (ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/) so that 'make > > peek-ftp' goes to the right place. > > Is this ok?
strasbourg isn't on the official mirrors list (ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/mirrors) though I guess that's not really a problem as we check hashes.. > - > http://www.mirrorservice.org/sites/vic.cc.purdue.edu/pub/tools/unix/lsof/ btw this one is now http://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/ The post-extract can be simplified a bit btw.. (I have checked that this still does the right thing if the md5 doesn't match). cd ${WRKDIST}/.. ; grep MD5.*tar README.${DISTNAME} | \ cksum -c - && tar -xf ${SRCBALL_NAME}.tar works for me.
