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:           Mon Apr 25 15:14:08 UTC 2022

Modified Files:
        pkgsrc/devel/mob: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/mob/Makefile
cvs rdiff -u -r1.28 -r1.29 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.44 pkgsrc/devel/mob/Makefile:1.45
--- pkgsrc/devel/mob/Makefile:1.44      Wed Apr 13 07:51:01 2022
+++ pkgsrc/devel/mob/Makefile   Mon Apr 25 15:14:07 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2022/04/13 07:51:01 bsiegert Exp $
+# $NetBSD: Makefile,v 1.45 2022/04/25 15:14:07 schmonz Exp $
 
-DISTNAME=      ${GITHUB_PROJECT}-3.0.0
-PKGREVISION=   1
+DISTNAME=      ${GITHUB_PROJECT}-3.1.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=remotemobprogramming/}
 GITHUB_PROJECT=        mob

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



Home | Main Index | Thread Index | Old Index