From nobody@FreeBSD.org  Mon May  6 04:38:24 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 68A97835
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  6 May 2013 04:38:24 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id 4114AEA3
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  6 May 2013 04:38:24 +0000 (UTC)
Received: from oldred.FreeBSD.org ([127.0.1.6])
	by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r464cNbI081721
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 6 May 2013 04:38:23 GMT
	(envelope-from nobody@oldred.FreeBSD.org)
Received: (from nobody@localhost)
	by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r464cNDr081720;
	Mon, 6 May 2013 04:38:23 GMT
	(envelope-from nobody)
Message-Id: <201305060438.r464cNDr081720@oldred.FreeBSD.org>
Date: Mon, 6 May 2013 04:38:23 GMT
From: Kevin Zheng <kevinz5000@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] Update pkg-descr and trim header for devel/git
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         178361
>Category:       ports
>Synopsis:       [patch] Update pkg-descr and trim header for devel/git
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 06 04:40:00 UTC 2013
>Closed-Date:    Mon May 06 11:36:05 UTC 2013
>Last-Modified:  Mon May  6 11:40:00 UTC 2013
>Originator:     Kevin Zheng
>Release:        9.1-RELEASE
>Organization:
>Environment:
FreeBSD sigma.local 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:11:52 UTC 2013     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
The first few lines of the existing pkg-descr for devel/git seems a bit too long and drawn out. Instead, I think it should be replaced with a brief description found on the front page of http://www.git-scm.com/:

"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."

Also, trim the Makefile header because everyone seems to be doing it these days.
>How-To-Repeat:

>Fix:
Apply the attached patch using `svn patch`. Otherwise, the patch may not apply cleanly due to the $FreeBSD$ keyword. If you would like another patch, ask me.

Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 317459)
+++ Makefile	(working copy)
@@ -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
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 317459)
+++ pkg-descr	(working copy)
@@ -1,7 +1,5 @@
-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


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon May 6 04:40:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178361 
State-Changed-From-To: open->closed 
State-Changed-By: wxs 
State-Changed-When: Mon May 6 11:36:05 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178361 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178361: commit references a PR
Date: Mon,  6 May 2013 11:36:07 +0000 (UTC)

 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/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
