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 27 17:51:24 UTC 2022

Modified Files:
        pkgsrc/devel/mob: Makefile distinfo

Log Message:
Update to 2.6.0. From the changelog:

- **NEW** Allow keeping manual commits while squashing all wip commits
  by finishing a mob-session with `mob done --squash-wip`.
- Removed experimental command `mob squash-wip` in favor of new `mob
  done --squash-wip`.
- Added missing configuration option `MOB_WIP_BRANCH_PREFIX` for
  `.mob` file.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/mob/Makefile
cvs rdiff -u -r1.26 -r1.27 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.40 pkgsrc/devel/mob/Makefile:1.41
--- pkgsrc/devel/mob/Makefile:1.40      Fri Feb 18 17:55:40 2022
+++ pkgsrc/devel/mob/Makefile   Sun Feb 27 17:51:24 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2022/02/18 17:55:40 schmonz Exp $
+# $NetBSD: Makefile,v 1.41 2022/02/27 17:51:24 schmonz Exp $
 
-DISTNAME=      ${GITHUB_PROJECT}-2.5.0
+DISTNAME=      ${GITHUB_PROJECT}-2.6.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=remotemobprogramming/}
 GITHUB_PROJECT=        mob

Index: pkgsrc/devel/mob/distinfo
diff -u pkgsrc/devel/mob/distinfo:1.26 pkgsrc/devel/mob/distinfo:1.27
--- pkgsrc/devel/mob/distinfo:1.26      Fri Feb 18 17:55:40 2022
+++ pkgsrc/devel/mob/distinfo   Sun Feb 27 17:51:24 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2022/02/18 17:55:40 schmonz Exp $
+$NetBSD: distinfo,v 1.27 2022/02/27 17:51:24 schmonz Exp $
 
-BLAKE2s (mob-2.5.0.tar.gz) = 8cb21c9122c32b23ff485a36ac760dc8c277560b34d3eed2ea057772cc12d92d
-SHA512 (mob-2.5.0.tar.gz) = 1b2956fdf87258372ea240ca2895d09e72147be72a7d4bff4f651dd280b74e0453a68651e2f85f31af4f3d34d1f2a8049939e3d8feec2525f90c7f2b6527fe8c
-Size (mob-2.5.0.tar.gz) = 236973 bytes
+BLAKE2s (mob-2.6.0.tar.gz) = 940b61c7cc0d31191d9d06cea46985576cad35d658d02cd294510ccbdbb58a56
+SHA512 (mob-2.6.0.tar.gz) = 1c5129fd59ab8a580665bc976687a570803ca301c301b1397ea4501e88ce6043f8f65f0b80f594b46c9a5755f8d09ed734f59841e15f401f56dd2401c95cfe25
+Size (mob-2.6.0.tar.gz) = 237694 bytes



Home | Main Index | Thread Index | Old Index