On Wed, Jul 03, 2013 at 09:26:43AM -0600, Aaron wrote: > On Mon, Jul 1, 2013 at 7:18 PM, James Turner <[email protected]> wrote: > > The attached diff updates node-typscript to 0.9.0.1. It also fixes a > > problem where tsc had the wrong permissions and wasn't executable. Is > > the NPM_VERSION and PKGNAME the correct way to handle this update? > > REVISION should be used for this. Set to 0. >
So if I was just fixing the tsc bit, REVISION makes sense. But 0.9.0.1 is a whole new release from upstream. The npm module is versioned as 0.9.0-1 so I'm not quite sure why REVISION is needed. I've set PKGNAME because 0.9.0-1 doesn't seem to be a valid scheme for a version. Not sure if that clears anything up. > > pkg_add doesn't seem to support the 0.9.0-1 scheme. > > > > Release announcement can be found here [0]. Tested on amd64. oks? > > > > [0] > > http://blogs.msdn.com/b/typescript/archive/2013/06/28/announcing-typescript-0-9-0-1.aspx > > > > -- > > James Turner > -- James Turner
