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:           Mon Sep 13 07:36:17 UTC 2021

Modified Files:
        pkgsrc/devel/mob: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/mob/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/mob/PLIST
cvs rdiff -u -r1.16 -r1.17 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.26 pkgsrc/devel/mob/Makefile:1.27
--- pkgsrc/devel/mob/Makefile:1.26      Sun Sep  5 19:22:41 2021
+++ pkgsrc/devel/mob/Makefile   Mon Sep 13 07:36:17 2021
@@ -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 @@ LICENSE=      mit
 
 GO_BUILD_PATTERN=      .
 
+post-install:
+       cd ${DESTDIR}${PREFIX}/bin && ${LN} -s mob ensemble
+
 .include "../../lang/go/go-module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/mob/PLIST
diff -u pkgsrc/devel/mob/PLIST:1.1 pkgsrc/devel/mob/PLIST:1.2
--- pkgsrc/devel/mob/PLIST:1.1  Fri Sep 18 09:27:43 2020
+++ pkgsrc/devel/mob/PLIST      Mon Sep 13 07:36:17 2021
@@ -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

Index: pkgsrc/devel/mob/distinfo
diff -u pkgsrc/devel/mob/distinfo:1.16 pkgsrc/devel/mob/distinfo:1.17
--- pkgsrc/devel/mob/distinfo:1.16      Sun Sep  5 19:22:41 2021
+++ pkgsrc/devel/mob/distinfo   Mon Sep 13 07:36:17 2021
@@ -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