svn commit: r317509 - head/devel/git
Wesley Shields
wxs at FreeBSD.org
Mon May 6 11:35:56 UTC 2013
Author: wxs
Date: Mon May 6 11:35:55 2013
New Revision: 317509
URL: http://svnweb.freebsd.org/changeset/ports/317509
Log:
Update pkg-descr. Use text from git-scm.com which is more concise.
While here, trim header.
PR: ports/178361
Submitted by: Kevin Zheng <kevinz5000 at gmail.com>
Modified:
head/devel/git/Makefile
head/devel/git/pkg-descr (contents, props changed)
Modified: head/devel/git/Makefile
==============================================================================
--- head/devel/git/Makefile Mon May 6 11:13:56 2013 (r317508)
+++ head/devel/git/Makefile Mon May 6 11:35:55 2013 (r317509)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: git
-# Date created: 7 Feb 2006
-# Whom: Eric Anholt
-#
+# Created by: Eric Anholt
# $FreeBSD$
-#
PORTNAME= git
PORTVERSION= 1.8.2.2
Modified: head/devel/git/pkg-descr
==============================================================================
--- head/devel/git/pkg-descr Mon May 6 11:13:56 2013 (r317508)
+++ head/devel/git/pkg-descr Mon May 6 11:35:55 2013 (r317509)
@@ -1,11 +1,4 @@
-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 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 a free and open source distributed version control system designed to
+handle everything from small to very large projects with speed and efficiency.
WWW: http://git-scm.com/
More information about the svn-ports-all
mailing list