jcs (I think) noted the... old COMMENT on IRC some time ago.

Let's sync with reality, that is https://git-scm.com.

OK?


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/git/Makefile,v
retrieving revision 1.203
diff -u -p -r1.203 Makefile
--- Makefile    26 Aug 2019 23:35:24 -0000      1.203
+++ Makefile    11 Oct 2019 22:09:29 -0000
@@ -1,10 +1,11 @@
 # $OpenBSD: Makefile,v 1.203 2019/08/26 23:35:24 kn Exp $
 
-COMMENT-main = GIT - Tree History Storage Tool
-COMMENT-svn =  GIT - subversion interoperability tools
-COMMENT-x11 =  GIT - graphical tools
+COMMENT-main = distributed version control system
+COMMENT-svn =  subversion interoperability tools
+COMMENT-x11 =  graphical tools
 
 V =            2.23.0
+REVISION =     0
 DISTNAME =     git-${V}
 PKGNAME-main = ${DISTNAME}
 PKGNAME-svn =  git-svn-${V}
Index: pkg/DESCR-main
===================================================================
RCS file: /cvs/ports/devel/git/pkg/DESCR-main,v
retrieving revision 1.2
diff -u -p -r1.2 DESCR-main
--- pkg/DESCR-main      7 Nov 2011 22:49:42 -0000       1.2
+++ pkg/DESCR-main      11 Oct 2019 22:11:28 -0000
@@ -1,11 +1,7 @@
-GIT is a "directory content manager" designed to handle absolutely
-massive projects with speed and efficiency, and the release of the
-2.6.12 (and later) versions of the Linux kernel as well as more and
-more other projects switching to it would indicate that it does this
-task well.
+Git is a free and open source distributed version control system designed to
+handle everything from small to very large projects with speed and efficiency.
 
-GIT falls in the category of distributed source code management tools,
-similar to e.g. GNU Arch or Monotone (or, in the commercial world,
-BitKeeper). Every GIT working directory is a full-fledged repository
-with full revision tracking capabilities, not dependent on network
-access to a central server.
+Git is easy to learn and has a tiny footprint with lightning fast performance.
+It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with
+features like cheap local branching, convenient staging areas, and multiple
+workflows.
Index: pkg/DESCR-x11
===================================================================
RCS file: /cvs/ports/devel/git/pkg/DESCR-x11,v
retrieving revision 1.1
diff -u -p -r1.1 DESCR-x11
--- pkg/DESCR-x11       1 Apr 2008 22:36:30 -0000       1.1
+++ pkg/DESCR-x11       11 Oct 2019 22:24:11 -0000
@@ -1 +1 @@
-X11 tools for GIT.
+GUI tools for committing (git-gui) and browsing (gitk),

Reply via email to