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: Sun Jun 30 19:53:13 UTC 2024
Modified Files:
pkgsrc/devel/mob: Makefile distinfo
Log Message:
mob: update to 5.0.0. Changes:
- Feature: You can now set goals
- Feature: Can make use of the git push-option "ci.skip"
- Removed: `mob start` does not create an empty commit on a new wip
branch anymore
- Feature: Prints git commands before they are finished for
faster feedback
- Feature: Added cli option `--room` to set the room name of
timer.mob.sh once
- Feature: `mob status` shows a hint if there is no remote branch
- Feature: `mob status` shows the duration of wip branches
- Fix: `mob done --squash-wip` now squashes the start commit as well
- Fix: Fixes a bug with timers smaller than 1
- Windows Performance is improved due to use of `os.UserHomeDir()`
- Upgrade to go 1.22
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/devel/mob/Makefile
cvs rdiff -u -r1.47 -r1.48 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.91 pkgsrc/devel/mob/Makefile:1.92
--- pkgsrc/devel/mob/Makefile:1.91 Thu Jun 13 13:46:59 2024
+++ pkgsrc/devel/mob/Makefile Sun Jun 30 19:53:13 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.91 2024/06/13 13:46:59 bsiegert Exp $
+# $NetBSD: Makefile,v 1.92 2024/06/30 19:53:13 schmonz Exp $
-DISTNAME= mob-4.5.0
-PKGREVISION= 5
+DISTNAME= mob-5.0.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=remotemobprogramming/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -13,9 +12,6 @@ LICENSE= mit
DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
-post-extract:
- cd ${WRKSRC}/open && ${MV} open_linux.go open_unix.go
-
post-install:
cd ${DESTDIR}${PREFIX}/bin && ${LN} -s mob ensemble
Index: pkgsrc/devel/mob/distinfo
diff -u pkgsrc/devel/mob/distinfo:1.47 pkgsrc/devel/mob/distinfo:1.48
--- pkgsrc/devel/mob/distinfo:1.47 Fri Feb 2 03:43:05 2024
+++ pkgsrc/devel/mob/distinfo Sun Jun 30 19:53:13 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.47 2024/02/02 03:43:05 schmonz Exp $
+$NetBSD: distinfo,v 1.48 2024/06/30 19:53:13 schmonz Exp $
-BLAKE2s (mob-4.5.0.tar.gz) = dbca18b1c76a35eeb3af2390ce08c265a54076958c4f3cd972d9dd5ea67da3ad
-SHA512 (mob-4.5.0.tar.gz) = e4cc4845d9877cd5f05a4e83686fbdf02b56ddca0af41c51d0ce211223b23c3fe694f9b72c7ace4dba1ca1e9f53670b0e54d7989c6d418baa7915cef302ffd08
-Size (mob-4.5.0.tar.gz) = 518186 bytes
+BLAKE2s (mob-5.0.0.tar.gz) = 861f5eaa3ff3ba884f7203fcad9615e2f9caa484451d24f01247f9960d3b874a
+SHA512 (mob-5.0.0.tar.gz) = 629321dc57c2ccce1161bbbbdc5969c44e8b62a905bd0044fbcc12aa4060912941eb3d1073954c88e8477f0c5f08ff9d97f3e269468be7635e81a7406c5cae80
+Size (mob-5.0.0.tar.gz) = 521314 bytes
Home |
Main Index |
Thread Index |
Old Index