pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/mob Update to 0.0.26. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09b7c307c9c0
branches:  trunk
changeset: 441113:09b7c307c9c0
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Oct 26 10:38:28 2020 +0000

description:
Update to 0.0.26. From the changelog:

- Add a way to configure the voice command via the environment variable
  `MOB_VOICE_COMMAND`.
- Allow disabling voice or notification by setting the environment
  variables `MOB_VOICE_COMMAND` or `MOB_NOTIFY_COMMAND` to an
  empty string.
- Fix a bug where a failure in executing the voice command would lead to
  omitting the notification.
- `mob config` now shows the currently used `MOB_VOICE_COMMAND` and
  `MOB_NOTIFY_COMMAND`.
- Add `mob next --message "custom commit message"` as an option to
  override the commit message during `mob next`.

diffstat:

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

diffs (28 lines):

diff -r 64ec471e84bd -r 09b7c307c9c0 devel/mob/Makefile
--- a/devel/mob/Makefile        Mon Oct 26 10:34:16 2020 +0000
+++ b/devel/mob/Makefile        Mon Oct 26 10:38:28 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/10/15 13:08:24 bsiegert Exp $
+# $NetBSD: Makefile,v 1.3 2020/10/26 10:38:28 schmonz Exp $
 
-DISTNAME=      ${GITHUB_PROJECT}-0.0.25
-PKGREVISION=   1
+DISTNAME=      ${GITHUB_PROJECT}-0.0.26
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=remotemobprogramming/}
 GITHUB_PROJECT=        mob
diff -r 64ec471e84bd -r 09b7c307c9c0 devel/mob/distinfo
--- a/devel/mob/distinfo        Mon Oct 26 10:34:16 2020 +0000
+++ b/devel/mob/distinfo        Mon Oct 26 10:38:28 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/09/18 09:27:43 schmonz Exp $
+$NetBSD: distinfo,v 1.2 2020/10/26 10:38:28 schmonz Exp $
 
-SHA1 (mob-0.0.25.tar.gz) = b1637d5081fbf16e894b7623b8c5c1e53fa96b7a
-RMD160 (mob-0.0.25.tar.gz) = 814856d7faace907fbc314f27e25538472161b33
-SHA512 (mob-0.0.25.tar.gz) = a2b5818fff861bf108d5a6393639fcbe002026fba784b5dac500dd7675f32a3f9b641916e5cc56a26f6be5c50eacf8e1c753597ed3dc8bc26c3f7e04ac9e3f5e
-Size (mob-0.0.25.tar.gz) = 22118 bytes
+SHA1 (mob-0.0.26.tar.gz) = d28eb8fac308fffa76f8f394af4428a506b7e598
+RMD160 (mob-0.0.26.tar.gz) = 7876c9d2707ba8e658fa62f6749b3b2230475fe8
+SHA512 (mob-0.0.26.tar.gz) = 5a34bcd903ecaafdb1c0efb85d7a05d7c18de53aacbf8933dde01cd04e3e4621ba1568e34e22bcc1265e832440495f9f4a2bc6459399b1a7ca4bf5b531b5c9df
+Size (mob-0.0.26.tar.gz) = 22700 bytes



Home | Main Index | Thread Index | Old Index