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 May 15 03:18:14 UTC 2024

Modified Files:
        pkgsrc/devel/mob: Makefile

Log Message:
mob: fix build on non-Linux Unix, noted by wiz@.

Since this needs xdg-open(1), add dependency on xdg-utils. Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/devel/mob/Makefile

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.88 pkgsrc/devel/mob/Makefile:1.89
--- pkgsrc/devel/mob/Makefile:1.88      Fri Apr  5 19:13:59 2024
+++ pkgsrc/devel/mob/Makefile   Wed May 15 03:18:14 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.88 2024/04/05 19:13:59 bsiegert Exp $
+# $NetBSD: Makefile,v 1.89 2024/05/15 03:18:14 schmonz Exp $
 
 DISTNAME=              mob-4.5.0
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=remotemobprogramming/}
 GITHUB_TAG=            v${PKGVERSION_NOREV}
@@ -11,6 +11,11 @@ HOMEPAGE=            https://mob.sh/
 COMMENT=               Swift git handover during remote mob programming
 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
 



Home | Main Index | Thread Index | Old Index