Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2013 11:35:56 +0000 (UTC)
From:      Wesley Shields <wxs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317509 - head/devel/git
Message-ID:  <201305061135.r46BZuYt063637@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305061135.r46BZuYt063637>