pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/got



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Feb  1 12:47:25 UTC 2021

Modified Files:
        pkgsrc/devel/got: Makefile

Log Message:
got: Fix typo in COMMENT

Pointed out by bch, thank you.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/got/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/got/Makefile
diff -u pkgsrc/devel/got/Makefile:1.1 pkgsrc/devel/got/Makefile:1.2
--- pkgsrc/devel/got/Makefile:1.1       Fri Jan 29 20:35:11 2021
+++ pkgsrc/devel/got/Makefile   Mon Feb  1 12:47:25 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/01/29 20:35:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/01 12:47:25 ryoon Exp $
 
 DISTNAME=      got-0.48
 CATEGORIES=    devel
@@ -6,7 +6,7 @@ MASTER_SITES=   https://gameoftrees.org/re
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
 HOMEPAGE=      https://gameoftrees.org/
-COMMENT=       Game of Trees version control system manipurating Git repo
+COMMENT=       Game of Trees version control system manipulating Git repo
 LICENSE=       isc
 
 USE_TOOLS+=    awk find



Home | Main Index | Thread Index | Old Index