pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ninja-build



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 17 11:58:50 UTC 2019

Modified Files:
        pkgsrc/devel/ninja-build: Makefile distinfo
Removed Files:
        pkgsrc/devel/ninja-build/patches: patch-configure.py
            patch-src_subprocess-posix.cc

Log Message:
ninja-build: update to 1.9.0.

We've finally tagged a new release of Ninja, version v1.9.0!

The biggest feature of this release would be high-resolution
timestamps, so timestamps with a resolution under 1 second.
https://github.com/ninja-build/ninja/issues/371

There are also several small quality-of-life improvements, for
example ninja now enables Windows 10's ANSI color escape code
support.  https://github.com/ninja-build/ninja/issues/1451

For a complete list of changes see:
https://github.com/ninja-build/ninja/compare/v1.8.2...v1.9.0


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ninja-build/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ninja-build/distinfo
cvs rdiff -u -r1.4 -r0 pkgsrc/devel/ninja-build/patches/patch-configure.py
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/ninja-build/patches/patch-src_subprocess-posix.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ninja-build/Makefile
diff -u pkgsrc/devel/ninja-build/Makefile:1.8 pkgsrc/devel/ninja-build/Makefile:1.9
--- pkgsrc/devel/ninja-build/Makefile:1.8       Thu Sep 14 08:23:53 2017
+++ pkgsrc/devel/ninja-build/Makefile   Sun Feb 17 11:58:50 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2017/09/14 08:23:53 adam Exp $
+# $NetBSD: Makefile,v 1.9 2019/02/17 11:58:50 wiz Exp $
 
-DISTNAME=      ninja-1.8.2
+DISTNAME=      ninja-1.9.0
 PKGNAME=       ${DISTNAME:S/ninja/ninja-build/}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ninja-build/}
@@ -9,7 +9,7 @@ GITHUB_PROJECT= ninja
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
 HOMEPAGE=      https://ninja-build.org/
-COMMENT=       Ninja is a small build system with a focus on speed
+COMMENT=       Small build system with a focus on speed
 LICENSE=       apache-2.0
 
 BUILD_DEPENDS+=        re2c>=0.11.3:../../devel/re2c

Index: pkgsrc/devel/ninja-build/distinfo
diff -u pkgsrc/devel/ninja-build/distinfo:1.10 pkgsrc/devel/ninja-build/distinfo:1.11
--- pkgsrc/devel/ninja-build/distinfo:1.10      Thu Sep 14 08:23:53 2017
+++ pkgsrc/devel/ninja-build/distinfo   Sun Feb 17 11:58:50 2019
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.10 2017/09/14 08:23:53 adam Exp $
+$NetBSD: distinfo,v 1.11 2019/02/17 11:58:50 wiz Exp $
 
-SHA1 (ninja-1.8.2.tar.gz) = 17219deb34dd816363e37470f77ff7231509143a
-RMD160 (ninja-1.8.2.tar.gz) = 6623824c7d55a9e0b121d6614831a865da3eff0a
-SHA512 (ninja-1.8.2.tar.gz) = 1650bf9e3eddeb0b0fbb415c2b8e0a7c094421e991fa8139fd77fae0f6ee7ee980b7cf5e98d883c3a884f99abcb06fa26e3980af3a3a5bb6dd655124755782c2
-Size (ninja-1.8.2.tar.gz) = 185226 bytes
-SHA1 (patch-configure.py) = e89a04d9359d08a7e59bb5573a6887380c0b553b
-SHA1 (patch-src_subprocess-posix.cc) = 32b123fafbec24660813b2cdbc59ca6a2f2365f1
+SHA1 (ninja-1.9.0.tar.gz) = d130e8cb7ed883125af978ec165199065e830d6a
+RMD160 (ninja-1.9.0.tar.gz) = b447564481288e8c972140b2c91978280fbbf846
+SHA512 (ninja-1.9.0.tar.gz) = a8b5ad00b60bddbdb8439a6092c91a65d093f9bcd6241f69088eb35bea2847efe673c3107a130dc754c747c7712b839d8f88e88d8389520cf7143668ee053feb
+Size (ninja-1.9.0.tar.gz) = 190860 bytes



Home | Main Index | Thread Index | Old Index