Re: math/cgal: version number is a lie ...

2014-02-28 Thread Jasper Lievisse Adriaanse
On Fri, Feb 28, 2014 at 01:32:37PM +0100, Pascal Stumpf wrote: > Wow, just came across this: math/cgal claims to be version 4.1, but it > is not. The tarball contains the code for version 3.8. This part of > the makefile should have raised suspicions, I think: > > \# wow, forgot to change versio

Re: math/cgal: version number is a lie ...

2014-02-28 Thread Christian Weisgerber
Pascal Stumpf: > The problem is that MASTER_SITES will let you download any > CGAL-x.y.tar.gz and give you 3.8. If you want anything else, you have > to change the number at the end of the URL. I can prepare an update to > 4.3 for after unlock, but for now, I think correcting the version and > b

Re: math/cgal: version number is a lie ...

2014-02-28 Thread Amit Kulkarni
On Fri, Feb 28, 2014 at 6:32 AM, Pascal Stumpf wrote: > Wow, just came across this: math/cgal claims to be version 4.1, but it > is not. The tarball contains the code for version 3.8. This part of > the makefile should have raised suspicions, I think: > > \# wow, forgot to change version? > WRKD

math/cgal: version number is a lie ...

2014-02-28 Thread Pascal Stumpf
Wow, just came across this: math/cgal claims to be version 4.1, but it is not. The tarball contains the code for version 3.8. This part of the makefile should have raised suspicions, I think: \# wow, forgot to change version? WRKDIST = ${WRKDIR}/CGAL-3.8 And indeed, just look at VE