pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ninja-build ninja-build: Update to 1.10.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/118bc487d713
branches:  trunk
changeset: 411337:118bc487d713
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Feb 10 13:13:04 2020 +0000

description:
ninja-build: Update to 1.10.0

Changelog:
we'd like to release 1.10 from current master.

The big new feature will be the new dyndep binding to support
Fortran and C++20 modules: https://github.com/ninja-build/ninja/pull/1521

Also there are three new tools:

cleandead: https://github.com/ninja-build/ninja/pull/1432
restat: https://github.com/ninja-build/ninja/pull/1685
rules: https://github.com/ninja-build/ninja/pull/1025 (this one
actually existed in older versions of Ninja and is now back)

Ninja itself can now also be built with CMake. For the release this
will be done automatically by GitHub Actions, uploading the binary
archives automatically and thus making the whole process a lot
easier. If you want to test those binaries, check out:
https://github.com/ninja-build/ninja/runs/396697164

diffstat:

 devel/ninja-build/Makefile |   5 ++---
 devel/ninja-build/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 4f4c769829f2 -r 118bc487d713 devel/ninja-build/Makefile
--- a/devel/ninja-build/Makefile        Mon Feb 10 13:09:05 2020 +0000
+++ b/devel/ninja-build/Makefile        Mon Feb 10 13:13:04 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2019/04/25 07:32:48 maya Exp $
+# $NetBSD: Makefile,v 1.11 2020/02/10 13:13:04 ryoon Exp $
 
-DISTNAME=      ninja-1.9.0
+DISTNAME=      ninja-1.10.0
 PKGNAME=       ${DISTNAME:S/ninja/ninja-build/}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ninja-build/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 4f4c769829f2 -r 118bc487d713 devel/ninja-build/distinfo
--- a/devel/ninja-build/distinfo        Mon Feb 10 13:09:05 2020 +0000
+++ b/devel/ninja-build/distinfo        Mon Feb 10 13:13:04 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2019/02/17 11:58:50 wiz Exp $
+$NetBSD: distinfo,v 1.12 2020/02/10 13:13:04 ryoon Exp $
 
-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
+SHA1 (ninja-1.10.0.tar.gz) = 7134bca607e17238d272e281ce1cae05d04be970
+RMD160 (ninja-1.10.0.tar.gz) = cebdbc2b0d7b1d393ef6c3e449e902463b135eed
+SHA512 (ninja-1.10.0.tar.gz) = 5ed47ef1ff18a03eb73296629679a8617a08ee443e10e28ae9cb24e4506f84fe1eb142888adea9a62364b626b35817def8c55ba956c9b3cbc7b82d3e62293044
+Size (ninja-1.10.0.tar.gz) = 210313 bytes



Home | Main Index | Thread Index | Old Index