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 Jan 15 20:14:14 UTC 2023

Modified Files:
        pkgsrc/devel/mob: Makefile

Log Message:
Indent.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 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.63 pkgsrc/devel/mob/Makefile:1.64
--- pkgsrc/devel/mob/Makefile:1.63      Sun Jan 15 20:13:49 2023
+++ pkgsrc/devel/mob/Makefile   Sun Jan 15 20:14:14 2023
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.63 2023/01/15 20:13:49 schmonz Exp $
+# $NetBSD: Makefile,v 1.64 2023/01/15 20:14:14 schmonz Exp $
 
-DISTNAME=      mob-4.1.2
-CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=remotemobprogramming/}
-GITHUB_TAG=    v${PKGVERSION_NOREV}
+DISTNAME=              mob-4.1.2
+CATEGORIES=            devel
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=remotemobprogramming/}
+GITHUB_TAG=            v${PKGVERSION_NOREV}
 
-MAINTAINER=    schmonz%NetBSD.org@localhost
-HOMEPAGE=      https://mob.sh/
-COMMENT=       Swift git handover during remote mob programming
-LICENSE=       mit
+MAINTAINER=            schmonz%NetBSD.org@localhost
+HOMEPAGE=              https://mob.sh/
+COMMENT=               Swift git handover during remote mob programming
+LICENSE=               mit
 
 GO_BUILD_PATTERN=      .
 



Home | Main Index | Thread Index | Old Index