pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/samurai



Module Name:    pkgsrc
Committed By:   mcf
Date:           Thu Dec 17 22:01:04 UTC 2020

Modified Files:
        pkgsrc/devel/samurai: Makefile distinfo
Removed Files:
        pkgsrc/devel/samurai/patches: patch-graph.c

Log Message:
samurai: update to 1.2

## New features

- Subtools `list`, `query`, and `commands` are now implemented.
- Dry-run execution is now supported (`-n` flag).
- The `%o` specifier is now supported in `NINJA_STATUS`, used to
  display the average rate of finished jobs.

## Bug fixes

- Fix version comparison when checking `ninja_required_version`
  with a version that has multiple digits in some component.

## Other changes

- Work around POSIX.1-2008 conformance issue on SunOS-based operating
  systems.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/samurai/Makefile \
    pkgsrc/devel/samurai/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/samurai/patches/patch-graph.c

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

Modified files:

Index: pkgsrc/devel/samurai/Makefile
diff -u pkgsrc/devel/samurai/Makefile:1.4 pkgsrc/devel/samurai/Makefile:1.5
--- pkgsrc/devel/samurai/Makefile:1.4   Sat Jun 13 17:50:40 2020
+++ pkgsrc/devel/samurai/Makefile       Thu Dec 17 22:01:04 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/06/13 17:50:40 nia Exp $
+# $NetBSD: Makefile,v 1.5 2020/12/17 22:01:04 mcf Exp $
 
-DISTNAME=      samurai-1.1
+DISTNAME=      samurai-1.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=michaelforney/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
Index: pkgsrc/devel/samurai/distinfo
diff -u pkgsrc/devel/samurai/distinfo:1.4 pkgsrc/devel/samurai/distinfo:1.5
--- pkgsrc/devel/samurai/distinfo:1.4   Thu Nov 12 01:24:35 2020
+++ pkgsrc/devel/samurai/distinfo       Thu Dec 17 22:01:04 2020
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/11/12 01:24:35 gutteridge Exp $
+$NetBSD: distinfo,v 1.5 2020/12/17 22:01:04 mcf Exp $
 
-SHA1 (samurai-1.1.tar.gz) = 22e9f7ed5e96db903b903660bf8dc0bee955cc16
-RMD160 (samurai-1.1.tar.gz) = 382a2f7b35500e875b2500446f710a800091dd26
-SHA512 (samurai-1.1.tar.gz) = b27302c34d736f483909e57c8b162609eaa4c86571c1167b71a5564b521cc3af2861307a16bb6dca55e80952088989e9526b103160d2ea054d15f4ed85b1cedb
-Size (samurai-1.1.tar.gz) = 32023 bytes
-SHA1 (patch-graph.c) = 5ac00930eca760beb787a8b950eb2c3ca577d78a
+SHA1 (samurai-1.2.tar.gz) = b3afe2ad097f5e5e0a36781f058382e2a4d4d5bc
+RMD160 (samurai-1.2.tar.gz) = 123a18bafa89b12a5ecb46c95f6cdf5a7639c3a5
+SHA512 (samurai-1.2.tar.gz) = bbe6a582c34b04f1df53b76c1647aa3e03c4698ebf7591a203935f11ffa05971bbcb86dc1a8c06aeb904cdc741abb08918122810fc47216fed0a6d9f87fd1225
+Size (samurai-1.2.tar.gz) = 32709 bytes



Home | Main Index | Thread Index | Old Index