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 2.4.0. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17ba0ec3aea5
branches:  trunk
changeset: 373768:17ba0ec3aea5
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Feb 13 00:48:39 2022 +0000

description:
Update to 2.4.0. From the changelog:

- As an alternative to the environment variables, you can configure the
  mob tool with a `.mob` file in your home directory. For an example
  have a look at `mob-configuration-example` file.
- As an alternative to the environment variables, you can configure the
  mob tool with a `.mob` file in your git project root directory. The
  configuration options `MOB_VOICE_COMMAND`, `MOB_VOICE_MESSAGE`,
  `MOB_NOTIFY_COMMAND`, and `MOB_NOTIFY_MESSAGE` are disabled for the
  project specific configuration to prevent bash injection attacks.
  Thanks to @vrpntngr & @hollesse making this release possible as part
  of the @INNOQ Hands-On Event, February 2022.

diffstat:

 devel/mob/Makefile |  4 ++--
 devel/mob/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 8c389b062b31 -r 17ba0ec3aea5 devel/mob/Makefile
--- a/devel/mob/Makefile        Sun Feb 13 00:21:05 2022 +0000
+++ b/devel/mob/Makefile        Sun Feb 13 00:48:39 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2022/01/30 20:27:52 schmonz Exp $
+# $NetBSD: Makefile,v 1.38 2022/02/13 00:48:39 schmonz Exp $
 
-DISTNAME=      ${GITHUB_PROJECT}-2.3.0
+DISTNAME=      ${GITHUB_PROJECT}-2.4.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=remotemobprogramming/}
 GITHUB_PROJECT=        mob
diff -r 8c389b062b31 -r 17ba0ec3aea5 devel/mob/distinfo
--- a/devel/mob/distinfo        Sun Feb 13 00:21:05 2022 +0000
+++ b/devel/mob/distinfo        Sun Feb 13 00:48:39 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2022/01/30 20:27:52 schmonz Exp $
+$NetBSD: distinfo,v 1.25 2022/02/13 00:48:39 schmonz Exp $
 
-BLAKE2s (mob-2.3.0.tar.gz) = 749720ba8d1e4acb227ba7a2e5dac8ca194bb7fe3b83b1b76f52734708890b0c
-SHA512 (mob-2.3.0.tar.gz) = 536db143c43bc55cd60371e5788eb1046975a616deaf55a4e39c5ff4a5a41cbba8f351de5f18f317adc8170af723e51dc832af0ab46a50370593e332d1ba76bb
-Size (mob-2.3.0.tar.gz) = 234748 bytes
+BLAKE2s (mob-2.4.0.tar.gz) = 6b18664e9db26d08440587a756e885b7f25442c04ef99fa359b7e74078edb840
+SHA512 (mob-2.4.0.tar.gz) = 6b99fdbd746cda00417115f4c929e3b203a89cc52167c48ec3243d664dc41324f0a2702eb54326e8cc99dcf0dfab18662c452ce51ddce8ae783bb879b6954861
+Size (mob-2.4.0.tar.gz) = 236444 bytes



Home | Main Index | Thread Index | Old Index