On 2010/01/16 21:26, Dorian Büttner wrote: > There seems to be different sized ones with the same name/version, which one > is correct?:
the ftp.openbsd.org one is right for this port; upstream has changed to a different version. I've mirrored it: Index: Makefile =================================================================== RCS file: /cvs/ports/math/blas/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile 22 Nov 2009 16:19:56 -0000 1.10 +++ Makefile 17 Jan 2010 13:28:27 -0000 @@ -21,7 +21,8 @@ PERMIT_DISTFILES_FTP= Yes MASTER_SITES= ftp://ftp.netlib.org/blas/ \ ftp://netlib.bell-labs.com/netlib/blas/ \ http://www.netlib.no/netlib/blas/ -MASTER_SITES0= ${MASTER_SITES:S/blas/lapack/} +# mirrored from ${MASTER_SITES:S/blas/lapack/}, upstream has re-rolled +MASTER_SITES0= http://spacehopper.org/mirrors/blas-1.0/ EXTRACT_SUFX= .tgz DIST_SUBDIR= ${DISTNAME}-${VERSION} WRKDIST= ${WRKDIR}
