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:           Fri Apr  2 13:01:32 UTC 2021

Modified Files:
        pkgsrc/devel/mob: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/mob/Makefile
cvs rdiff -u -r1.7 -r1.8 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.12 pkgsrc/devel/mob/Makefile:1.13
--- pkgsrc/devel/mob/Makefile:1.12      Fri Mar 19 17:36:59 2021
+++ pkgsrc/devel/mob/Makefile   Fri Apr  2 13:01:32 2021
@@ -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

Index: pkgsrc/devel/mob/distinfo
diff -u pkgsrc/devel/mob/distinfo:1.7 pkgsrc/devel/mob/distinfo:1.8
--- pkgsrc/devel/mob/distinfo:1.7       Sat Feb 27 18:33:24 2021
+++ pkgsrc/devel/mob/distinfo   Fri Apr  2 13:01:32 2021
@@ -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



Home | Main Index | Thread Index | Old Index