Fri Apr 2 13:01:32 2021 UTC ()
Update to 1.4.0. From the changelog:

- The list of commits included in a mob branch is now truncated to a
  maximum of 5 entries to prevent the need for scrolling up in order to
  see the latest included changes.
- Show more informative error message when `mob <cmd>` is run outside of
  a git repository.
- Add environment variable MOB_TIMER which allows setting a default
  timer duration for `mob start` and `mob timer` commands.
- Add automatic co-author attribution. Mob will collect all committers
  from a WIP branch and add them as co-authors in the final WIP commit.
- added support for preventing `mob start` if there are unpushed commits
- better output if one passes a negative number for the timer


(schmonz)
diff -r1.12 -r1.13 pkgsrc/devel/mob/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/mob/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/devel/mob/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/mob/Makefile 2021/03/19 17:36:59 1.12
+++ pkgsrc/devel/mob/Makefile 2021/04/02 13:01:32 1.13
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.12 2021/03/19 17:36:59 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.13 2021/04/02 13:01:32 schmonz Exp $
2 2
3DISTNAME= ${GITHUB_PROJECT}-1.3.0 3DISTNAME= ${GITHUB_PROJECT}-1.4.0
4PKGREVISION= 1 
5CATEGORIES= devel 4CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_GITHUB:=remotemobprogramming/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=remotemobprogramming/}
7GITHUB_PROJECT= mob 6GITHUB_PROJECT= mob
8GITHUB_TAG= v${PKGVERSION_NOREV} 7GITHUB_TAG= v${PKGVERSION_NOREV}
9 8
10MAINTAINER= schmonz@NetBSD.org 9MAINTAINER= schmonz@NetBSD.org
11HOMEPAGE= https://mob.sh/ 10HOMEPAGE= https://mob.sh/
12COMMENT= Swift git handover during remote mob programming 11COMMENT= Swift git handover during remote mob programming
13LICENSE= mit 12LICENSE= mit
14 13
15GO_DIST_BASE= ${PKGNAME_NOREV} 14GO_DIST_BASE= ${PKGNAME_NOREV}
16GO_SRCPATH= github.com/remotemobprogramming/mob 15GO_SRCPATH= github.com/remotemobprogramming/mob
17 16

cvs diff -r1.7 -r1.8 pkgsrc/devel/mob/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/mob/distinfo 2021/02/27 18:33:24 1.7
+++ pkgsrc/devel/mob/distinfo 2021/04/02 13:01:32 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2021/02/27 18:33:24 schmonz Exp $ 1$NetBSD: distinfo,v 1.8 2021/04/02 13:01:32 schmonz Exp $
2 2
3SHA1 (mob-1.3.0.tar.gz) = eaf01ce3cc115332fa428b076b2a7a01e1451a89 3SHA1 (mob-1.4.0.tar.gz) = c36788800f740fe31bfc59ddb1b2f03ba2971ce8
4RMD160 (mob-1.3.0.tar.gz) = 7b9366c0462bf3c25292b7c8492fd85600030266 4RMD160 (mob-1.4.0.tar.gz) = 0cfaa7a1873989184f598c54bd51fd59485c19ad
5SHA512 (mob-1.3.0.tar.gz) = 7a5e5225132405d081512dd71f36a41058dee8f82e6be046be5f4c1e954899ef1f9653bf24492d13f429f2fa1e5d6ff1f176c7674aef13aec5af58fb2bd808c5 5SHA512 (mob-1.4.0.tar.gz) = f913792d2ba33c2647b946ac3e24ba5887b5cfcadc638327a562dd9d9be2e2e6d01ceda968a08021b4baffa42c796b1ffc5970a26aeba77849227086df6689c6
6Size (mob-1.3.0.tar.gz) = 27356 bytes 6Size (mob-1.4.0.tar.gz) = 30929 bytes