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: Wed Oct 19 10:28:57 UTC 2022
Modified Files:
pkgsrc/devel/mob: Makefile distinfo
Log Message:
Update to 4.0.0. From the changelog:
- **NEW** Feature: `mob reset` doesn't reset the mob branch anymore. It
now warns you that it deletes the mob branch for everyone and if you
want to continue do `mob reset --delete-remote-wip-branch`.
- **NEW** Feature: `mob timer`, `mob break`, `mob start`, `mob next` and
`mob done` will stop already running local timers.
- Feature: `mob start --create` will create the remote branch and start
the mob session on that branch.
- Feature: mob.sh now also works with tools like `git-repo` which
symlink the `.git` folder
- Removed `MOB_START_INCLUDE_UNCOMMITTED_CHANGES` environment variable
(has been deprecated for some time).
- `MOB_DONE_SQUASH` no longer supports a boolean value, you have to use
the proper values `squash`, `no-squash` or `squash-wip` instead.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/devel/mob/Makefile
cvs rdiff -u -r1.34 -r1.35 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.57 pkgsrc/devel/mob/Makefile:1.58
--- pkgsrc/devel/mob/Makefile:1.57 Wed Oct 5 11:32:58 2022
+++ pkgsrc/devel/mob/Makefile Wed Oct 19 10:28:56 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2022/10/05 11:32:58 bsiegert Exp $
+# $NetBSD: Makefile,v 1.58 2022/10/19 10:28:56 schmonz Exp $
-DISTNAME= ${GITHUB_PROJECT}-3.2.0
-PKGREVISION= 2
+DISTNAME= ${GITHUB_PROJECT}-4.0.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=remotemobprogramming/}
GITHUB_PROJECT= mob
Index: pkgsrc/devel/mob/distinfo
diff -u pkgsrc/devel/mob/distinfo:1.34 pkgsrc/devel/mob/distinfo:1.35
--- pkgsrc/devel/mob/distinfo:1.34 Fri Sep 16 04:40:06 2022
+++ pkgsrc/devel/mob/distinfo Wed Oct 19 10:28:56 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2022/09/16 04:40:06 schmonz Exp $
+$NetBSD: distinfo,v 1.35 2022/10/19 10:28:56 schmonz Exp $
-BLAKE2s (mob-3.2.0.tar.gz) = 1e015a7c91606dbfce36ed59256e9775d0589174359feaf29af6401c2e5ca905
-SHA512 (mob-3.2.0.tar.gz) = dfdbd30386eabde9f604e41e8f304bdf6b3a36a24a8426396715802541bbe925bac6543d8aba41215c5f9ad8f9e2404984bc363edd2c1f9b904a5651f3191873
-Size (mob-3.2.0.tar.gz) = 509454 bytes
+BLAKE2s (mob-4.0.0.tar.gz) = fa3dd92741ef9c7ff6092efadf538962952c74eed6803921fda9c3378fdcbf75
+SHA512 (mob-4.0.0.tar.gz) = 35a47bf0b6f0bb963fa97894661d93ebbf394a386ef72ae3234f70d063f54dadc05ee81632194ffcf2cf6f4bb53cfb7f6db441fb7d6750a0831eb6b768873794
+Size (mob-4.0.0.tar.gz) = 513935 bytes
Home |
Main Index |
Thread Index |
Old Index