pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/mob Update to 1.12.0. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3af1ce4976a5
branches:  trunk
changeset: 458323:3af1ce4976a5
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Sep 13 07:36:17 2021 +0000

description:
Update to 1.12.0. From the changelog:

- If you renamed the executable or use a symlink to use a
  different name, `mob` will detect the new name and use that in
  its console output.
- Improves error handling when using `mob start -i`. When the working
  directory is a subdirectory that would be removed due to `git stash`
  the mob tool will tell the user about this and aborts with an error.

pkgsrc changes:

- Install an `ensemble` symlink.

diffstat:

 devel/mob/Makefile |   7 +++++--
 devel/mob/PLIST    |   3 ++-
 devel/mob/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r 33e102f44996 -r 3af1ce4976a5 devel/mob/Makefile
--- a/devel/mob/Makefile        Mon Sep 13 07:16:32 2021 +0000
+++ b/devel/mob/Makefile        Mon Sep 13 07:36:17 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2021/09/05 19:22:41 schmonz Exp $
+# $NetBSD: Makefile,v 1.27 2021/09/13 07:36:17 schmonz Exp $
 
-DISTNAME=      ${GITHUB_PROJECT}-1.11.1
+DISTNAME=      ${GITHUB_PROJECT}-1.12.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=remotemobprogramming/}
 GITHUB_PROJECT=        mob
@@ -13,5 +13,8 @@
 
 GO_BUILD_PATTERN=      .
 
+post-install:
+       cd ${DESTDIR}${PREFIX}/bin && ${LN} -s mob ensemble
+
 .include "../../lang/go/go-module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 33e102f44996 -r 3af1ce4976a5 devel/mob/PLIST
--- a/devel/mob/PLIST   Mon Sep 13 07:16:32 2021 +0000
+++ b/devel/mob/PLIST   Mon Sep 13 07:36:17 2021 +0000
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2020/09/18 09:27:43 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/09/13 07:36:17 schmonz Exp $
+bin/ensemble
 bin/mob
diff -r 33e102f44996 -r 3af1ce4976a5 devel/mob/distinfo
--- a/devel/mob/distinfo        Mon Sep 13 07:16:32 2021 +0000
+++ b/devel/mob/distinfo        Mon Sep 13 07:36:17 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2021/09/05 19:22:41 schmonz Exp $
+$NetBSD: distinfo,v 1.17 2021/09/13 07:36:17 schmonz Exp $
 
-SHA1 (mob-1.11.1.tar.gz) = 26cd973d8dd52f1acb06618cf05ab40bfeda83d4
-RMD160 (mob-1.11.1.tar.gz) = ebeee2a065f7803e4139f2af85fe654988768113
-SHA512 (mob-1.11.1.tar.gz) = 2cd0cf620ca2ccb23de3c36327b289d1f52dcceb69cdff039c3baddfeb343641fe0756cadf82d84daf0c2667d50fe4e5cbbdb34ac414056eba940e482d222026
-Size (mob-1.11.1.tar.gz) = 38459 bytes
+SHA1 (mob-1.12.0.tar.gz) = b64fe116dd164569730dd04e77257ac152ccaf77
+RMD160 (mob-1.12.0.tar.gz) = b4ecbcf19bb0948df28b0aa1dc70ca84a13be825
+SHA512 (mob-1.12.0.tar.gz) = 5ed354b7e3eb1a39d51acef6769b1d88908c41a24a31b254ae037dfe05b5cc17088a01bbd831a3d5badd55886643ceaf09e53fce9680fe6313f689486196551b
+Size (mob-1.12.0.tar.gz) = 39089 bytes



Home | Main Index | Thread Index | Old Index