pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/mob
Module Name: pkgsrc
Committed By: schmonz
Date: Sun Feb 13 00:48:39 UTC 2022
Modified Files:
pkgsrc/devel/mob: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/mob/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/mob/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/mob/Makefile
diff -u pkgsrc/devel/mob/Makefile:1.37 pkgsrc/devel/mob/Makefile:1.38
--- pkgsrc/devel/mob/Makefile:1.37 Sun Jan 30 20:27:52 2022
+++ pkgsrc/devel/mob/Makefile Sun Feb 13 00:48:39 2022
@@ -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
Index: pkgsrc/devel/mob/distinfo
diff -u pkgsrc/devel/mob/distinfo:1.24 pkgsrc/devel/mob/distinfo:1.25
--- pkgsrc/devel/mob/distinfo:1.24 Sun Jan 30 20:27:52 2022
+++ pkgsrc/devel/mob/distinfo Sun Feb 13 00:48:39 2022
@@ -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