pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/mob Update to 3.1.0. From the changelog:
details: https://anonhg.NetBSD.org/pkgsrc/rev/deb78413d2c6
branches: trunk
changeset: 377946:deb78413d2c6
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Mon Apr 25 15:14:07 2022 +0000
description:
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.
diffstat:
devel/mob/Makefile | 5 ++---
devel/mob/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (26 lines):
diff -r b43af9dddc39 -r deb78413d2c6 devel/mob/Makefile
--- a/devel/mob/Makefile Mon Apr 25 15:11:58 2022 +0000
+++ b/devel/mob/Makefile Mon Apr 25 15:14:07 2022 +0000
@@ -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
diff -r b43af9dddc39 -r deb78413d2c6 devel/mob/distinfo
--- a/devel/mob/distinfo Mon Apr 25 15:11:58 2022 +0000
+++ b/devel/mob/distinfo Mon Apr 25 15:14:07 2022 +0000
@@ -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