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:   ryoon
Date:           Mon Feb 10 13:13:04 UTC 2020

Modified Files:
        pkgsrc/devel/ninja-build: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ninja-build/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ninja-build/distinfo

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.10 pkgsrc/devel/ninja-build/Makefile:1.11
--- pkgsrc/devel/ninja-build/Makefile:1.10      Thu Apr 25 07:32:48 2019
+++ pkgsrc/devel/ninja-build/Makefile   Mon Feb 10 13:13:04 2020
@@ -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}

Index: pkgsrc/devel/ninja-build/distinfo
diff -u pkgsrc/devel/ninja-build/distinfo:1.11 pkgsrc/devel/ninja-build/distinfo:1.12
--- pkgsrc/devel/ninja-build/distinfo:1.11      Sun Feb 17 11:58:50 2019
+++ pkgsrc/devel/ninja-build/distinfo   Mon Feb 10 13:13:04 2020
@@ -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