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:           Tue Apr 20 13:07:30 UTC 2021

Modified Files:
        pkgsrc/devel/mob: Makefile distinfo

Log Message:
Update to 1.5.0. From the changelog:

- Less noisy output: Only show number of unpushed commits in output if
  there are more than 0.
- Add experimental command `mob squash-wip` to squash any WIP commits in
  the wip branch into a following manual commit using `git rebase
  --interactive` with `mob` as the temporary `GIT_EDITOR`.
- The order of the latest commit is now reversed, the latest one is
  shown last.
- Add experimental configuration option `MOB_WIP_BRANCH_PREFIX` to
  configure the `mob/` prefix to some other value.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/mob/Makefile
cvs rdiff -u -r1.8 -r1.9 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.13 pkgsrc/devel/mob/Makefile:1.14
--- pkgsrc/devel/mob/Makefile:1.13      Fri Apr  2 13:01:32 2021
+++ pkgsrc/devel/mob/Makefile   Tue Apr 20 13:07:30 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2021/04/02 13:01:32 schmonz Exp $
+# $NetBSD: Makefile,v 1.14 2021/04/20 13:07:30 schmonz Exp $
 
-DISTNAME=      ${GITHUB_PROJECT}-1.4.0
+DISTNAME=      ${GITHUB_PROJECT}-1.5.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=remotemobprogramming/}
 GITHUB_PROJECT=        mob

Index: pkgsrc/devel/mob/distinfo
diff -u pkgsrc/devel/mob/distinfo:1.8 pkgsrc/devel/mob/distinfo:1.9
--- pkgsrc/devel/mob/distinfo:1.8       Fri Apr  2 13:01:32 2021
+++ pkgsrc/devel/mob/distinfo   Tue Apr 20 13:07:30 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2021/04/02 13:01:32 schmonz Exp $
+$NetBSD: distinfo,v 1.9 2021/04/20 13:07:30 schmonz Exp $
 
-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
+SHA1 (mob-1.5.0.tar.gz) = 94c84e0b110952a6b8d8a7ecf23b48f2ab43f670
+RMD160 (mob-1.5.0.tar.gz) = 9de8e29d88233a893d516cb30876c897a2da4f64
+SHA512 (mob-1.5.0.tar.gz) = 49e4af60b84188140d00a4b0b52ee17f9202418b9f04e19ee169300fed295c6f9202466e824c9e8f68e1d22c0e9427bd166cae3cbfc9eddd38dc3c9a3b0f3d61
+Size (mob-1.5.0.tar.gz) = 34399 bytes



Home | Main Index | Thread Index | Old Index