Mon Apr 25 15:14:08 2022 UTC ()
Update to 3.1.0. From the changelog:

- Add `mob clean` command that removes orphan wip branches that might be
  a left over of someone else doing a `mob done`. This is especially
  helpful when using a lot of feature branches. If you call `mob clean`
  on an orphan wip branch, it will switch you to the base branch,
  falling back to main/master if the base branch does not exist.
- The values `squash`, `no-squash` and `squash-wip` for MOB_DONE_SQUASH
  can be set not only via env var, but now in the .mob configuration
  file as well.


(schmonz)
diff -r1.44 -r1.45 pkgsrc/devel/mob/Makefile
diff -r1.28 -r1.29 pkgsrc/devel/mob/distinfo

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

--- pkgsrc/devel/mob/Makefile 2022/04/13 07:51:01 1.44
+++ pkgsrc/devel/mob/Makefile 2022/04/25 15:14:07 1.45
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.44 2022/04/13 07:51:01 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.45 2022/04/25 15:14:07 schmonz Exp $
2 2
3DISTNAME= ${GITHUB_PROJECT}-3.0.0 3DISTNAME= ${GITHUB_PROJECT}-3.1.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_BUILD_PATTERN= . 14GO_BUILD_PATTERN= .
16 15
17post-install: 16post-install:

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

--- pkgsrc/devel/mob/distinfo 2022/03/28 15:27:17 1.28
+++ pkgsrc/devel/mob/distinfo 2022/04/25 15:14:07 1.29
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.28 2022/03/28 15:27:17 schmonz Exp $ 1$NetBSD: distinfo,v 1.29 2022/04/25 15:14:07 schmonz Exp $
2 2
3BLAKE2s (mob-3.0.0.tar.gz) = 940c4fc683fa63fcf8fb264aae4405947f7a64e8bd2a30cbd29e2ef11e7348f6 3BLAKE2s (mob-3.1.0.tar.gz) = c656365114ddf968363c4bf6a3ad9cbcfdb0ab931e26d185523ed5ee3ade7666
4SHA512 (mob-3.0.0.tar.gz) = 99699ceecbc33a3f2940d1094b76f3f9629c1b6931ae2e300884377f4786524784750e84257428f7eb3c049236c6acf95893af5e9268ca23510885fa42cb8816 4SHA512 (mob-3.1.0.tar.gz) = c7edfa69630ada341bcda3285e37c4ff20149addffac0d289ed01aa56d953b1a3ef993d3c1c5e148a2dbde82a1b27aea21226b3a2ef7c6491cd9c5664168ca95
5Size (mob-3.0.0.tar.gz) = 504415 bytes 5Size (mob-3.1.0.tar.gz) = 506104 bytes