Wed Oct 19 10:28:57 2022 UTC ()
Update to 4.0.0. From the changelog:

- **NEW** Feature: `mob reset` doesn't reset the mob branch anymore. It
  now warns you that it deletes the mob branch for everyone and if you
  want to continue do `mob reset --delete-remote-wip-branch`.
- **NEW** Feature: `mob timer`, `mob break`, `mob start`, `mob next` and
  `mob done` will stop already running local timers.
- Feature: `mob start --create` will create the remote branch and start
  the mob session on that branch.
- Feature: mob.sh now also works with tools like `git-repo` which
  symlink the `.git` folder
- Removed `MOB_START_INCLUDE_UNCOMMITTED_CHANGES` environment variable
  (has been deprecated for some time).
- `MOB_DONE_SQUASH` no longer supports a boolean value, you have to use
  the proper values `squash`, `no-squash` or `squash-wip` instead.


(schmonz)
diff -r1.57 -r1.58 pkgsrc/devel/mob/Makefile
diff -r1.34 -r1.35 pkgsrc/devel/mob/distinfo

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

--- pkgsrc/devel/mob/Makefile 2022/10/05 11:32:58 1.57
+++ pkgsrc/devel/mob/Makefile 2022/10/19 10:28:56 1.58
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.57 2022/10/05 11:32:58 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.58 2022/10/19 10:28:56 schmonz Exp $
2 2
3DISTNAME= ${GITHUB_PROJECT}-3.2.0 3DISTNAME= ${GITHUB_PROJECT}-4.0.0
4PKGREVISION= 2 
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_BUILD_PATTERN= . 14GO_BUILD_PATTERN= .
16 15
17post-install: 16post-install:

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

--- pkgsrc/devel/mob/distinfo 2022/09/16 04:40:06 1.34
+++ pkgsrc/devel/mob/distinfo 2022/10/19 10:28:56 1.35
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.34 2022/09/16 04:40:06 schmonz Exp $ 1$NetBSD: distinfo,v 1.35 2022/10/19 10:28:56 schmonz Exp $
2 2
3BLAKE2s (mob-3.2.0.tar.gz) = 1e015a7c91606dbfce36ed59256e9775d0589174359feaf29af6401c2e5ca905 3BLAKE2s (mob-4.0.0.tar.gz) = fa3dd92741ef9c7ff6092efadf538962952c74eed6803921fda9c3378fdcbf75
4SHA512 (mob-3.2.0.tar.gz) = dfdbd30386eabde9f604e41e8f304bdf6b3a36a24a8426396715802541bbe925bac6543d8aba41215c5f9ad8f9e2404984bc363edd2c1f9b904a5651f3191873 4SHA512 (mob-4.0.0.tar.gz) = 35a47bf0b6f0bb963fa97894661d93ebbf394a386ef72ae3234f70d063f54dadc05ee81632194ffcf2cf6f4bb53cfb7f6db441fb7d6750a0831eb6b768873794
5Size (mob-3.2.0.tar.gz) = 509454 bytes 5Size (mob-4.0.0.tar.gz) = 513935 bytes