summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2021-04-02 13:01:32 +0000
committerschmonz <schmonz@pkgsrc.org>2021-04-02 13:01:32 +0000
commitfd1e046db9750e3882a1027d191bf8ad0c77cd47 (patch)
tree86773639772c6dfd3433ba3521e61411347d6da5 /devel
parent96997b379864678e42b545a21160c5956a122d08 (diff)
downloadpkgsrc-fd1e046db9750e3882a1027d191bf8ad0c77cd47.tar.gz
Update to 1.4.0. From the changelog:
- The list of commits included in a mob branch is now truncated to a maximum of 5 entries to prevent the need for scrolling up in order to see the latest included changes. - Show more informative error message when `mob <cmd>` is run outside of a git repository. - Add environment variable MOB_TIMER which allows setting a default timer duration for `mob start` and `mob timer` commands. - Add automatic co-author attribution. Mob will collect all committers from a WIP branch and add them as co-authors in the final WIP commit. - added support for preventing `mob start` if there are unpushed commits - better output if one passes a negative number for the timer
Diffstat (limited to 'devel')
-rw-r--r--devel/mob/Makefile5
-rw-r--r--devel/mob/distinfo10
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/mob/Makefile b/devel/mob/Makefile
index b8b7562e363..7d184595730 100644
--- a/devel/mob/Makefile
+++ b/devel/mob/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2021/03/19 17:36:59 bsiegert Exp $
+# $NetBSD: Makefile,v 1.13 2021/04/02 13:01:32 schmonz Exp $
-DISTNAME= ${GITHUB_PROJECT}-1.3.0
-PKGREVISION= 1
+DISTNAME= ${GITHUB_PROJECT}-1.4.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=remotemobprogramming/}
GITHUB_PROJECT= mob
diff --git a/devel/mob/distinfo b/devel/mob/distinfo
index 174cb0c5e18..45158900e5e 100644
--- a/devel/mob/distinfo
+++ b/devel/mob/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2021/02/27 18:33:24 schmonz Exp $
+$NetBSD: distinfo,v 1.8 2021/04/02 13:01:32 schmonz Exp $
-SHA1 (mob-1.3.0.tar.gz) = eaf01ce3cc115332fa428b076b2a7a01e1451a89
-RMD160 (mob-1.3.0.tar.gz) = 7b9366c0462bf3c25292b7c8492fd85600030266
-SHA512 (mob-1.3.0.tar.gz) = 7a5e5225132405d081512dd71f36a41058dee8f82e6be046be5f4c1e954899ef1f9653bf24492d13f429f2fa1e5d6ff1f176c7674aef13aec5af58fb2bd808c5
-Size (mob-1.3.0.tar.gz) = 27356 bytes
+SHA1 (mob-1.4.0.tar.gz) = c36788800f740fe31bfc59ddb1b2f03ba2971ce8
+RMD160 (mob-1.4.0.tar.gz) = 0cfaa7a1873989184f598c54bd51fd59485c19ad
+SHA512 (mob-1.4.0.tar.gz) = f913792d2ba33c2647b946ac3e24ba5887b5cfcadc638327a562dd9d9be2e2e6d01ceda968a08021b4baffa42c796b1ffc5970a26aeba77849227086df6689c6
+Size (mob-1.4.0.tar.gz) = 30929 bytes