octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: nan 3.0 or 3.0.0?


From: Carnë Draug
Subject: Re: nan 3.0 or 3.0.0?
Date: Fri, 26 Feb 2016 14:30:21 +0000

On 26 February 2016 at 02:58, Marius Schamschula <address@hidden> wrote:
> I’ve been trying to update the MacPorts port of octave-nan to version 3.0.0,
> however, the source file on SF is called nan-3.0.tar.gz. The download link
> in http://octave.sourceforge.net/nan/index.html is broken due to this.
>
> The resulting package builds as version 3.0.0, which causes issues in the
> packaging process, as the Portfile specifies version 3.0.
>

CC'ing the maintainer of the NaN package.

You are right.  I'd argue this is an issue with pkg().  pkg only accepts
versions in the format "major.minor.patch".  In addition, if the patch number
is missing it appends a zero.  It probably shouldn't do it.  My guess is that
it does this to ease comparison between version.

As far as generate_html is concerned, the release really was 3.0.0 which
caused the broken link on the octave forge site.  I have fixed this online.

Carnë



reply via email to

[Prev in Thread] Current Thread [Next in Thread]